Commit Graph

824 Commits

Author SHA1 Message Date
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
SondreB
9c9f19e2ab
Improve profile layout taking less vertical space 2022-12-31 00:44:28 +01:00
SondreB
e11ed1a373
Improve the profile header layout 2022-12-31 00:28:59 +01:00
SondreB
9a1d29c7d7
Display circle color on large profile image 2022-12-30 22:05:46 +01:00
SondreB
4f13d8cea8
Add a profile header on user view 2022-12-30 22:01:48 +01:00
Milad Raeisi
d9dc1bbc76
Highlight active menu (#21) 2022-12-30 20:21:17 +01:00
SondreB
0c91f3d498
Improve the thread views
- Works more stable and better than before.
2022-12-30 13:29:24 +01:00
SondreB
f16d80d0cb
Some more improvements on thread loading 2022-12-29 22:24:24 +01:00
SondreB
4af9f04e03
Use multiple relays and improve loading of threads 2022-12-29 21:50:39 +01:00
SondreB
fd277af778
Render replying to list of pubkeys 2022-12-29 12:20:58 +01:00
SondreB
dc277ed826
Get local data when directly opening an event
- WIP: need to add download if not exists locally.
- More work needed for threads, but this is good step simplifying the queries.
2022-12-29 03:48:33 +01:00
SondreB
d102cb42f5
Fix anonymous login relay connect 2022-12-29 02:26:55 +01:00
SondreB
719fb25ece
Add a fixed pubkey for anonymous access 2022-12-29 02:23:00 +01:00
SondreB
b6accdd5e7
Improve relays management
- When login, relays from extension will be appended.
- Auto-loads persisted relays on reloads.
2022-12-29 01:58:50 +01:00
SondreB
b437c8b3dc
Optimize for mobile UI and add button to "Update from Extension" 2022-12-28 20:48:06 +01:00
SondreB
97187ce62c
Add an expander for relays 2022-12-28 20:32:42 +01:00
SondreB
7920955e13
Add relays in settings and make tabs to section up the settings 2022-12-28 20:18:35 +01:00
SondreB
d451bcf86b
Add Circle Styles 2022-12-28 13:15:38 +01:00