Commit graph

260 commits

Author SHA1 Message Date
Laura Hausmann
afe62b0aab
[sln] Code cleanup 2024-09-13 21:44:31 +02:00
Laura Hausmann
28b57e35a3
[frontend] Add .NET runtime version to about page 2024-09-13 20:30:59 +02:00
Laura Hausmann
2e42a3ba10
[sln] Prevent unnecessary frontend rebuilds during CI runs
Technically we could've overridden this to false in the parsing and shared projects for the same effect, but it's imo more sensible to opt in to it in the one project where we actually want rebuilds when the architecture changes.
2024-09-13 04:55:46 +02:00
Lilian
54a8a66861
[frontend/components] Add button to copy post link to clipboard (ISH-414) 2024-09-12 03:02:14 +02:00
Lilian
46243e48bb
[frontend/components] Fix emoji picker scrolling page to top (ISH-476) 2024-09-12 02:40:34 +02:00
Lilian
5b1ab95b8c
[frontend/mfm] Make codeblocks in MfM scroll horizontally 2024-09-12 01:47:04 +02:00
Lilian
44e1c9d5e7
[frontend] Fix z-index related stacking issues (ISH-477) 2024-09-12 01:47:04 +02:00
Lilian
6acf41d6b9
[frontend/components] Use correct overflow behavior 2024-09-12 01:47:04 +02:00
Lilian
7f81ff31a1
[frontend] Auth gate components on MainLayout that require it (ISH-481) 2024-09-10 23:31:31 +02:00
Lilian
825a887603
[frontend/pages] Add authorize attribute to pages that require auth (ISH-481) 2024-09-10 23:31:31 +02:00
Lilian
d240b94668 [frontend/components] Fix timeline and virtual scroller crashing on empty timeline (ISH-479) 2024-09-10 22:26:25 +02:00
Lilian
12d8d66242
[frontend] Fix offset and scrollIntoView behavior on SingleNote view 2024-09-10 03:33:56 +02:00
Laura Hausmann
79a4ce012c
[frontend] Code cleanup 2024-09-10 03:00:45 +02:00
Laura Hausmann
642d4d9332
[frontend] Fix typo 2024-09-10 02:57:51 +02:00
pancakes
a169bbc1c6
[frontend] Add "Accept and follow back" button 2024-09-10 02:56:31 +02:00
Lilian
cab3f5b59f
[frontend/Models] Endpoint doesn't return profile, fix model 2024-09-10 01:51:28 +02:00
Lilian
a67400d17d
[frontend] Populate top-bar on filter settings page 2024-09-10 01:51:27 +02:00
Lilian
a1bc0537ed
[frontend] Fix missing import 2024-09-10 01:51:27 +02:00
Lilian
6dc8bc3cb8
[frontend] Add mute note button 2024-09-10 01:51:27 +02:00
Lilian
c7233c1021
[frontend/Timeline] Do not render notes that are filtered and hidden 2024-09-10 01:51:27 +02:00
Lilian
efef19805f
[frontend] Display warning when note is filtered with warning 2024-09-10 01:51:27 +02:00
Lilian
e5b04ae59c
[frontend/Models] Add MuteNote endpoint. 2024-09-10 01:51:27 +02:00
Lilian
4b28a62845
[frontend/Components] Make Icon optional in Menu 2024-09-10 01:51:27 +02:00
Lilian
0dd72a5c26
[frontend] Add FilterControllerModel to ApiService 2024-09-10 01:51:27 +02:00
Lilian
cfd53a373e
[frontend] Add filter page to settings 2024-09-10 01:51:27 +02:00
Lilian
e6f95b9ec4
[frontend] Populate top-bar on single note view 2024-09-10 01:51:27 +02:00
Lilian
a0a94d3a66
[frontend] Make top bar sticky 2024-09-10 01:51:27 +02:00
Lilian
ccaff1257c
[frontend] Make send post button reflect request state 2024-09-10 01:51:27 +02:00
Lilian
f498c47b2e
[frontend] Fix compose dialog overflowing screen width 2024-09-10 01:51:27 +02:00
Lilian
6234fbfd17
[frontend] Rework settings panel responsiveness 2024-09-10 01:51:27 +02:00
Lilian
6dbb8e3072
[frontend] Use closing backdrop on sidebar 2024-09-10 01:51:27 +02:00
Lilian
5ee03ca3d6
[frontend] Add profile settings 2024-09-10 01:51:27 +02:00
Lilian
95b3d64cfd
[frontend] Improve error UI and add settings panel 2024-09-10 01:51:27 +02:00
Lilian
b074ff723e
[frontend] Fix line wrapping in ErrorUi logs 2024-09-10 01:51:27 +02:00
Lilian
f9c034ffe4
[frontend] Fix overflow style 2024-09-10 01:51:27 +02:00
Lilian
9527c9ca09
[frontend] Add InMemory Logger 2024-09-10 01:51:27 +02:00
Lilian
87bcb23be9
[frontend] Add ErrorBoundary based error display 2024-09-10 01:51:27 +02:00
Lilian
ba0d9f64f7
[frontend] Add styling for mfm links and URLs 2024-09-10 01:51:27 +02:00
Lilian
db1de23484
[frontend] Minor cleanup 2024-09-10 01:51:27 +02:00
Lilian
71354fd27f
[frontend] Run network requests for single note view concurrently 2024-09-10 01:51:27 +02:00
Lilian
9a42d5431c
[frontend] Allow selecting renote visibility, make dropdowns self closing 2024-09-10 01:51:27 +02:00
Lilian
3b06ee1e12
[frontend] Automatically update note datetime display 2024-09-10 01:51:27 +02:00
Lilian
edf08679fd
[frontend] Fix incorrect post datetime display 2024-09-10 01:51:27 +02:00
Lilian
c47fccc9b6
[frontend] Remove processed follow requests from list (ISH-409) 2024-09-10 01:51:27 +02:00
Lilian
f904773faa
[frontend] Add Blazor JavaScript Initializer to disable scroll history restoration 2024-09-10 01:51:27 +02:00
Lilian
aa3a3b6787
[frontend] Refactor JSInterop and state saving in Virtualscroller 2024-09-10 01:51:27 +02:00
Lilian
ba42e19beb
[frontend] Add note deletion to VirtualScroller and Timeline (ISH-404) 2024-09-10 01:51:27 +02:00
Lilian
854979b359
[frontend] Refactor MessageSvc to implement note deletion (ISH-404) 2024-09-10 01:51:27 +02:00
Lilian
ce2be3d095
[frontend] State reconstruction for SingleNote view (ISH-402) 2024-09-10 01:51:27 +02:00
Lilian
ee0ee919d6
[frontend] Make reply tree update when new replies are added (ISH-399) 2024-09-10 01:51:27 +02:00