Commit graph

399 commits

Author SHA1 Message Date
pancakes
d2964a2502
[frontend/mfm] Refactor x2, x3, and x4 fn nodes 2024-11-26 19:55:01 +01:00
pancakes
db5d6f469f
[frontend/mfm] Implement flip, font, x2, x3, x4, blur, and rotate fn nodes 2024-11-26 19:54:59 +01:00
Lilian
c609f97ef0
[frontend/components] Make more restrictive default visibility take priority 2024-11-26 04:21:30 +01:00
Lilian
729ae593ad
[frontend/components] Respect default note visibility 2024-11-26 04:21:30 +01:00
Lilian
d088c7a442
[frontend] Add user settings page, enable 2FA enroll and login (ISH-581) 2024-11-26 04:21:30 +01:00
pancakes
9036eacd98
[frontend/components] Don't use simple MFM for field value 2024-11-25 16:42:26 +10:00
pancakes
c15832f37a
[frontend/components] Use UserDisplayName in NotificationComponent 2024-11-24 14:51:19 +10:00
pancakes
13a359a1b6
[frontend/components] Add emoji to reaction notifications 2024-11-24 05:40:00 +01:00
pancakes
e056d7ec9f
[frontend/components] Add icons to notifications 2024-11-24 05:40:00 +01:00
pancakes
7e4cf31ca1
[frontend/components] Add missing notification types 2024-11-24 05:39:59 +01:00
pancakes
e5e6166266
[frontend/components] Add alt text button to note attachments 2024-11-23 20:04:35 +01:00
pancakes
63aadfdf07
[frontend/mfm] Hide host part of mentions to local users 2024-11-21 18:51:55 +01:00
pancakes
b581714387
[frontend/components] Don't mention yourself or local host part when composing replies (ISH-603) 2024-11-21 18:51:54 +01:00
pancakes
718e67827e
[frontend/components] Fix crash when selecting emoji in compose (ISH-623) 2024-11-21 12:15:44 +10:00
Laura Hausmann
9f4c989ca8
[frontend] Update async void methods to either return a Task or to catch all exceptions to prevent frontend crashes 2024-11-20 00:48:34 +01:00
Laura Hausmann
0ce00090cb
[frontend/components] Code cleanup 2024-11-20 00:48:29 +01:00
Laura Hausmann
7dec2514da
[sln] Apply code style 2024-11-20 00:48:29 +01:00
Lilian
9d3d8bf64b
[frontend/components] Adjust fetch priority for attachments 2024-11-19 23:05:16 +01:00
Lilian
6a6961baa1
[frontend/components] Change banner notification location 2024-11-19 23:05:16 +01:00
Lilian
1da774b8f2
[frontend] Add update checking and banner notifications 2024-11-19 23:05:15 +01:00
Jeder
1cccdcb832 [frontend/components] Refactor notifications 2024-11-19 20:00:19 +01:00
Laura Hausmann
a18c1c59ea
[parsing] Fix compatibility with the new F# reference type nullability checks 2024-11-18 19:02:41 +01:00
pancakes
602d207ea5
[frontend/components] Add private badge to locked profiles 2024-11-19 00:48:27 +10:00
pancakes
cd84b480a6
[frontend/components] Add bot indicator to notes (ISH-407) 2024-11-17 13:44:30 +01:00
pancakes
e0d63d9a6b
[frontend] Move follows you badge next to identifier 2024-11-17 13:44:30 +01:00
pancakes
b5ced00a73
[frontend/components] Add automated badge to profile info 2024-11-17 13:44:29 +01:00
pancakes
a79d012fcb
[frontend/components] Add admin and moderator badges to profile info 2024-11-17 13:44:29 +01:00
pancakes
1c587584bc
[frontend/components] Add follows you badge to profile info 2024-11-17 13:44:29 +01:00
pancakes
60ed8d3c3c
[frontend/components] Don't show Follow button for yourself 2024-11-17 13:44:28 +01:00
pancakes
3dfc7c6b63
[frontend/components] Refactor EmojiPicker to categorize emojis and allow search 2024-11-17 04:22:53 +01:00
Lilian
f56f947392
[frontend/note-rendering] Make the hovered emoji appear above all others 2024-11-08 03:35:54 +01:00
Lilian
fa354a1869
[frontend/components] Decrease username and instance name size 2024-11-08 03:29:23 +01:00
Lilian
938b010aed
[frontend/components] Fix auto minimum width of note container 2024-11-08 03:29:23 +01:00
Lilian
2eb080afe5
[frontend/components] Only break words when absolutely necessary 2024-11-08 03:29:23 +01:00
Laura Hausmann
374d750e2e
[frontend/components] Only render first line in UserDisplayName and ProfileInfoField 2024-11-08 03:07:38 +01:00
pancakes
5fd86f4c79
[frontend/components] Render emoji in content warning 2024-11-08 03:07:38 +01:00
pancakes
6c527423a3
[frontend/components] Render emojis in user bio and profile fields 2024-11-08 03:07:37 +01:00
pancakes
c14daf2531
[frontend/components] Refactor NoteUserInfo 2024-11-08 03:07:37 +01:00
pancakes
f04572fc4f
[frontend/components] Use a single component for display names with emoji rendering 2024-11-08 03:07:37 +01:00
pancakes
354d0a4f45
[frontend/mfm] Add support for simple custom emojis 2024-11-08 03:07:37 +01:00
Lilian
6a936288b0 [frontend/components] Disable interacting with inline-replies 2024-11-03 21:19:12 +01:00
Lilian
528bed3b9e
[frontend/components] fix login button alignment on wrap 2024-11-02 20:14:11 +01:00
pancakes
b1c71484e7
[frontend] Don't limit field name width on mobile 2024-11-02 20:14:11 +01:00
pancakes
1d596ccef3
[frontend] Add verified fields 2024-11-02 20:14:11 +01:00
pancakes
d3af198a50
[frontend] Add birthday/location field icons and fix mobile alignment 2024-11-02 20:14:11 +01:00
Jeder
2e45d74a4a
[frontend/components] Refactor AttachmentComponent
Current implementation was unable to remove the blur when opening anything other than images
2024-11-02 19:53:52 +01:00
Jeder
01a2483386
[frontend/components] Make Note button in compose post readable 2024-11-02 19:53:52 +01:00
Jeder
5eeb31629e
[frontend/components] Add more padding to replies in compose box 2024-11-02 19:53:52 +01:00
Jeder
ed69e74a2d
[frontend/components] Update dropdown styling 2024-11-02 19:53:52 +01:00
Jeder
611fd88b67
[frontend/components] Make compose font color use the variable 2024-11-02 19:53:52 +01:00