Commit graph

155 commits

Author SHA1 Message Date
Laura Hausmann
8ff9aea33a
[sln] Code cleanup 2025-01-31 16:58:57 +01:00
pancakes
fd4fd72b30
[frontend/pages] Use global dialogs in profile page 2025-01-30 11:12:54 +01:00
pancakes
d5b2ec15b8
[frontend/pages] Use UserProfileEntity.AvatarAlt and .BannerAlt 2025-01-30 11:11:23 +01:00
pancakes
b976bd9489
[frontend/pages] Allow setting alt text for new or existing avatar and banner 2025-01-30 11:11:22 +01:00
pancakes
beef9f7503
[frontend/pages] Use DriveFileResponse for avatar and banner 2025-01-30 11:11:22 +01:00
pancakes
95c0a3e9ff
[frontend/pages] Display alt text on banner and add title for banner 2025-01-30 11:11:22 +01:00
pancakes
dab05d8e71
[frontend/components] Merge all avatars into UserAvatar component 2025-01-30 11:11:22 +01:00
pancakes
c406ba999c
[frontend/pages] Display rules if they are set before allowing registration 2025-01-30 11:09:27 +01:00
Lilian
56325b356c
[frontend] Implement timeline streaming 2025-01-19 22:53:25 +01:00
Lilian
a3c04d397d
[frontend/components] Rename NewVirtualScroller to VirtualScroller 2025-01-19 22:53:25 +01:00
Lilian
b3ec870975
[frontend] Remove old Virtual Scroller and associated code 2025-01-19 22:53:25 +01:00
Lilian
790e120545
[frontend] Code cleanup 2025-01-19 22:53:25 +01:00
Lilian
45e0e058c9
[frontend] New Virtual Scroller and Note Store 2025-01-19 22:53:24 +01:00
pancakes
d0eac29552
[frontend/pages] Don't show copy remote link button if URL is null 2025-01-11 05:16:01 +01:00
pancakes
1b032a6cd9
[frontend/pages] Don't show open original page button if URL is null 2025-01-11 05:16:01 +01:00
pancakes
35f391b042
[frontend/pages] Fix profile URL null check 2025-01-11 05:16:01 +01:00
Laura Hausmann
1ecd823cbe
[sln] Code cleanup 2025-01-07 06:38:23 +01:00
pancakes
ecd2aae4b0
[frontend/pages] Update default note and renote visibility settings dropdowns 2025-01-05 06:28:18 +01:00
Laura Hausmann
0df2d49560
[backend/api] [frontend/pages] Remove specified as an option for default renote visibility 2025-01-05 05:34:20 +01:00
pancakes
8302be8c3a
[frontend/pages] Use date picker for Birthday and add Set Birthday checkbox to make it optional 2024-12-17 19:38:52 +01:00
pancakes
c84f0319ea
[frontend/pages] Make setting names more like Iceshrimp-js and make bio textarea larger 2024-12-17 19:38:52 +01:00
pancakes
63d700f01a
Code cleanup 2024-12-17 19:38:52 +01:00
pancakes
2f3a61378d
[frontend/api] Merge DisplayName into UserProfile 2024-12-17 19:38:52 +01:00
pancakes
7d111ef05c
[frontend/pages] Add placeholder for birthday profile setting 2024-12-17 19:38:51 +01:00
pancakes
31e9cf65af
[frontend/pages] Add emoji picker for bio profile setting 2024-12-17 19:38:51 +01:00
pancakes
cabfbdce0c
[frontend/pages] Add bot, cat, and speak as cat profile settings 2024-12-17 19:38:51 +01:00
pancakes
6656fbac18
[frontend/pages] Add update avatar and banner to profile settings 2024-12-17 19:38:51 +01:00
pancakes
d56b7760df
[frontend/pages] Add setting to remove avatar and banner 2024-12-17 19:38:51 +01:00
pancakes
93fd573ca6
[frontend/api] Make GetDisplayNameAsync not nullable 2024-12-17 19:38:51 +01:00
pancakes
95cd3d2d33
[frontend] Add display name to profile settings 2024-12-17 19:38:50 +01:00
pancakes
c16c0e761f
[frontend/pages] Improve more button styling 2024-12-17 19:38:00 +01:00
pancakes
c21d6e629e
[frontend/pages] Use NavigationManager to go to profile settings 2024-12-17 19:38:00 +01:00
pancakes
64affd20f6
[frontend/pages] Vertically center profile header contents and improve spacing when wrapped 2024-12-17 19:38:00 +01:00
pancakes
873cf1122a
[frontend/pages] Add context menu to user profile 2024-12-17 19:38:00 +01:00
pancakes
c131efc7c8
[frontend/pages] Move register link to bottom and only show when registrations aren't closed 2024-12-17 19:32:59 +01:00
pancakes
c7498696b4
[frontend/pages] Add links between login and register pages 2024-12-17 19:32:59 +01:00
Lilian
0ddb2a0d03
[frontend/pages] Fix profile view regex (ISH-655) 2024-12-07 21:50:57 +01:00
Lilian
35c4babd63
[frontend/components] Fix menu positioning 2024-11-28 17:55:14 +01:00
Lilian
1d0a297768
[frontend] Fix incorrect CSS colors 2024-11-28 17:36:09 +01:00
Lilian
ac2ebd346e
[frontend/pages] Implement user picker on login page (ISH-648) 2024-11-28 17:19:56 +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
Lilian
af6ef3bb08
[frontend/pages] Autofocus TOTP input 2024-11-26 16:03:09 +01:00
Lilian
77e11ec400
[frontend] Code cleanup 2024-11-26 04:21:30 +01:00
Lilian
b2b206f065
[frontend/pages] Use state button on register page 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
Lilian
b427340d94
[frontend/components] Correctly tag username and password fields 2024-11-26 04:21:30 +01:00
Lilian
a130934787
[frontend/components] Add registration page and update login page style (ISH-472) 2024-11-26 04:21:30 +01: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
7dec2514da
[sln] Apply code style 2024-11-20 00:48:29 +01:00