tusooa
7b94c3c7f8
Make block & mute lists able to load more
2023-04-12 15:06:30 +02:00
1e59d80a0f
fix feature panel
...
continuous-integration/drone/push Build was killed
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-04-08 22:57:35 +02:00
Mint
6eaffcc625
Show more features in their block
2023-04-08 22:56:47 +02:00
4e9902739b
Merge branch 'develop' of https://akkoma.dev/AkkomaGang/pleroma-fe into froth-akkoma
continuous-integration/drone/push Build is passing
2023-04-02 16:42:52 +02:00
FloatingGhost
14cedc5ed1
don't crash if class
isn't a list
2023-04-01 07:55:47 +01:00
floatingghost
5911777aa2
Merge pull request 'Fix floating point error for poll expiry' ( #294 ) from xarvos/pleroma-fe:fix-poll-expire into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/294
2023-03-30 09:49:38 +00:00
Ngô Ngọc Đức Huy
47fc082fb9
Fix floating point error for poll expiry
...
Previous code multiply with 0.001 before multiplication which leads to a
floating point error. By changing it to division by 1000 after
multiplication this is avoided.
2023-03-24 20:48:02 +07:00
4535046089
Akkoma devs fucking suck
...
continuous-integration/drone/push Build was killed
Was this last commit even tested? Apparently. Deployed? No.
Doesn't even work VANILLA, WHY WOULD IT WORK ANYWHERE ELSE???
Thank you for coming to my complaint session.
2023-03-21 15:45:51 +01:00
dce2ad3621
Merge branch 'develop' of https://akkoma.dev/AkkomaGang/pleroma-fe into froth-akkoma
2023-03-21 15:45:43 +01:00
FloatingGhost
7e1b1e79f4
simplify timeline vibility checks
2023-03-18 20:22:47 +00:00
FloatingGhost
b92b2f74a4
add timeline visibility setting parsing
2023-03-18 20:01:05 +00:00
FloatingGhost
7361f4e77e
Add checks for currentUser on sidebar
2023-03-16 16:41:37 +00:00
FloatingGhost
9f7f9e2798
Remove unused bits and bobs
2023-03-15 23:00:31 +00:00
FloatingGhost
42ab3eada4
Remove links from navs if we can't see the timeline
2023-03-15 22:20:54 +00: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
flisk
999c38594e
fix realtime updates in 'following' replies filter
...
i'm not sure how this code was supposed to work, but the way it was
written would only add statuses to the timeline if they were in reply to
someone the user is following and erroneously filter out posts that
aren't replies.
2023-02-24 00:23:53 +01:00
Yhëhtozr
626c880038
oblong emoji in status
2023-02-22 10:20:25 +09:00
3f6201aff2
ci: bump node version to latest LTS
continuous-integration/drone/push Build is passing
2023-02-20 23:01:40 +01:00
3d6a157472
Merge branch 'develop' of https://akkoma.dev/AkkomaGang/pleroma-fe into froth-akkoma
2023-02-20 23:00:38 +01:00
Yhëhtozr
6d7761c7e5
perhaps more graceful cqw
2023-02-20 23:27:41 +09:00
Yhëhtozr
996ce3dde3
support oblong reactions
2023-02-20 23:18:04 +09:00
solidsanek
2c007f06e3
Post: remove debug logs
2023-02-19 18:58:53 +01:00
solidsanek
00704bd88c
Post: Add drafting feature
2023-02-17 13:56:01 +01:00
floatingghost
6a9d169e24
Merge pull request 'components: emoji_reactions: force custom emoji reaction height' ( #280 ) from a1batross/akkoma-fe:a1batross-patch-1 into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/280
2023-02-11 10:41:00 +00:00
a1batross
581c53a15e
components: emoji_reactions: force custom emoji reaction height
...
Prevents the usage of too long emoji reactions
2023-02-10 23:28:46 +00:00
yanchan09
9e04e4fd80
Improve emoji picker performance ( #275 )
...
A simple virtual scroller is now used for the emoji grid. This avoids loading all emoji images at once, saving network bandwidth and reducing load on the server, while also putting less work on the browser's DOM and layout engine.
Co-authored-by: yan <yan@omg.lol>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/275
Co-authored-by: yanchan09 <yan@omg.lol>
Co-committed-by: yanchan09 <yan@omg.lol>
2023-02-04 21:10:06 +00:00
floatingghost
88d5149db5
paginate-follow-requests ( #277 )
...
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/277
2023-02-04 21:09:09 +00:00
cc8d6b54d0
Revert "Add virtual scrolling to emoji picker"
...
This reverts commit 9d7f25a91d
.
2023-01-30 21:10:06 +01:00
eris
fe004e26e2
Disable follow button if blocked by user
continuous-integration/drone/push Build was killed
2023-01-27 15:06:30 +01:00
eris
0a0a18342b
Add indicator if user blocks you
2023-01-27 15:06:30 +01:00
floatingghost
b4b13d777f
Merge pull request 'Add indicator to user card if user blocks you' ( #274 ) from eris/pleroma-fe:block-indicator into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/274
2023-01-27 10:08:17 +00:00
eris
7f4dd9ff03
Disable follow button if blocked by user
2023-01-27 00:30:47 +00:00
eris
a9a95e9120
Add indicator if user blocks you
2023-01-27 00:30:30 +00:00
9d7f25a91d
Add virtual scrolling to emoji picker
...
continuous-integration/drone/push Build was killed
there is a graphical glitch when swapping from unicode but it works!
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-24 22:10:42 +01:00
tusooa
b731d9e471
Display detailed backup state
continuous-integration/drone/push Build was killed
2023-01-24 16:22:33 +01:00
tusooa
7d4ff1e7f5
Improve quote style
2023-01-24 15:50:27 +01:00
Tusooa Zhu
98510ea6f5
Make search say No more results when there are current results
continuous-integration/drone/push Build was killed
2023-01-23 22:25:25 -06:00
Ekaterina Vaartis
002cc2c41e
Ensure uniqueness of found statuses & ensure only one loading circle
2023-01-23 22:25:11 -06:00
Ekaterina Vaartis
33740ea141
Amend status search results, and introduce searchType
...
Use searchType to only search for statuses when searching for more results
2023-01-23 22:24:51 -06:00
Ekaterina Vaartis
e10323777b
Implement loading more statuses when searching
2023-01-23 22:24:34 -06:00
c5ba13f2bf
froth panel: add swagger and tor
...
continuous-integration/drone/push Build was killed
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-20 23:35:51 +01:00
3ae36e2538
fix weird error in relationships api endpoint
...
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-20 22:25:17 +01:00
f2a07c7231
make deploy work properly
...
continuous-integration/drone/push Build was killed
hehe haha kill me
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-20 19:35:16 +01:00
22d5c2b02e
Revert "Only show "keep open" emoji checkbox on post form"
...
continuous-integration/drone/push Build is passing
This reverts commit e9f47509ae
.
2023-01-20 18:35:26 +01:00
168da6e7ed
froth-specific changes to panel and terms
...
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-20 18:30:51 +01:00
f77144f5b4
yarn v2 again for real
...
continuous-integration/drone/push Build was killed
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-20 17:45:24 +01:00
a465f943d9
Merge branch 'develop' of https://akkoma.dev/AkkomaGang/pleroma-fe into froth-akkoma
2023-01-17 18:06:47 +01:00