Commit graph

696 commits

Author SHA1 Message Date
Laura Hausmann
d3deeb4bf2
[frontend] Use proper logging instead of Console.WriteLine in more places 2024-07-11 17:51:57 +02:00
Laura Hausmann
f58d8da8ae
[frontend] Restore warnings where appropriate 2024-07-11 03:07:28 +02:00
Laura Hausmann
e64e81baf2
[frontend] Code cleanup 2024-07-11 02:49:07 +02:00
Lilian
5c5370bd1a
[frontend] Remove extraneous debug logging 2024-07-11 01:11:29 +02:00
Lilian
13f09a855c
[frontend] Fix interacting with renotes 2024-07-11 01:06:19 +02:00
Lilian
ebdc859d76
[frontend] Close emoji picker when it loses focus 2024-07-11 01:06:19 +02:00
Lilian
fb387c5a33
[frontend] Refactor sidebar to allow opening it in mobile view (ISH-412) 2024-07-11 01:06:19 +02:00
Laura Hausmann
98567cf521
[frontend] Fix erroneous ILLink warnings during publish 2024-07-11 01:06:19 +02:00
Lilian
dff46b957e
[frontend] Adjust User Card styling 2024-07-11 01:06:19 +02:00
Lilian
7e78f6c0df
[frontend] Remove override for TreatWarningsAsErrors 2024-07-11 01:06:19 +02:00
Lilian
6c588e0dfc
[frontend] Suppress build warnings where appropriate 2024-07-11 01:06:19 +02:00
Lilian
443926d0f9
[frontend] Add followRequestAccepted notification type 2024-07-11 01:06:19 +02:00
Lilian
afc6cce5b1
[frontend] Allow opening profile from follow notification 2024-07-11 01:06:19 +02:00
Lilian
0dd79abca9
[frontend] Add Follow and Unfollow to UserControllerModel 2024-07-11 01:06:19 +02:00
Lilian
954d42d355
[frontend] Add follow button 2024-07-11 01:06:19 +02:00
Lilian
d06c776ecf
[frontend] Temporary style fix 2024-07-11 01:06:19 +02:00
Lilian
3db19f74e4
[frontend] Add follow requests button to sidebar 2024-07-11 01:06:18 +02:00
Lilian
fd473e230a
[frontend] Hide bio in follow request list 2024-07-11 01:06:18 +02:00
Lilian
bf186a9f22
[frontend] Allow opening user profile from UserProfileCard 2024-07-11 01:06:18 +02:00
Lilian
d36a9ec235
[frontend] Actually load FollowRequestControllerModel 2024-07-11 01:06:18 +02:00
Lilian
635d9690af
[frontend] Add follow request notification, fix CSS 2024-07-11 01:06:18 +02:00
Lilian
21e5e62266
[frontend] Add follow request page 2024-07-11 01:06:18 +02:00
Lilian
f5f43d6264
[frontend] Wire up message service, refactor note rendering 2024-07-11 01:06:18 +02:00
Lilian
72bc021d5f
[frontend] Add message service 2024-07-11 01:06:18 +02:00
Lilian
99abaf028c
[frontend] Move component code to separate file 2024-07-11 01:06:18 +02:00
Lilian
d03f5706b3
[frontend] Update PhosphorIcons version 2024-07-11 01:06:18 +02:00
Lilian
0eb94e6e4b
[frontend] Improving styling on disabled renote button 2024-07-11 01:06:18 +02:00
Lilian
b7ed190ff2
[frontend] Add icon to boosted notes 2024-07-11 01:06:18 +02:00
Lilian
165a2a69e0
[frontend] Allow renoting your own posts 2024-07-11 01:06:18 +02:00
Lilian
427972498c
[frontend] Various CSS fixes 2024-07-11 01:06:18 +02:00
Lilian
1b7666a483
[frontend] Rework sidebar layout and CSS 2024-07-11 01:06:18 +02:00
Lilian
989c5765fc
[frontend] Implement mfm plain node, fix code formatting in RenderMfm 2024-07-11 01:06:18 +02:00
Laura Hausmann
91acb8ed9e
[backend/federation] Add edition to nodeinfo response 2024-07-10 18:11:17 +02:00
Laura Hausmann
91b5021e4c
[shared] Refactor assembly version info
Because our frontend assembly now also knows its version, we no longer have to rely on meta tags to pass the version on to the frontend.

Since the HTML skeleton no longer includes version information, the nodeinfo response has been amended with the now-absent properties.
2024-07-09 21:50:06 +02:00
Laura Hausmann
b626ecd5f3
[sln] Extract common build properties into Directory.Build.props 2024-07-09 21:48:15 +02:00
Laura Hausmann
226a95d0ed
[backend/api] Add follow request endpoints (ISH-395) 2024-07-05 04:09:25 +02:00
Laura Hausmann
374d9d5ebf
[backend/api] Add note refetch endpoint (ISH-352) 2024-07-04 18:57:17 +02:00
Laura Hausmann
2c2842de50
[shared] Code cleanup 2024-07-04 18:02:00 +02:00
Laura Hausmann
e0461ee3fd
[shared] Refactor namespaces 2024-07-04 17:53:11 +02:00
Laura Hausmann
ba67a14a97
[frontend] Code cleanup 2024-07-03 01:06:21 +02:00
Lilian
9bb5ef4366
[frontend] Add basic search UI (ISH-398) 2024-07-03 00:53:16 +02:00
Lilian
4bf151324e
[frontend] VirtualScroller: Stop loading if there are no older notes (ISH-386) 2024-07-03 00:53:16 +02:00
Lilian
a4b2806b2c
[frontend] Implement NoteRedraft (ISH-392) 2024-07-03 00:53:16 +02:00
Lilian
78d3036644
[frontend] Refactor Note and NoteComponent 2024-07-03 00:53:16 +02:00
Lilian
84e2b2f13a
[frontend] Add action menu to Note Footer (ISH-392) 2024-07-03 00:53:16 +02:00
Lilian
ea9b2ac33c
[frontend] Update NoteControllerModel with delete endpoint (ISH-392) 2024-07-03 00:53:16 +02:00
Lilian
ffcffe656a
[frontend] Implement list menu component (ISH-392) 2024-07-03 00:53:16 +02:00
Lilian
80429d399b
[frontend] Preserve content warning on reply (ISH-391) 2024-07-03 00:53:16 +02:00
Lilian
3d3a7da73e
[frontend] Refactor EmojiPicker 2024-07-03 00:53:16 +02:00
Lilian
47bda1428b
[frontend] Add EmojiService 2024-07-03 00:53:16 +02:00