a4915a6501
Please don't switch tabs left and right when searching
2023-09-17 05:50:09 +09:00
7042d0f4b6
Lazy load attachment images by default
2023-09-17 05:48:04 +09:00
4306c9ff6c
Add support for searching media status
...
w/ some refactors
i've also tried to maintain support for backends that
don't have media status search support
2023-09-16 07:24:33 +09:00
da630f9255
Make the sizing of navbar buttons consistent
2023-09-09 05:44:06 +09:00
5e9a98439d
You may not need flexbox everywhere
2023-09-09 05:39:26 +09:00
a4994fd879
Give subscribe buttons a fixed width
2023-09-09 05:17:22 +09:00
55fe9a51d6
Precise emoji sizing
2023-09-09 05:11:10 +09:00
ac3598116f
Make emoji dimensions consistent
2023-09-07 06:28:00 +09:00
792644344c
Make user names in basic user cards bold
2023-09-06 07:22:11 +09:00
5ada7e4aaf
Make user names in user cards bold
2023-09-06 07:15:25 +09:00
6c5e253f5c
Improve the readability of user cards
2023-09-06 07:13:16 +09:00
e6a0ab68a5
Adjust the position of the search icon
2023-09-06 06:16:23 +09:00
e600e3b3ce
Adjust search button dimensions
2023-08-31 06:24:45 +09:00
d9b7a2db7f
Remove border radius from nav panel child elements
2023-08-31 06:23:25 +09:00
013e9f4061
Adjust spacing
2023-08-28 09:10:17 +09:00
78e9bf8cad
Reset search button style
2023-08-28 06:39:06 +09:00
3085c08b64
Fix emoji width in Safari
2023-08-28 04:56:25 +09:00
d672d80447
Merge branch 'develop' into itepechi
2023-08-13 04:07:03 +09:00
f967e79c66
Move user interaction buttons to the right
2023-08-12 07:00:27 +09:00
d619c2f451
Align search icon on list creation page
2023-08-12 04:23:42 +09:00
fd4b204ce5
Show + after the count if more pages are available
2023-08-11 06:09:09 +09:00
Tusooa Zhu
bd3f71b030
Make search say No more results when there are current results
2023-08-11 05:07:36 +09:00
Ekaterina Vaartis
f3254129e1
Ensure uniqueness of found statuses & ensure only one loading circle
2023-08-11 04:52:21 +09:00
Ekaterina Vaartis
2ae33191ac
Amend status search results, and introduce searchType
...
Use searchType to only search for statuses when searching for more results
2023-08-11 04:52:20 +09:00
Ekaterina Vaartis
45f3bf1848
Implement loading more statuses when searching
2023-08-11 04:46:53 +09:00
3406911d1e
Clicking on the backdrop will work on all kind of modals
2023-08-10 04:53:29 +09:00
571df1fb1f
Allow configuration of default post language
2023-08-08 05:39:34 +09:00
654f46f2ca
Match search component styles to the search bar
2023-08-06 19:41:39 +09:00
503bab9151
Make search bar button inset
2023-08-06 07:00:37 +09:00
8e0227d350
Adjust spacing
2023-08-06 07:00:25 +09:00
a0d05af90d
Make statuses' id part a flex container
2023-08-06 03:17:12 +09:00
FloatingGhost
3b4208ea41
debounce emoji searching
2023-08-04 16:48:13 +01:00
floatingghost
856324fa26
Merge pull request 'Make favicon next to post username use Still-Image functionality' ( #327 ) from Mergan/pleroma-fe:still-image-instance-favicon into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/327
2023-08-04 15:09:56 +00:00
floatingghost
5a9322d2c7
Merge pull request 'StillImage: Improved animated image detection' ( #335 ) from yukijoou/akkoma-fe:still-image-better-gif-detection into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/335
2023-08-04 15:09:32 +00:00
floatingghost
2b05a738c9
Merge pull request 'Add replying info for redraft' ( #332 ) from xarvos/pleroma-fe:fix-reply-redraft into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/332
2023-08-04 14:56:20 +00:00
tusooa
29cfdcbbcd
Add load more to blocks/mutes
2023-08-04 15:54:04 +01:00
30f3a14c30
Make events respect IM composition
2023-08-04 20:25:07 +09:00
7a585a261a
Revert "Make events respect IM composition"
...
This reverts commit a725d8fbc3
.
2023-08-04 20:11:50 +09:00
648ce3dda1
Apply eslint fix
2023-08-04 19:36:08 +09:00
a725d8fbc3
Make events respect IM composition
2023-08-04 18:16:46 +09:00
Yuki Joou
43d0a24547
StillImage: Improved animated image detection
...
This patch makes StillImage's animation detection return early in cases
where we can't detect the mimetype of the image. It also sets the image
as animated in those cases if the user agent wants reduced motion.
As reduced motion is an accessibility setting, I think it's best to use
a "better safe than sorry" approach, it's better to accidentally mark
something as animated that isn't than to have unblocked animations.
2023-08-03 16:34:28 +02:00
Yuki Joou
51ebe643d5
components: Honour 'prefers reduced motion' setting in many components
...
This helps accessibility for motion-sensitive people such as myself, and
can improve battery life in "battery saving" mode on most devices
2023-08-03 14:45:02 +02:00
Ngô Ngọc Đức Huy
7c14e1a5bd
Add replying info for redraft
2023-08-02 08:40:19 +07:00
David
0da0e2c814
Make favicon next to post username use Still-Image functionality
2023-07-24 01:08:11 -07:00
floatingghost
a249baea8c
Merge pull request 'Make emoji reactions use Still-Image functionality' ( #326 ) from Mergan/pleroma-fe:still-image-emoji-reactions into develop
...
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/326
2023-07-21 19:42:41 +00:00
David
32dc55b07c
Make emoji reactions use Still-Image functionality
2023-07-20 17:20:54 -07:00
David
91eab22d77
Simplified and fixed and/or oopsie
2023-07-20 17:18:59 -07:00
David
e2125c57d6
Turn on by default
2023-07-20 16:26:52 -07:00
David
e0a6418e91
Add prefers-reduced-motion support
2023-07-20 16:14:36 -07:00
FloatingGhost
2f479c670f
Add DM settings
2023-05-23 13:46:59 +01:00