Commit Graph

695 Commits

Author SHA1 Message Date
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
SondreB
c2c0a6d252
Improve UI updates when profiles are downloaded 2023-02-02 16:24:16 +01:00
SondreB
f1799da60f
Update list of circles when adding a new circle 2023-02-02 13:20:35 +01:00
SondreB
d4064e6e8e
Add a private circle to default circles 2023-02-02 13:18:36 +01:00
SondreB
ed4e319d9a
Write metadata for relays that has read disabled 2023-02-02 13:17:09 +01:00
SondreB
734dd90a0d
Hide debug info 2023-02-02 11:58:03 +01:00
SondreB
d190a41453
Restore the correct state when syncing relays 2023-02-02 11:57:47 +01:00
SondreB
10f9c10f9a
Add export of contacts and relays 2023-02-02 11:39:31 +01:00
SondreB
3d9bdddf31
Fixed the bug I was suppose to fix 2023-01-31 16:14:13 +01:00
SondreB
d622f27095
Fix a bug that appended loaded profiles to in-memory following array 2023-01-31 16:12:54 +01:00
SondreB
92ee3aaf96
Sort the latest event displayed on home view 2023-01-31 15:52:23 +01:00
SondreB
1e3409b7ec
Reload labels after adding a new 2023-01-31 15:29:13 +01:00
SondreB
7fa5c4366d
Add a loading resolver for all routes
- Avoid loading routes until the app has been initialized.
2023-01-31 15:28:22 +01:00
Lu
3091f4dbe0
Add labels for saved notes (#79)
Closes #67
2023-01-31 15:05:20 +01:00
SondreB
de8ffc0059
Merge pull request #78 from missmeowness/main
Made a scrollbar on Home page
2023-01-31 12:33:09 +01:00
missmeowness
88a170cf4c Made a scrollbar on Home page 2023-01-31 14:26:18 +03:00
SondreB
0b83565575
Fix merge issues 2023-01-30 22:36:22 +01:00
SondreB
675b7671cf
Merge pull request #77 from block-core/web-worker
Web worker
2023-01-30 22:27:58 +01:00
SondreB
6f9d4df185
Merge branch 'main' into web-worker 2023-01-30 22:27:30 +01:00
SondreB
ffd2ffcb81
Disable deploy until web worker completed 2023-01-30 22:26:08 +01:00
SondreB
47d09a4d81
Add listing of following feed 2023-01-30 22:24:49 +01:00
kashi992
1b73742336
Issue # 38: Import and export following is now moved to people tab (#76)
- Closes #38
2023-01-30 16:59:59 +01:00
SondreB
62a27d1ceb
Queue subscriptions if added too early 2023-01-30 13:46:18 +01:00
SondreB
91bbbc64e5
Fix dependencies for relay and profile 2023-01-30 12:57:08 +01:00
SondreB
ac6ef22dce
Add import sheet dialog when contacts is discovered 2023-01-30 11:57:01 +01:00
SondreB
e60f61c722
Add storage for contacts 2023-01-30 11:48:45 +01:00
SondreB
b014edc1e2
Fix issue with callback not being serializable for Web Worker 2023-01-30 00:31:16 +01:00
SondreB
7de8748442
Handle profile updates 2023-01-30 00:05:38 +01:00
SondreB
f69c0f1072
Setup default relays when empty 2023-01-29 21:36:34 +01:00
SondreB
a55a92fbb1
Fix all initialize methods and update with new storage logic 2023-01-29 21:05:29 +01:00