Commit graph

720 commits

Author SHA1 Message Date
pancakes
353b665080
[frontend/components] Fix note overflow clipping 2025-03-21 00:25:07 +01:00
pancakes
1644a7c35c
[frontend/components] Only show note body text if there is actual text in the body 2025-03-21 00:25:07 +01:00
pancakes
44646558d8
[frontend/components] Only open notes when clicking on the content warning text, note text or timestamp in contexts where you can open notes 2025-03-21 00:25:07 +01:00
pancakes
8dbaea3868
[frontend/pages] Add remote user notice banner to profile and single note page 2025-03-21 00:19:43 +01:00
Lilian
f995810d19
[frontend/components] Add button to clear local storage on error UI 2025-03-20 23:43:59 +01:00
Lilian
6814488d30
[frontend] Force frontend update once new version is available 2025-03-20 23:43:59 +01:00
Laura Hausmann
4fc7ed1ac0
[sln] Update MfmSharp version (ISH-745) 2025-03-13 19:11:36 +01:00
pancakes
107160c690
[frontend/core] Reconstruct stored users to minimal state if they are malformed 2025-03-06 15:04:48 +10:00
Laura Hausmann
0442f676e1
[backend/database] [frontend] [shared] Rename emoji aliases to tags (ISH-717) 2025-03-04 23:28:59 +01:00
pancakes
fbf69608f0
[frontend/components] Correctly size field value 2025-02-26 00:18:43 +01:00
pancakes
23833bb1b4
[frontend/components] Fix word wrapping and improve field spacing 2025-02-26 00:18:42 +01:00
Lilian
67a8819ad9
[frontend/components] Fix JS interop being used before initialization on SingleNote Page 2025-02-25 16:56:42 +01:00
Laura Hausmann
a8e3597811
[frontend/components] Fix sideways notes 2025-02-24 03:59:51 +01:00
Laura Hausmann
3e7785d51d
[frontend/components] Fix extraneous whitespace above quote content 2025-02-23 23:59:40 +01:00
pancakes
ace2c44279
[frontend/components] Display error notice when poll voting fails 2025-02-23 12:00:24 +10:00
pancakes
8da7bf7cf7
[frontend/components] Improve contrast on poll results 2025-02-23 11:46:20 +10:00
Laura Hausmann
30310a4718
[frontend/components] Fix avatar sizing during load, prevent firefox from displaying alt text during load 2025-02-23 01:29:21 +01:00
pancakes
75ff3be764
[frontend/components] Remove LoadError title 2025-02-23 01:29:21 +01:00
pancakes
ff4d202305
[frontend/components] Fallback avatar to user identicon 2025-02-23 01:29:21 +01:00
pancakes
c5f8bac5e2
[frontend/components] Add onerror image fallback to UserAvatar 2025-02-23 01:29:21 +01:00
pancakes
cb9d078496
[frontend/components] Clip overflowing avatar alt text when avatar fails to load 2025-02-23 01:29:21 +01:00
pancakes
98bffe58d3
[frontend/components] Disable close button while sending note or uploading file 2025-02-22 23:43:09 +01:00
pancakes
22f1d7c8e1
[frontend/components] Reset send button state when opening compose and after successful send 2025-02-22 23:43:08 +01:00
Lilian
b53af5165d
[frontend/core] Prevent duplicate notifications (ISH-723) 2025-02-19 22:59:49 +01:00
Lilian
04af2e2fb6
[frontend/components] Fix moderation settings on mobile 2025-02-19 22:59:49 +01:00
Lilian
804215fa50
[frontend] Roll back PhosphorIcons 2025-02-19 20:23:10 +01:00
pancakes
2deb391b09
[frontend/components] Fix account dropdown positioning when page has scrolled 2025-02-19 20:09:32 +01:00
Lilian
b0af6307f3
[frontend/components] Fix notification list visually jumping 2025-02-18 22:49:46 +01:00
Lilian
3eb80a0954
[frontend/core] Fix data update mistake in NoteStore/TimelineStore 2025-02-18 22:49:46 +01:00
Lilian
fe0848e08c
[frontend/components] Rework custom emoji management 2025-02-18 22:49:46 +01:00
Laura Hausmann
80896fcf88
[sln] Update dependencies 2025-02-18 22:02:28 +01:00
pancakes
ce1e64b33a
[frontend/pages] Set titles with HeadTitle 2025-02-18 17:23:21 +01:00
pancakes
c91b3013c7
[frontend/components] Add HeadTitle component 2025-02-18 17:23:20 +01:00
pancakes
df244a3c20
[frontend/components] Set poll percentages to 0 if there are no votes 2025-02-18 17:41:22 +10:00
Lilian
fe083d3a5c
[frontend] Code cleanup 2025-02-17 23:32:45 +01:00
Lilian
3a51684e07
[frontend] Adjust logging severity of some errors 2025-02-17 23:16:51 +01:00
Lilian
7e8b62f9cf
[frontend/core] Fix notification streaming 2025-02-17 23:13:08 +01:00
Lilian
6c8a7e4c3f
[frontend/core] Fix note store not updating renotes and replies 2025-02-17 22:59:02 +01:00
pancakes
4266629302
[frontend/components] Properly limit global dialog max width on mobile 2025-02-17 22:23:10 +01:00
pancakes
d7ec77f8e1
[frontend/css] Remove default background color from dialogs 2025-02-17 22:23:10 +01:00
pancakes
7caabbdbfd
[frontend/components] Make dropdowns larger on mobile 2025-02-17 22:19:58 +01:00
pancakes
07ca99f814
[frontend/components] Fix visibility dropdown positioning in compose 2025-02-17 22:19:58 +01:00
pancakes
46eb9f5bb9
[frontend/components] Disable control+enter keymap when posting is disabled 2025-02-17 22:19:19 +01:00
pancakes
84dfc746b8
[frontend/components] Add uploading file indicator to note composer 2025-02-17 22:19:18 +01:00
pancakes
ed31b0646e
[frontend/components] Use notice dialog for attachment alt text view 2025-02-17 22:17:22 +01:00
Lilian
a94e1e7130
[frontend/components] Move quotes to NoteBody 2025-02-17 21:52:58 +01:00
Lilian
db1e2f18e7
[frontend/components] Remove scroller from profile view (ISH-711) 2025-02-17 21:20:33 +01:00
Lilian
5ef8e3581c
[frontend/components] Use double for attachment view position calculation 2025-02-12 19:41:07 +01:00
Lilian
1701654f89
[frontend/components] Make mobile layout menu respect safe-area-inset 2025-02-10 13:46:15 +01:00
Lilian
a6346b7429
[frontend/components] Add logout and account change menu 2025-02-10 13:18:30 +01:00