Commit graph

2986 commits

Author SHA1 Message Date
pancakes
039d7b2931
[frontend/components] Split note share button into local and remote share 2025-03-21 13:30:56 +10:00
pancakes
8439ba6b88
[frontend/components] Rename and rearrange note footer menu elements 2025-03-21 13:30:56 +10:00
pancakes
586db6ff99
[frontend/components] Improve menu styling 2025-03-21 13:30:56 +10:00
pancakes
100908c1ee
[frontend/components] Add danger style to menu element 2025-03-21 13:30:56 +10:00
pancakes
dcc6fd3a19
[backend/database] Add gin_trgm index for Emoji Name and Host 2025-03-21 00:35:46 +01:00
pancakes
026cfa0e82
[backend/api] Improve remote emoji query 2025-03-21 00:35:46 +01:00
pancakes
805812110a
[frontend/pages] Add labels to top bar actions 2025-03-21 00:35:46 +01:00
pancakes
be16fe8e5d
[frontend/pages] Improve state handling for no emojis 2025-03-21 00:35:46 +01:00
pancakes
af580eeed1
[backend/api] Allow updating remote emojis but limited to sensitive status 2025-03-21 00:35:46 +01:00
pancakes
d160d7337e
[frontend/components] Use localization for other category name in emoji picker 2025-03-21 00:35:46 +01:00
pancakes
28610192fe
[frontend/pages] Use localization for other category name 2025-03-21 00:35:46 +01:00
pancakes
6875a1e9e2
[frontend/components] Ask for confirmation before cloning emojis 2025-03-21 00:35:45 +01:00
pancakes
7c0ed5fed4
[frontend/pages] Make emoji management layout flex 2025-03-21 00:35:45 +01:00
pancakes
c43394075a
[frontend/components] Improve layout styling 2025-03-21 00:35:45 +01:00
pancakes
2e73fb05bd
[frontend/pages] Make emoji management search consistent 2025-03-21 00:35:45 +01:00
pancakes
71f897435e
[frontend/components] Improve emoji management entry for remote emojis 2025-03-21 00:35:45 +01:00
pancakes
6586f8d631
[frontend/pages] Remove remote emoji code from local emoji management page 2025-03-21 00:35:45 +01:00
pancakes
7e86daa685
[frontend/pages] Rename Aliases to Tags 2025-03-21 00:35:45 +01:00
pancakes
6c1131357e
Revert "[frontend/components] Rework custom emoji management"
This reverts commit fe0848e08c.
2025-03-21 00:35:45 +01:00
pancakes
01d49ca011
[frontend/pages] Separate remote emoji management into its own page 2025-03-21 00:35:45 +01:00
pancakes
5eec67fe70
[backend/api] Add name and host queries to remote emoji endpoint 2025-03-21 00:35:44 +01:00
pancakes
d0e034adcd
[frontend/components] Make poll duration input smaller 2025-03-21 00:33:42 +01:00
pancakes
596b06a962
[frontend/components] Don't allow empty poll choices 2025-03-21 00:33:42 +01:00
pancakes
718a26516a
[frontend/components] Add poll creation to compose 2025-03-21 00:33:42 +01:00
pancakes
65bd4a3a15
[frontend/components] Display API error notices when composing fails 2025-03-21 00:33:00 +01:00
pancakes
da5f065757
[frontend/components] Display file name for compose attachments that aren't images 2025-03-21 00:28:56 +01:00
pancakes
e1ddc5c8f6
[frontend/components] Fallback to detecting compose attachment type by filename extension 2025-03-21 00:28:56 +01:00
pancakes
9530e1dafc
[frontend/components] Fallback to detecting drive file type by filename extension 2025-03-21 00:28:55 +01:00
pancakes
5976735af2
[frontend/components] Fallback to detecting attachment type by filename extension 2025-03-21 00:28:55 +01:00
pancakes
0ea4122ec7
[frontend/components] Use actual filename for file attachments 2025-03-21 00:28:55 +01:00
pancakes
fe08c4515e
[backend/api] Include DriveFile name in NoteAttachment 2025-03-21 00:28:55 +01:00
pancakes
2dee0cb91a
[frontend/pages] Fix button text in mute and unmute actions 2025-03-21 00:27:58 +01:00
pancakes
030d3bbbae
[frontend/pages] Add temporary mute action to profile page 2025-03-21 00:27:58 +01:00
pancakes
97679c275b
[frontend/pages] Add mute and unmute actions to profile page 2025-03-21 00:27:58 +01:00
pancakes
00e0a958b5
[backend/api] Add mute and unmute user endpoints 2025-03-21 00:27:58 +01:00
pancakes
17bfc5ff54
[frontend/components] Add blocking state to FollowButton 2025-03-21 00:27:58 +01:00
pancakes
f16836ca31
[frontend/pages] Add block and unblock actions to profile page 2025-03-21 00:27:58 +01:00
pancakes
158fe10696
[backend/api] Add block and unblock user endpoints 2025-03-21 00:27:58 +01:00
pancakes
b3a190c431
[frontend/components] Add button to remove attached quote in compose 2025-03-21 00:26:38 +01:00
pancakes
bacad0bd5a
[frontend/components] Add button to insert a quote in compose 2025-03-21 00:26:38 +01:00
pancakes
f50a975825
[frontend/components] Display filter name and blur it instead of filter keyword 2025-03-21 00:25:08 +01:00
pancakes
732d7b8134
[backend/api] Render note filter name 2025-03-21 00:25:08 +01:00
pancakes
6c1a4b5119
[frontend/components] Make host part of usernames dim like in reactions 2025-03-21 00:25:08 +01:00
pancakes
f0511fb95a
[frontend/components] Truncate the right side of instance names instead of the left side 2025-03-21 00:25:08 +01:00
pancakes
457283c7b6
[frontend/components] Show the sum of all the note's reactions as a count next to the react button 2025-03-21 00:25:08 +01:00
pancakes
b1ef1b978a
[frontend/components] Stop note footer getting stuck under mfm nodes 2025-03-21 00:25:08 +01:00
pancakes
5ffbafce16
[frontend/components] Increase single note timestamp margin 2025-03-21 00:25:08 +01:00
pancakes
062fc1724b
[frontend/components] Display the note created date above the footer for the selected note in single note view 2025-03-21 00:25:08 +01:00
pancakes
b08f7b0ed3
[frontend/components] Improve visibility of usernames on mobile and in notifications 2025-03-21 00:25:08 +01:00
pancakes
353b665080
[frontend/components] Fix note overflow clipping 2025-03-21 00:25:07 +01:00