Commit graph

391 commits

Author SHA1 Message Date
Lilian
4638f3da41
[frontend/components] Make padding look nicer 2024-10-24 23:21:53 +02:00
Lilian
194cbb97db
[frontend] min-width like this will break on small screens 2024-10-24 23:21:53 +02:00
Lilian
cb1067d3d5
[frontend/components] Wrap inputs on search page 2024-10-24 23:21:53 +02:00
Jeder
6d57493188
[frontend/components] Update notification styling 2024-10-24 23:21:53 +02:00
Jeder
4799706bf9
[frontend/components] Update follow request styling 2024-10-24 23:21:53 +02:00
Jeder
eafbb9a35b
[frontend/components] Rework bottom bar 2024-10-24 23:21:52 +02:00
Jeder
1e2880cdca
[frontend/components] Update Profile View 2024-10-24 23:21:52 +02:00
Jeder
56c81e621c
[frontend/components] Update recursive note styling 2024-10-24 23:21:52 +02:00
Jeder
0db1217c7c
[frontend/components] Update note compose 2024-10-24 23:21:52 +02:00
Jeder
2c6764c8e9
[frontend/components] Update search styling 2024-10-24 23:21:52 +02:00
Jeder
047df35c74
[frontend/components] Use renoted instead of boosted 2024-10-24 23:21:52 +02:00
Jeder
6ef40ac7e1
[frontend/components] Use renoted instead of boosted 2024-10-24 23:21:52 +02:00
Jeder
4aa64a46ce
[frontend/components] Update error UI styling 2024-10-24 23:21:52 +02:00
Jeder
c354adf27f
[frontend/localization] Update localization strings 2024-10-24 23:21:52 +02:00
Jeder
369f51822a
[frontend/components] Tweak settings layout 2024-10-24 23:21:52 +02:00
Jeder
aec0ee6195
[frontend/components] Update user card stylings 2024-10-24 23:21:52 +02:00
Jeder
0df475c06c
[frontend/components] Update sidebar styling 2024-10-24 23:21:52 +02:00
Jeder
8bee412401
[frontend/components] Update login page styling 2024-10-24 23:21:52 +02:00
Jeder
d3dd095a3a
[frontend/components] Update profile view styling 2024-10-24 23:21:52 +02:00
Jeder
2f723ee507
[frontend/components] Update filter page styling 2024-10-24 23:21:52 +02:00
Jeder
f91c8e7541
[frontend/components] Update profile settings 2024-10-24 23:21:52 +02:00
Jeder
f2d38d2ded
[frontend/components] Update localization 2024-10-24 23:21:52 +02:00
Jeder
a1dbeb3f62
[frontend] Update app.css 2024-10-24 23:21:52 +02:00
Jeder
90af801b5e
[frontend] Remove screen width based front shrink 2024-10-24 23:21:52 +02:00
Jeder
b62e24b520
[frontend/components] Update Profile view styling and layout 2024-10-24 23:21:52 +02:00
Jeder
1f541b5072
[frontend/components] Layout tweaks 2024-10-24 23:21:52 +02:00
Jeder
f8de8fc4e8
[frontend/components] Update virtual scroller general scroll-end styling 2024-10-24 23:21:52 +02:00
Jeder
db9db4f180
[frontend/components] Update settings menu and styling 2024-10-24 23:21:52 +02:00
Jeder
c3086418e8
[frontend/components] Update sidebar styling 2024-10-24 23:21:52 +02:00
Jeder
382c4d6a20
[frontend/components] Clarify naming for WidgetPanel, update styling 2024-10-24 23:21:52 +02:00
Jeder
9d203912e3
[frontend/components] Update about page 2024-10-24 23:21:52 +02:00
Jeder
4f7bac7a86
[frontend/components] Update styling for filters page 2024-10-24 23:21:52 +02:00
Jeder
5d7c9a32ca
[frontend/components] Update styling for profile page 2024-10-24 23:21:52 +02:00
Jeder
438206dd45
[frontend/components] Update styling for menus 2024-10-24 23:21:52 +02:00
Lilian
f827818a9e
[frontend] Update app.css 2024-10-24 23:21:52 +02:00
Laura Hausmann
8b313c3598
[frontend] Code cleanup 2024-10-24 22:51:15 +02:00
Samuel Proulx
dc70bef3fa
[frontend/components] Add some bits of missing alt text to the profile. 2024-10-24 20:55:07 +02:00
Samuel Proulx
104555f4f2
[frontend/components] Change the role of profile images on notes to a link.
As it can be clicked to view profile. And add display name as alt text for the image.
2024-10-24 20:55:07 +02:00
Samuel Proulx
9112b9e993
[frontend/components] Add feed and article landmarks. (ISH-537) 2024-10-24 20:55:07 +02:00
Samuel Proulx
80e84dbd30
[frontend/components] Add a search landmark while I'm here. 2024-10-24 20:55:06 +02:00
Samuel Proulx
eb293cd9c5
[frontend/components] Add navigation and main landmarks (ISH-539) (ISH
-540)
2024-10-24 20:55:06 +02:00
Samuel Proulx
f58c3bff52
[frontend/components] Fix accessibility issues in the compose dialogue. Fixes ISH-538. 2024-10-24 20:55:06 +02:00
Lilian
6e30b667b2
[sln] Code cleanup 2024-10-24 18:49:17 +02:00
Lilian
f02134bb64
[frontend/components] Fix unnecessary re-rendering 2024-10-24 18:45:39 +02:00
Lilian
d127e33746
[frontend] Prevent JS use before initialization in SingleNote 2024-10-24 18:20:48 +02:00
Lilian
0590f93dd2
[frontend/components] Fix truncation of long notes (ISH-473) 2024-10-24 18:20:48 +02:00
Lilian
fb0586ecba
[frontend/components] Update NoteDetails to use PaginationWrapper 2024-10-24 18:20:48 +02:00
Lilian
9cd2f4f530
[frontend/core] Update NoteControllerModel 2024-10-24 18:20:48 +02:00
Lilian
2078ce3747
[frontend] Hide detail tabs when they are empty 2024-10-24 18:20:48 +02:00
Lilian
f2c314df7b
[frontend] Add quotes to note detail view 2024-10-24 18:20:48 +02:00