Commit Graph

447 Commits

Author SHA1 Message Date
SondreB
c75bc95f2c
Fix a minor warning feedback 2022-12-23 11:48:32 +01:00
SondreB
fc7547e2e2
Add a notice regarding content on Nostr 2022-12-23 11:43:31 +01:00
SondreB
6173cec533
Fix links on user profile 2022-12-23 02:34:44 +01:00
SondreB
e38c6a0f84
Add a basic profile view 2022-12-23 02:33:04 +01:00
SondreB
24be021153
Add a menu to posts 2022-12-23 02:19:20 +01:00
SondreB
f95a0de0b8
Improve the event parsing and add tabs in the main view 2022-12-23 00:20:03 +01:00
SondreB
9c82957acf
Add the nostr logo to help page 2022-12-22 22:30:57 +01:00
SondreB
c305da856b
Add the nostrich 2022-12-22 21:59:10 +01:00
SondreB
3ddec695ee
Add a link to nostr guru in help page 2022-12-22 20:27:59 +01:00
SondreB
e5be5cc8a5
Add tooltip for event ID and notify users that an event was truncated 2022-12-22 20:20:47 +01:00
SondreB
21beaf5d4c
Add an app update service
- The PWA will install and cache locally, add a visual indicator that user can force an update when new release is available
2022-12-22 19:59:06 +01:00
SondreB
47e338d862
Add a basic verification with nostr directory 2022-12-22 19:51:45 +01:00
SondreB
19b4229b93
Add npub display for public keys 2022-12-22 18:08:06 +01:00
SondreB
a4e149d69c
Add feed option and improve styling layout for basic UI 2022-12-22 17:55:34 +01:00
SondreB
086d831677
Hide options not useable yet 2022-12-22 01:14:29 +01:00
SondreB
de8ce9cad4
Add rendering of profile image and profile name
- Attempts to optimize the profile retrieval.
- WIP: The profiles should probably be stored in IndexedDB.
2022-12-22 01:05:44 +01:00
SondreB
0b1a0e26e9
Implement AuthenticationService 2022-12-21 23:26:51 +01:00
SondreB
d22ca0b022
Fix issue with duplicate executions of constructor/ngOnInit for home component
- Binding to authenticated using a basic property is the main issue, changing to an Subject.
2022-12-21 22:08:25 +01:00
SondreB
6c1e0ccd38
Add a progress bar 2022-12-21 21:32:13 +01:00
SondreB
e73eeba64a
Remove previously required dependencies 2022-12-21 21:27:32 +01:00
SondreB
5d5ef1dcc0
Add a basic settings component 2022-12-21 21:25:45 +01:00
SondreB
30e9fdc293
Upgrade nostr-tools package 2022-12-21 21:21:41 +01:00
SondreB
b9073939e6
Update page titles and back button rendering 2022-12-21 21:04:35 +01:00
SondreB
ae16896e01
Add a basic help page 2022-12-21 20:56:53 +01:00
SondreB
5f9091d48f
Add a link to go straight in without authentication 2022-12-21 20:47:41 +01:00
SondreB
1a3f6f228c
Show ellipsis on username on small screens 2022-12-21 20:10:43 +01:00
SondreB
72c2b0a131
Improve the event layout 2022-12-21 20:02:49 +01:00
SondreB
f1e73f2894
Increase the limits for sizes 2022-12-21 19:13:56 +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
2ff68bb702
Display icon on connect page 2022-12-21 02:51:50 +01:00
SondreB
c1f9511c3d
Persist the logout action 2022-12-21 02:42:03 +01:00
SondreB
fa07288980
Display the profile icon on right 2022-12-21 02:31:14 +01:00
SondreB
e63eae21e9
Fix the navigation menu 2022-12-21 02:28:01 +01:00
SondreB
aa82a82b24
Set font on typography level
- Not sure if this is needed.
2022-12-21 02:05:50 +01:00
SondreB
52b2d2af1c
Persist the public key and auto-login users 2022-12-21 02:04:51 +01:00
SondreB
d539090404
Add logic to check for extension initialization 2022-12-21 01:23:16 +01:00
SondreB
64a6894ae6
Remove theme color from index.html 2022-12-21 00:42:03 +01:00
SondreB
7c75e97bf3
Include the 404 for GitHub pages redirect 2022-12-21 00:34:46 +01:00
SondreB
591cd0bfa2
Add a logout component 2022-12-21 00:33:49 +01:00
SondreB
be6ab25a59
Update the heading on README 2022-12-21 00:09:20 +01:00
SondreB
c6f71342f8
Create unique icon for Blockcore Notes 2022-12-21 00:04:10 +01:00
SondreB
4fae1f40c3
Change the build output folder 2022-12-20 23:49:37 +01:00
SondreB
f85679811a
Add some information on Notes in README 2022-12-20 23:47: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
SondreB
f9e73f6681
Initial commit 2022-12-20 22:14:31 +01:00