Commit graph

6953 commits

Author SHA1 Message Date
Fox
033927c040 possibly fix bug where sometimes poll is 10 minutes 2023-07-21 23:51:13 +09:00
Fox
73b1884d88 Fix edits and redrafts being erased by drafts 2023-07-09 01:21:48 +09:00
Chizu
2129f32c3a Update 'index.html' 2023-06-19 14:12:33 +00:00
Fox
cc4bce4675 Default poll length to 24 hours 2023-06-19 21:42:20 +09:00
Chizu
415b18694b Update en.json 2023-06-12 07:13:26 +09:00
Chizu
c8a9a48028 Merge branch 'develop' of https://git.youjo.love/fox/youjo-fe into develop 2023-06-12 07:12:25 +09:00
Chizu
06f71837c9 EN (GB) over EN (US) 2023-06-12 07:10:12 +09:00
Chizu
7a81bfdbd0 Apply Patch 2023-05-26 18:57:35 +00:00
Chizu
8fea0b06e7 Merge pull request 'Fix status overflow without breaking user ID tooltips or emoji mouseover expansion' (#3) from fix-status-overflow into develop
Reviewed-on: https://git.youjo.love/youjo/youjo-fe/pulls/3
2023-05-26 18:26:27 +00:00
Platinum
62d27899cd fix akkoma's bugged "fix" for MFM overflow
https://akkoma.dev/AkkomaGang/akkoma-fe/issues/218
broke tooltips for user IDs and
clipped emoji expansions on mouseover. That change
was implemented to
resolve issues allowing MFM to
overlflow a post body. This
fixes the original issue and prevents
the reintroduction of the bug
present in Akkoma.
2023-05-24 22:14:25 -04:00
Platinum
555595cb68 Revert "Do this properly so it doesn't break tooltips and emojis and it can come back."
This reverts commit 297ffdc6a7.
2023-05-24 00:24:22 -04:00
Chizu
a0df90d7dc Ignore diff files 2023-03-19 01:31:45 +09:00
Chizu
c9e347b4d7 Correct commit locations for the version tab in settings. 2023-03-17 16:30:15 +09:00
fox
8c9c6e0f34 revert 6b180d30b3
revert Fix theme apply button so it updates instantly

I tried to do this while keeping the CSP changes but it seems like it is impossible, however, the themes do with with these enabled still and the CSP changes still working, so I am not sure why they were even implemented.
2023-03-13 09:20:41 +00:00
Chizu
6b180d30b3 Fix theme apply button so it updates instantly
I tried to do this while keeping the CSP changes but it seems like it is impossible, however, the themes do with with these enabled still and the CSP changes still working, so I am not sure why they were even implemented.
2023-03-13 17:56:48 +09:00
fox
9e98ace04f revert 42f5415ccb
revert Fix compiler warnings pt1
2023-03-11 20:36:35 +00:00
fox
dc84762c29 revert f376817a01
revert Fix compiler warnings pt2

That's as many as I feel like fixing now
2023-03-11 20:36:28 +00:00
fox
a19cb16462 revert cbcb9a4dfc
revert Fix Compiler Errors pt3

How to destroy the code 101
2023-03-11 20:36:20 +00:00
Chizu
cbcb9a4dfc Fix Compiler Errors pt3
How to destroy the code 101
2023-03-11 21:55:44 +09:00
Chizu
f376817a01 Fix compiler warnings pt2
That's as many as I feel like fixing now
2023-03-11 21:35:01 +09:00
Chizu
42f5415ccb Fix compiler warnings pt1 2023-03-11 21:21:59 +09:00
Chizu
e42ab20bb5 local dev changes 2023-03-11 16:55:56 +09:00
Chizu
459ed0a521 Import youjo specific themes and config for dev env compat 2023-03-11 16:48:17 +09:00
Chizu
db5e5eb395 Duplicated code 2023-03-11 16:12:02 +09:00
Chizu
ebe29361c2 fix whitespace 2023-03-11 14:59:59 +09:00
Chizu
76dd651f3b Merge branch 'develop' of https://git.youjo.love/AkkomaGang/akkoma-fe into develop 2023-03-11 13:13:54 +09:00
flisk
6fdef479d0 add recently used emojis panel to emoji picker (#283)
~~(not intended for merging yet, just submitting this for preliminary review and discussion)~~

this patch adds a tab with recently used emojis to the emoji picker: https://akko.lain.gay/notice/ASoGCtyoiXbYPJjqpk

there's a couple of things i'm ~~still trying to work out~~ not totally happy with and i'd appreciate any feedback on them:

* the recentEmojis getter is called very frequently and has to do a possibly somewhat expensive lookup of emoji objects by their `displayName` each time, which i'm not sure is ideal
* ~~emoji reactions on posts added through the picker are picked up by the recentEmojis module, but clicks on existing emoji reactions are not, because `addReaction` in `react_button.js` only currently receives the replacement and not the full emoji object (if there even is one wherever that method is called from)~~ this works now and does the same stupid full search of all emojis by their name which i guess is less bad because this only happens when you hit a reaction emoji button that already existed

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/283
Co-authored-by: flisk <akkomadev.mvch71fq@flisk.xyz>
Co-committed-by: flisk <akkomadev.mvch71fq@flisk.xyz>
2023-03-10 19:10:42 +00:00
floatingghost
fe08691f05 Merge pull request 'support Misskey's oblong reactions' (#284) from yheuhtozr/pleroma-fe:oblong-reactions into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/284
2023-03-10 18:57:38 +00:00
floatingghost
6a9764951f Merge pull request 'fix realtime updates in 'following' replies filter' (#285) from flisk/akkoma-fe:fix-realtime-reply-filter into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/285
2023-03-10 18:56:31 +00:00
floatingghost
0f33b1cd79 Merge pull request 'Post drafting' (#282) from solidsanek/pleroma-fe:drafts into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/282
2023-03-10 18:55:03 +00:00
Chizu
704db2645f unscrewup the spacing 2023-03-10 03:08:04 +09:00
Chizu
7ac19058a5 Merge branch 'develop' of https://git.youjo.love/fox/youjo-fe into develop 2023-03-10 03:00:43 +09:00
Chizu
183df2d5c7 Fix vue syntax error because i'm stupid 2023-03-10 03:00:24 +09:00
fox
b4a0368447 wrong namespace 2023-03-09 17:54:33 +00:00
Chizu
3b04e6e1ba Also machine translation 2023-03-10 02:44:37 +09:00
Chizu
311eae1f0b Merge branch 'develop' of https://git.youjo.love/fox/youjo-fe into develop 2023-03-10 02:41:51 +09:00
Chizu
f58d6e8d8d Expose more features in the panel 2023-03-10 02:41:47 +09:00
fox
97a72cf327 Update 'README.md' 2023-03-09 05:15:12 +00:00
fox
4851d10c1e Update 'README.md' 2023-03-09 05:07:27 +00:00
Fox
9196d4c192 Local storage based post drafts
https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/282
2023-03-09 14:01:48 +09:00
Fox
6a5047bf96 Will need that, makes sense why it wouldn't compile 2023-03-09 06:02:56 +09:00
Fox
12ca73863e i18n for Chats/sb and change repeat to boost to match mastodon 2023-03-09 05:51:28 +09:00
Fox
be176ad930 Chat and shout restoration 2023-03-09 05:32:04 +09:00
Fox
fc2ce67e40 I like this fix better 2023-03-09 03:32:18 +09:00
Fox
e27ad4325a Revert "Do this properly so it doesn't break tooltips and emojis and it can come back."
This reverts commit 297ffdc6a7.
2023-03-09 03:31:43 +09:00
fox
c48e4bcf7a Rename quote to quote repeat
to actually tell people what it is for and why it's different to a boost or reply separately and why they should not be integrated in the same thread.
2023-03-07 04:30:19 +00:00
fox
d98e9ffafc 4em not 3em because it looks cluttered when interaction numbers show up 2023-03-07 04:23:41 +00:00
fox
9a96f3c5bf unfuck status action div widths because someone thought to change them for no reason
Set status action button divs to max width 3em like in older akkoma versions so they align to the left again and don't try to take up the entire space and piss off mouse users by requiring them to move further
2023-03-07 04:19:42 +00:00
fox
5084c2b202 note to self for a later date 2023-03-07 01:56:32 +00:00
fox
e7b05a41f7 revert add language input because its ugly
revert add language input
2023-03-07 01:32:20 +00:00