Commit Graph

372 Commits

Author SHA1 Message Date
SondreB
553c231cb8
Fix issue with older profiles replacing newer profiles 2023-01-15 01:29:43 +01:00
SondreB
5b58a16cca
Add ability to copy full profile URL 2023-01-15 00:31:05 +01:00
SondreB
be65dd41d6
Change where user profile binds events 2023-01-15 00:22:46 +01:00
SondreB
1446533e0d
Load the user profile when on-page reload happens 2023-01-14 23:14: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
1fdf2457f9
Trigger observable when the current active profile is updated 2023-01-13 13:33:45 +01:00
SondreB
eefe245b99
Reset on empty profiles 2023-01-13 05:13:43 +01:00
SondreB
34a22cc65f
Improve queue service 2023-01-13 05:06:26 +01:00
SondreB
cf750be488
Optimize retrieval of profiles 2023-01-13 04:56:44 +01:00
SondreB
83a9cb9469
Add callback support for jobs 2023-01-13 04:49:25 +01:00
SondreB
84390c9bcc
Add initial connection wait and add queue processing for relays 2023-01-13 04:40:44 +01:00
SondreB
be15b12ba7
Revolt against the establishment
- Usage of .component in filenames makes no sense and is adding clutter.
2023-01-13 00:48:22 +01:00
SondreB
63166db4df
Rename the following components 2023-01-13 00:38:41 +01:00
SondreB
1249f667d1
Use observable for title updates 2023-01-12 22:51:46 +01:00
SondreB
d0e14fbad2
Fix a bug with circle on users not being followed 2023-01-12 22:47:09 +01:00
SondreB
85b411bb24
Add support for dynamically loading following 2023-01-12 22:44:49 +01:00
SondreB
797ef9a046
Add support for rendering following list
- Following list must be cached after viewing profile now, adding auto-loading in next commit.
2023-01-12 22:40:57 +01:00
Lu
34854815d1
List of active subscriptions (#48) 2023-01-12 17:07:03 +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
Milad Raeisi
3a3fccbc88
Limit description text length to 2 lines (#47) 2023-01-12 08:13:12 +01:00
SondreB
403c2c9b2a
Add even more sample photos 2023-01-11 23:17:53 +01:00
SondreB
1480c3ce05
Fix the default circle type and add more photos for test layout 2023-01-11 23:05:05 +01:00
SondreB
dd49b18564
Quick and dirty photos layout 2023-01-11 22:58:09 +01:00
SondreB
ea94b28274
Add custom layout for photos accounts 2023-01-11 22:20:19 +01:00
SondreB
b88884cbe3
Fix a bug with Circles getting uuid instead of number identifier 2023-01-11 21:51:09 +01:00
SondreB
53c03bc389
Cleanup the user template 2023-01-11 21:46:03 +01:00
SondreB
e4a79d7f41
Add separation of databases based on accounts 2023-01-11 21:24:01 +01:00
Lu
aea4a07343
Fixed threat-reactions (#46) 2023-01-11 17:15:33 +01:00
SondreB
331c91162a
Finalize the show lines toggle 2023-01-11 16:01:17 +01:00
SondreB
db74c589ba
Show/hide lines on threads 2023-01-11 15:48:00 +01:00
SondreB
f80a82403c
Make the website link show effect on hover 2023-01-11 15:38:28 +01:00
SondreB
da9e8a11c4
Refactor updating current selected profile and improve rendering 2023-01-11 15:37:24 +01:00
SondreB
bf89832095
Add support for "website" on profile edit 2023-01-11 14:40:40 +01:00
SondreB
82511bf395
Add some info on display of photos and films 2023-01-11 14:33:04 +01:00
SondreB
49addcdc28
Add ability to sign and post notes 2023-01-11 13:50:16 +01:00
SondreB
08a178b549
Fix publish of profile 2023-01-11 13:45:15 +01:00
SondreB
00b6fbe005
Tune the thread layout for more pixel-perfection 2023-01-11 12:01:43 +01:00
Milad Raeisi
b00a2bf7b5
Create toolbar for add note dialog (#44) 2023-01-11 11:04:57 +01:00
SondreB
7ad139eebf
Tune the profile label to render better 2023-01-11 03:11:44 +01:00
SondreB
76a6505e91
Fix read-only login to allow custom public key + increase tag limits (50 & 1000)
- Allow up to 50 tags on events.
- Allow up to 1000 tags on following.
2023-01-11 02:43:39 +01:00
SondreB
c3e04c4641
Fix a massive resource leak on the home page 2023-01-11 02:11:58 +01:00
SondreB
58f100fc4e
Filter out blocked in search 2023-01-11 01:22:06 +01:00
SondreB
30fb72ac24
Prioritize the search results 2023-01-11 01:18:42 +01:00
SondreB
b5a866e75b
Search NIP05 instead of about 2023-01-11 01:08:53 +01:00
SondreB
c06f5dd972
Add search back 2023-01-11 00:59:52 +01:00
SondreB
007a0ffdd0
Add support for display_name on profile 2023-01-11 00:35:26 +01:00
SondreB
06e7c2c510
Add support for display_name and LUD16 in profile 2023-01-10 23:51:09 +01:00
SondreB
cf9bc32a8d
Fix horizontal rendering on iPhone 2023-01-10 23:33:32 +01:00
SondreB
d2667570a9
Render video and images full width on mobile devices 2023-01-10 22:51:15 +01:00
SondreB
801955a712
thisistheway.gif 2023-01-10 22:44:25 +01:00