Commit Graph

27 Commits

Author SHA1 Message Date
SondreB
7a95a3eefe
Add new UI for relay options that is simpler to use
- Requires a --force for npm install to upgrade to get latest Angular Material which supports radio buttons on selection lists
2023-01-28 12:24:35 +01:00
SondreB
7a27cd204a
Add Web Worker and remove Dixie.js as database abstraction 2023-01-22 22:58:03 +01:00
SondreB
79e7dd3f09
Fix an issue with image sanitize when URL contains query parameters 2023-01-20 22:25:13 +01:00
SondreB
980dd9440a
Make the user profile load after initial wipe
- If the database is wiped clean and navigation goes back to a user profile, the app is now able to fully load the profile and update the UI accordingly.
2023-01-14 23:10:17 +01:00
SondreB
bca5f52287
Add a timeout (NIP-40) UI widget - temporarily hidden
Will be used to implement NIP-40: https://github.com/nostr-protocol/nips/blob/master/40.md
2023-01-12 08:56:37 +01:00
SondreB
dd49b18564
Quick and dirty photos layout 2023-01-11 22:58:09 +01:00
SondreB
35a1c28dff
Add indicator that relays are being connected to 2023-01-10 17:05:30 +01:00
SondreB
3d13a991ac
Cleanup and more cleanup 2023-01-07 23:40:16 +01:00
SondreB
6df1dac494
WIP: Circular dependency but basic pattern implemented for profile get
- Get from Cache > Get from Database > Get from Relays
2023-01-07 17:39:21 +01:00
SondreB
42029048a4
Implement dixie for storage and refactor data retrieval to use observables better 2023-01-07 13:03:41 +01:00
SondreB
56a9cb106f
Add a dedicated home component
- Follow when the toggle is turned on.
- Add animation to the card when toggled.
2023-01-06 13:01:07 +01:00
SondreB
579f719cc2
Add a protocol handler for nostr 2023-01-06 00:03:59 +01:00
SondreB
ab81d4778e
Add @ng-matero/extensions 2023-01-05 20:48:10 +01:00
SondreB
7a93c16f48
Add QR code package 2023-01-05 20:44:38 +01:00
SondreB
d6dd1e4510 Upgrade nostr-tools 2023-01-05 14:50:59 +01:00
SondreB
79df99975a
Add basic save and list of circles 2022-12-25 20:39:18 +01:00
SondreB
903baefff4
Add a basic for implementing schema validation using Joi 2022-12-25 02:41:18 +01:00
SondreB
44f4d8324d
Refactor UI into reusable components 2022-12-24 03:31:37 +01:00
Milad Raeisi
16d34028e0
Add emoji to Note dialog (#5) 2022-12-23 23:38:01 +01:00
SondreB
edd685520d
Add CheckForUpdateService to check for updates for long-running users 2022-12-23 13:46:04 +01:00
SondreB
e73eeba64a
Remove previously required dependencies 2022-12-21 21:27:32 +01:00
SondreB
30e9fdc293
Upgrade nostr-tools package 2022-12-21 21:21:41 +01:00
SondreB
eb37e154e6
Add connection to relay and display live stream of 100 latest events 2022-12-21 19:08:41 +01:00
SondreB
52b2d2af1c
Persist the public key and auto-login users 2022-12-21 02:04:51 +01:00
SondreB
0f18bce502
Add some basic components and UI foundation 2022-12-20 23:39:53 +01:00
SondreB
493ba4c412
Add pwa support for "desktop installation"
- Icons must be updated with another theme color, re-using wallet icons.
2022-12-20 22:39:58 +01:00
SondreB
7e7b187d4d
Add a basic foundation from Angular
- Adds a few extra bits to comply with Blockcore project setups
2022-12-20 22:34:47 +01:00