Commit graph

399 commits

Author SHA1 Message Date
pancakes
fbde18d130
[frontend/components] Stop compose inputs and preview going off screen 2025-01-12 22:36:29 +10:00
pancakes
02c9262175
[frontend/components] Allow compose footer to wrap 2025-01-12 22:25:38 +10:00
pancakes
3b7fb93b3e
[frontend/components] Fix reply/quote style in compose 2025-01-12 22:17:41 +10:00
pancakes
ec0e23a1f7
[frontend/components] Fix compose going off screen and add mobile styling 2025-01-12 22:14:13 +10:00
pancakes
2811d3bded
[frontend/components] Fix newlines in MFM preview 2025-01-11 15:33:16 +01:00
pancakes
f0ea307334
[frontend/components] Add character count to compose and disable posting notes that are too long 2025-01-11 15:33:15 +01:00
pancakes
a92ddee5f1
[frontend/components] Move note preview below compose footer 2025-01-11 15:33:15 +01:00
pancakes
f93690dab1
[frontend/components] Add note preview 2025-01-11 15:33:15 +01:00
pancakes
afce3552e3
[frontend/components] Refactor timestamps 2025-01-09 23:45:23 +10:00
pancakes
1d9280d688
[frontend/components] Correctly display follow back button on follow requests 2025-01-08 01:06:34 +10:00
pancakes
1d9f79046d
[frontend/components] Lazy load InlineEmoji custom emojis 2024-12-17 19:36:32 +01:00
pancakes
d14a544dcf
[frontend/components] Use InlineEmoji in emoji picker 2024-12-17 19:36:31 +01:00
pancakes
58238f03f0
[frontend/components] Use InlineEmoji for note reactions 2024-12-17 19:36:31 +01:00
pancakes
7b291fa142
[frontend/components] Style reaction notification with InlineEmoji params 2024-12-17 19:36:31 +01:00
pancakes
87801b8bcf
[frontend/components] Make InlineEmoji more flexible 2024-12-17 19:36:31 +01:00
pancakes
8484d10e61
[frontend/components] Use "font-color" color for reacted reactions for better contrast 2024-12-17 19:36:31 +01:00
pancakes
d8c5a43100
[frontend/components] Use InlineEmoji for reaction notifications 2024-12-17 19:36:31 +01:00
pancakes
8cb9f272e3
[frontend/components] Make InlineEmoji generic 2024-12-17 19:36:31 +01:00
pancakes
7e6fba61da
[frontend/components] Make inline emojis consistent with reaction emojis but with fixed width 2024-12-17 19:36:31 +01:00
pancakes
0a866bad75
[frontend/components] Display NoteReactionDetails reaction count the same as in note reactions 2024-12-17 19:36:31 +01:00
pancakes
39426da00e
[frontend/components] Reaction title, consistent custom emoji, fixed gaps, and translucent reacted background color 2024-12-17 19:36:30 +01:00
pancakes
7d2af70250
[frontend/components] Contain emojis, use pointer cursor, and make emojis easier to press on mobile in Emoji Picker 2024-12-17 19:36:30 +01:00
pancakes
4a4544cf1d
[frontend/components] Use pointer cursor on blurred attachments and images 2024-12-17 19:34:08 +01:00
pancakes
a572569066
[frontend/components] Use IsNullOrWhiteSpace for Attachment Viewer 2024-12-17 19:34:08 +01:00
pancakes
465d0b4c8b
[frontend/components] Vertically align file attachments 2024-12-17 19:34:08 +01:00
pancakes
9499ee825b
[frontend/components] Improve file attachment appearance 2024-12-17 19:34:08 +01:00
pancakes
12f7d40fcc
[frontend/components] Only open image attachments in image viewer 2024-12-17 19:34:08 +01:00
pancakes
ce16fca697
[frontend/components] Use IsNullOrWhiteSpace to check if attachment has alt text 2024-12-17 19:34:08 +01:00
Laura Hausmann
00e157cc7e
[parsing] Switch to MfmSharp 2024-12-06 18:14:00 +01:00
Lilian
3dabdc09e8
[frontend/components] Adjust AttachmentView button size 2024-11-28 22:31:08 +01:00
Lilian
1b50e86b1d
[frontend/components] Display alt text under images in AttachmentViewer (ISH-641) 2024-11-28 21:59:26 +01:00
Lilian
6edfc66c3e
[frontend/components] Keyboard navigation for AttachmentViewer (ISH-641) 2024-11-28 21:34:09 +01:00
Lilian
e70cb01c5b
[frontend/components] Fix off by one error in AttachmentView navigation 2024-11-28 21:33:07 +01:00
Lilian
8a7bcde0c3
[frontend/components] Scroll to attachment that was clicked on (ISH-641) 2024-11-28 21:11:52 +01:00
Lilian
35c4babd63
[frontend/components] Fix menu positioning 2024-11-28 17:55:14 +01:00
pancakes
51ee9f8aeb
[frontend/components] Make Menu work like EmojiPicker 2024-11-26 19:55:03 +01:00
pancakes
b4dff783a2
[frontend] Add overflow clipping to note 2024-11-26 19:55:03 +01:00
pancakes
e29a3083f4
[frontend] Add credit to Misskey for MFM animations 2024-11-26 19:55:02 +01:00
pancakes
e50aa6eeca
[frontend] Fix CSS formatting 2024-11-26 19:55:02 +01:00
pancakes
d4db5f917e
[frontend/mfm] Implement fade fn node 2024-11-26 19:55:02 +01:00
pancakes
ae493773ec
[frontend/mfm] Implement rainbow fn node 2024-11-26 19:55:02 +01:00
pancakes
533f8f71d4
[frontend/mfm] Implement twitch fn node 2024-11-26 19:55:02 +01:00
pancakes
fa422bb034
[frontend/mfm] Implement shake fn node 2024-11-26 19:55:02 +01:00
pancakes
6e982c95fe
[frontend/mfm] Add default speed for animation fn nodes 2024-11-26 19:55:01 +01:00
pancakes
cc156c9760
[frontend/mfm] Implement spin fn node 2024-11-26 19:55:01 +01:00
pancakes
0a9758f988
[frontend/mfm] Implement bounce fn node 2024-11-26 19:55:01 +01:00
pancakes
f61642c30b
[frontend/mfm] Implement jump fn node 2024-11-26 19:55:01 +01:00
pancakes
e4304b3100
[frontend/mfm] Implement tada fn node 2024-11-26 19:55:01 +01:00
pancakes
89e5a22131
[frontend/mfm] Make MfmFnJelly a reusable generic animation node 2024-11-26 19:55:01 +01:00
pancakes
3098e17a77
[frontend/mfm] Implement jelly fn node 2024-11-26 19:55:01 +01:00