Commit Graph

441 Commits

Author SHA1 Message Date
SondreB
cff22d7323
Make profile available as an observable 2023-01-01 22:23:35 +01:00
SondreB
706a0054ad
Add a basic FAQ section that someone can help improve
- Move the logout to right menu
2023-01-01 21:58:57 +01:00
SondreB
84fbf427fd
Add profile header on profile edit and download of self-profile on startup 2023-01-01 21:45:23 +01:00
SondreB
dc9abfca7b
Make a shared component for profile header 2023-01-01 21:23:04 +01:00
SondreB
9760c68eb2
Refactor profile-header into event-header 2023-01-01 21:09:46 +01:00
SondreB
0275e14859
Add button to close right sidemenu 2023-01-01 20:56:45 +01:00
SondreB
533805d476
Enable publish of following list 2023-01-01 14:57:11 +01:00
SondreB
e40b2dc1a5
Optimize updates when moving following into different circles 2023-01-01 14:33:35 +01:00
SondreB
156b72ba2e
Merge branch 'main' of https://github.com/block-core/blockcore-notes 2023-01-01 14:12:38 +01:00
SondreB
75b654d23f
Increase the content limits to 16384
- Based upon research and looking at other platforms, decision was made to set the workable limit for content on events to 16384 characters. (Biggest alternatives: YouTube: 5000, Facebook: 63,206)
2023-01-01 14:12:27 +01:00
Milad Raeisi
58222ecfd2
Create profile page (#28)
* Create profile page

* Add updateMetadata function

It does not work
2023-01-01 14:10:31 +01:00
SondreB
7874726468
Remove debug logging 2023-01-01 05:41:40 +01:00
SondreB
853eba3258
Remove debug logging 2023-01-01 05:29:50 +01:00
SondreB
c88154f981
Use the public key method in application state and clean up code
- Cleaner code.
2023-01-01 05:27:18 +01:00
SondreB
431f59887e
Complete the following list import functionality 2023-01-01 05:12:03 +01:00
SondreB
755a2fa76a
Add import of multiple profiles at the same time 2023-01-01 04:57:33 +01:00
SondreB
badb653981
Ensure that single download from relay completes if nothing is found 2023-01-01 04:15:36 +01:00
SondreB
24cec0c35e
Add contact list import
- WIP: Get the lists, doesn't do import yet.
- Lists number of following on the Circles
2023-01-01 04:14:41 +01:00
SondreB
a8cf0af8c3
Use the new content component for saved notes 2023-01-01 03:19:49 +01:00
Milad Raeisi
234ce8871f
Add sidemenu to display profile (#24)
* Add sidemenu to display profile

* Update app.component.scss
2023-01-01 02:21:33 +01:00
SondreB
9170892424
Add ability to post events 2023-01-01 02:19:48 +01:00
SondreB
9f434d637b
Add a maximize toggle to dialog control 2023-01-01 01:14:05 +01:00
SondreB
ac21533595
Don't show tooltip on saved notes, the ID is available from menu 2023-01-01 00:36:50 +01:00
SondreB
87a8cc5e71
Make the buttons responsive
Closes #23
2022-12-31 21:21:06 +01:00
SondreB
ba59ed82a2
Add scroll detection and auto-load when scroll reaches close to bottom 2022-12-31 20:59:40 +01:00
SondreB
9847935638
Change the event counts as low as 10 just for testing and trying out if it makes more sense. 2022-12-31 19:24:00 +01:00
SondreB
0cf5834f81
Add a "Show more" button action on the private feed 2022-12-31 19:15:23 +01:00
SondreB
3e910ca640
Change the consent warning to avoid page jumping when accepting 2022-12-31 19:02:50 +01:00
SondreB
cb53f6bd75
Add tags rendering to the shared content component 2022-12-31 18:45:52 +01:00
SondreB
3f4edb3e30
Tune the layout and make the root event render with same style 2022-12-31 18:31:01 +01:00
SondreB
382469ab25
Make the "Replying to" label clickable 2022-12-31 17:48:39 +01:00
SondreB
18f492a270
Set the display name to name if not specified 2022-12-31 17:32:36 +01:00
SondreB
d47d72ae10
Reset the root whenever selected event is changed 2022-12-31 17:28:44 +01:00
SondreB
31483ca9e3
Change the follow/unfollow icons 2022-12-31 17:08:12 +01:00
SondreB
0cde36a002
Tune the content layout to be optimal 2022-12-31 17:05:27 +01:00
SondreB
889a7465bc
Hide the separator if nip05 is not specified in profile 2022-12-31 16:54:05 +01:00
SondreB
69d0bd7ccd
Make sure the generic content control is used everywhere 2022-12-31 16:52:25 +01:00
SondreB
a38f95762e
Ensure that we wait for authentication before connecting to relays, add a control to display reply names
- Adds reply name custom control that renders proper names.
2022-12-31 15:14:59 +01:00
SondreB
0d98c47c3b
Make date clickable on people list 2022-12-31 03:58:46 +01:00
SondreB
c463313574
Make the about text clickable on people list 2022-12-31 03:48:55 +01:00
SondreB
c1f556b050
Show a message if user is not following profile 2022-12-31 03:42:46 +01:00
SondreB
3ea910f78d
Improve the wrapping of about text 2022-12-31 03:31:52 +01:00
SondreB
4ff308e3f4
Change the URL routing on profile header 2022-12-31 03:25:09 +01:00
SondreB
6ac25c30f1
Make the text content clickable 2022-12-31 03:21:17 +01:00
SondreB
7bc0ff646c
Restore the tab on navigation from profile 2022-12-31 03:08:14 +01:00
SondreB
19ed2a08ef
Fix an issue with reply list on profiles 2022-12-31 02:49:24 +01:00
SondreB
21da4b5cf1
Add download of profiles not being followed 2022-12-31 02:25:20 +01:00
SondreB
a22aeddf14
Add a profile cache cleanup process 2022-12-31 01:46:35 +01:00
SondreB
bc963300d7
Display npub in tooltip on profile name 2022-12-31 01:15:49 +01:00
SondreB
75711510dd
Add visibility on Circles 2022-12-31 01:08:20 +01:00