Commit Graph

824 Commits

Author SHA1 Message Date
SondreB
92a719234f
Fix counter on circles 2023-02-11 09:35:41 +01:00
SondreB
98d21c08ac
Add logic to trigger more (disabled for now) 2023-02-10 16:09:58 +01:00
SondreB
de2cb5e7fd
Add exhausted calculation 2023-02-10 15:59:26 +01:00
SondreB
fd5f65ba4c
Refactor logic for event lists 2023-02-10 15:54:33 +01:00
SondreB
73441acc5a
Improve the scrolling and loading on user profile 2023-02-10 11:00:24 +01:00
SondreB
978703918e
Don't load the last 100/50 items from database on profile load 2023-02-09 19:15:58 +01:00
SondreB
b7c378cf32
Render non-square profile photos without stretching 2023-02-09 18:31:20 +01:00
SondreB
bc47c0fdfa
Add "Show more" functionality to notifications 2023-02-09 18:21:55 +01:00
SondreB
91b20750b6
Delete notes when blocking 2023-02-09 18:09:49 +01:00
SondreB
e2d7ae2782
Deletes notes when unfollowing 2023-02-09 18:09:16 +01:00
SondreB
a4fd3a588a
Remove nostr: prefix when performing follow
Closes #81
2023-02-09 17:49:41 +01:00
SondreB
f58377ca16
Filter the subscribers event kinds and filter listing on feed
- Update packages
2023-02-09 17:42:18 +01:00
SondreB
4b429ea2e7
Re-add some image rendering styling for threads 2023-02-08 19:39:28 +01:00
SondreB
f20c032c1a
Add a basic and rudimentary integration of Tidal 2023-02-08 19:35:41 +01:00
SondreB
1a04262e0d
Add ability to reset notifications 2023-02-08 19:07:50 +01:00
SondreB
f01354baa4
Display number of unread notifications 2023-02-08 18:45:52 +01:00
SondreB
92bbe89c4a
Set notifications to read when hiding notifications
- Fix sorting by having a custom cursor for notifications.
2023-02-08 17:53:22 +01:00
SondreB
07c24d8173
Fix a bug where active profile was set even if it was older than persisted 2023-02-08 17:46:56 +01:00
SondreB
784d7a3a53
Move text rendering of notifications to markup
- Prepare for translations in the future.
2023-02-07 16:23:02 +01:00
SondreB
b33caacd33
Use the app-date component for notification date 2023-02-07 16:14:49 +01:00
SondreB
7c226c980b
Fix sorting on profile when events set before profile 2023-02-07 16:11:26 +01:00
SondreB
2c61049d33
Render hearts instead of thumbs as default actions 2023-02-07 16:09:03 +01:00
SondreB
887e00a14b
Improve parsing and layout of notification
- Change "+" to be a thumbs up
2023-02-07 16:00:17 +01:00
SondreB
502702ba72
Improve visualization of notifications 2023-02-07 15:33:00 +01:00
SondreB
1c4878bd76
Change sort order depending on view (profile or thread) 2023-02-07 15:18:09 +01:00
SondreB
dada3265fc
Add ability for hard-coded subscription identifiers 2023-02-07 15:00:58 +01:00
SondreB
746421a4cd
Add notifications component 2023-02-07 14:25:28 +01:00
SondreB
2adaa347dd
Add notifications menu option and some static count examples 2023-02-07 14:22:34 +01:00
SondreB
b7cf6e93e6
Limit the events loaded on profile 2023-02-07 14:15:27 +01:00
SondreB
930ce14779
Load events on user profiles 2023-02-07 13:46:57 +01:00
SondreB
6a61b93135
Change location of navigation buttons for threads 2023-02-07 00:38:53 +01:00
SondreB
aa14219f5e
Render full tree 2023-02-07 00:24:20 +01:00
SondreB
bfef6026bf
Use a regular array for children for filtering (for now) 2023-02-07 00:23:23 +01:00
SondreB
aff9368573
Fix bug with parent ID for root events 2023-02-07 00:08:49 +01:00
SondreB
d50ea14791
Loads event, children and parent and renders 2023-02-07 00:06:40 +01:00
SondreB
8c467da8ab
Filter current event list based upon subscription ID 2023-02-05 23:09:50 +01:00
SondreB
f5fb6819b8
WIP: Lots of working on refactoring the thread loading 2023-02-05 22:54:20 +01:00
SondreB
59089afb27
Use the UI Service to orchestrate changing active event 2023-02-05 12:51:13 +01:00
SondreB
3fc48eed45
Load event from database or enque when opening 2023-02-05 12:36:57 +01:00
SondreB
6cce8679d2
Add ability to get events by sort and kind 2023-02-04 12:39:55 +01:00
SondreB
cab6b1e167
Queue update of profile when profile page is loaded 2023-02-03 16:52:55 +01:00
SondreB
4c3a8af220
Display the events counts under relays 2023-02-03 16:49:55 +01:00
SondreB
867b66531b
Fix issue with .close on relay never returning 2023-02-03 16:32:14 +01:00
SondreB
5f80ad4e06
Add About module
- Separate logic into more modules
2023-02-03 14:13:03 +01:00
SondreB
be2bc6486d
Improve display of muted profiles 2023-02-03 08:36:26 +01:00
SondreB
3e4272b033
Enhance the options for people
- Persist the user selections.
- Improve the UI and display using dropdown selection.
2023-02-03 08:32:26 +01:00
SondreB
c34b8e7919
Improve UI updates as following profiles are modified 2023-02-03 08:09:00 +01:00
SondreB
8fc0693a48
Keep relays that are already in user relay list 2023-02-02 20:10:49 +01:00
SondreB
83f2d1d805
Some UI improvements 2023-02-02 19:44:08 +01:00
SondreB
9b0a945569
Keep track of timeouts to potentially visualize very slow relays 2023-02-02 19:39:45 +01:00