Commit graph

536 commits

Author SHA1 Message Date
Lilian
ffe56307f3
[frontend] Add notification panel to appropriate places 2024-06-29 00:25:42 +02:00
Lilian
da124c5c98
[frontend] Add emoji picker and add it to Note 2024-06-29 00:25:42 +02:00
Lilian
c9b282a90e
[frontend/api] Add EmojiControllerModel 2024-06-29 00:25:42 +02:00
Lilian
12e74f2f05
[frontend] Update NoteBody to support mfm emoji 2024-06-29 00:25:42 +02:00
Lilian
943f153b56
[frontend] Add inline emoji to mfm rendering 2024-06-29 00:25:42 +02:00
Lilian
2332ce6ef8
[frontend] Fix username rendering in Profile View 2024-06-29 00:22:12 +02:00
Lilian
10e772f2ab
[frontend] Fix mfm element styling 2024-06-29 00:22:11 +02:00
Lilian
578cd0c925
[frontend] Fix Profile Field styling 2024-06-29 00:22:11 +02:00
Lilian
e09d670511
[frontend] Fix whitespace wrapping in profile bio 2024-06-29 00:22:11 +02:00
Lilian
576048ec5e
[frontend] Fix username and host rendering in note header 2024-06-29 00:22:11 +02:00
Lilian
3f6c241f59
[frontend] Add notification streaming to timeline 2024-06-29 00:22:11 +02:00
Lilian
671346a308
[frontend] Implement basic notification display component 2024-06-29 00:22:11 +02:00
Lilian
29a87d8dde
[frontend] Blur images marked as sensitive (ISH-373) 2024-06-29 00:22:11 +02:00
Lilian
7e398f1990
[frontend] SingleNote: CSS fixes 2024-06-29 00:22:11 +02:00
Lilian
7181f9301b
[frontend] VirtualScroller: CSS and layout fixes 2024-06-29 00:22:10 +02:00
Lilian
54ff8efa1f
[frontend] Clean up warnings 2024-06-29 00:22:10 +02:00
Lilian
868311a5a2
[frontend] Hide note attachments when cw is collapsed (ISH-373) 2024-06-29 00:22:10 +02:00
Lilian
56d5ff9e93
[frontend] Use renote endpoint, disable renotes where they aren't possible, add lock icon 2024-06-29 00:22:10 +02:00
Laura Hausmann
8d158cc7b9
[backend/streaming] Add connection state handlers, enable stateful auto-reconnect, remove stub message handlers 2024-06-26 16:08:19 +02:00
Laura Hausmann
74b2f69b0c
[backend/razor] Add retry job functionality to queue dashboard 2024-06-22 02:17:35 +02:00
Lilian
81b2a6b592
[frontend] Specify session cookie path 2024-06-21 22:06:14 +02:00
Lilian
e8ecee4c76 [frontend] Set session cookies SameSite attribute to Lax (ISH-381) 2024-06-21 21:52:25 +02:00
Lilian
4c7b1c3869
[frontend] Add admin_session cookie 2024-06-21 02:28:06 +02:00
Lilian
f36c08f346 [frontend] Add mentions when composing reply (ISH-375) 2024-06-19 22:12:49 +02:00
Lilian
eb1c123c61
[frontend] Update Note Text on parameter change (ISH-374) 2024-06-19 16:03:06 +02:00
Lilian
aee6040c9d
[frontend] Remove debug logging 2024-06-19 02:08:35 +02:00
Lilian
9a5312e57c
[frontend] Fix VirtualScroller logic error 2024-06-19 01:57:52 +02:00
Lilian
4e150ec42f
[frontend] Comment 2024-06-19 01:57:52 +02:00
Lilian
44fce3d637
[frontend] Make sidebar and widget panel sticky 2024-06-19 01:57:52 +02:00
Lilian
80d97d1a5d
[frontend] Automatically scroll Note into view on SingleNote page 2024-06-19 01:57:52 +02:00
Lilian
004ddedde3
[frontend] Basic state service and state support in Timeline 2024-06-19 01:57:51 +02:00
Lilian
9dbbbfcc53
[frontend] barebones virtual scroller implementation 2024-06-19 01:57:51 +02:00
Lilian
92ee62caf2
[frontend] Host in UserInfo can be null 2024-06-19 01:57:51 +02:00
Lilian
8b7f2dba05
[frontend] Profile Fields should render as MfM 2024-06-19 01:57:51 +02:00
Lilian
5d3fda698c
[frontend/mfm] Fix Link Nodes having wrong text content 2024-06-19 01:57:51 +02:00
Lilian
d2064bfb71
[frontend] Whitespace reformat 2024-06-19 01:57:51 +02:00
Lilian
4b7c8aad8f
[frontend] Fix bug in /users/lookup request 2024-06-19 01:57:50 +02:00
Lilian
b423228077
[frontend] Add ScrollEnd Component 2024-06-19 01:56:57 +02:00
Lilian
b060a12789
[frontend] Add basic Profile View 2024-06-19 01:56:57 +02:00
Lilian
79b7bf07e0
[frontend] Add localization support, perform initial localization pass 2024-06-19 01:56:57 +02:00
Lilian
09c849805a
[frontend/mfm] Render more node types 2024-06-19 01:56:57 +02:00
Lilian
6917d1ef91
[frontend] Add node type to mfm render error handling 2024-06-19 01:56:56 +02:00
Lilian
e747a34049
[frontend/timeline] Make clicking renoted notes open the renoted note 2024-06-19 01:56:56 +02:00
Lilian
0c6de9bb2c
[frontend] Fix state issue in SingleNote view 2024-06-19 01:56:56 +02:00
Lilian
c647224b32
[frontend] Improve note rendering at small widths
Fix single note view alignment issues
2024-06-19 01:56:56 +02:00
Lilian
ba2392ac90
[frontend] Add support for posting quotes 2024-06-19 01:56:56 +02:00
Lilian
7b7dd2ee61
[frontend] Add support for rendering MfmItalicNode 2024-06-19 01:56:56 +02:00
Lilian
fbac96166e
[frontend] wip renote rendering 2024-06-19 01:56:56 +02:00
Lilian
1a23d9a03e
[frontend] fix SingleNote wrapper 2024-06-19 01:56:55 +02:00
Lilian
793c246a68
[frontend] Improve mfm mention css 2024-06-19 01:56:55 +02:00