Commit Graph

824 Commits

Author SHA1 Message Date
SondreB
48fa6b7976
Make the breakpoint observer use a fixed size for improved UX 2022-12-24 13:49:48 +01:00
SondreB
b9273ab510
Refactor the main layout code
- Improve toolbar height with a fix when display in flex mode.
- Ensure scrollbar is in the content and correctly filled out.
- Improve the scrollbar on menu to become overlayed.
- Always display menu on desktop size screens.
2022-12-24 13:39:23 +01:00
SondreB
7fbfb3a0f9
Fix identifier display when profile is set instead of pubkey 2022-12-24 04:49:26 +01:00
SondreB
e7144c4d1e
Fix profile loading and rendering 2022-12-24 04:41:29 +01:00
SondreB
d07da8ff9c
Improve the profile rendering and allow delete of cached profiles 2022-12-24 04:13:46 +01:00
SondreB
5f6c3f399b
Fix menu on "Explore" 2022-12-24 04:04:52 +01:00
SondreB
c1dc92e725
Fix issue with profile not existing 2022-12-24 04:01:35 +01:00
SondreB
9587f04d51
Remove "Identities" from menu 2022-12-24 03:49:49 +01:00
SondreB
933643d5a1
Improve people with search and filter
- Deletes the "Identities" as that has moved into "People".
2022-12-24 03:49:07 +01:00
SondreB
f7dabb6264
Remove "pizzas" 👎 2022-12-24 03:32: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
Milad Raeisi
6e4d109389
Add search to Identities (#4)
* Add search to Identities

* Add search function to Identities
2022-12-23 19:50:28 +01:00
Milad Raeisi
e1f11cc9c5
Small changes in dialog box style (#3) 2022-12-23 16:21:58 +01:00
SondreB
7210f81ae0
Add display of profile name and photos under identities 2022-12-23 16:20:48 +01:00
SondreB
e656658034
Add settings action to wipe entire local database cache 2022-12-23 16:12:35 +01:00
SondreB
ff96f49fe8
Merge branch 'main' of https://github.com/block-core/blockcore-notes 2022-12-23 16:08:29 +01:00
SondreB
9b7c08b98b
Add persistence of identities and add feature to list and clear cache 2022-12-23 16:07:44 +01:00
Milad Raeisi
ee077273fd
Add dialog to create new Note (#2) 2022-12-23 16:06:19 +01:00
SondreB
f9a4ff32fe
Add profile storage 2022-12-23 14:28:45 +01:00
SondreB
cd46211f6e
Add a toggle to display tags 2022-12-23 14:01:55 +01:00
SondreB
edd685520d
Add CheckForUpdateService to check for updates for long-running users 2022-12-23 13:46:04 +01:00
SondreB
453fa91996
Render tags raw at the footer and fix a typo 2022-12-23 13:30:42 +01:00
SondreB
01142f0ee0
Rename Help to About 2022-12-23 12:54:51 +01:00
SondreB
982153a39c
Merge pull request #1 from seniorblockchain/update
Add update service in the constructor of app.component.ts
2022-12-23 12:53:25 +01:00
Milad
d0ea7dd98e
Add update service in the constructor of app.component.ts 2022-12-23 15:03:27 +03:30
SondreB
4108a3eb94
Add consent button for notice 2022-12-23 12:05:36 +01:00
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