Commit Graph

824 Commits

Author SHA1 Message Date
SondreB
1e6548bfb3
Add support for 100 tagged users 2023-02-20 13:25:24 +01:00
SondreB
e7f3c25d79
Add the logo on toolbar, hide on small screens 2023-02-20 11:23:21 +01:00
SondreB
1d9790192f
Display profile thumbnails on top of home 2023-02-20 11:11:25 +01:00
SondreB
397ba71ab0
Optimize the back button 2023-02-19 21:38:50 +01:00
SondreB
98dd37be05
Migrate the toolbar to top (#106)
* Migrate the toolbar to top

- Attempts at virtual scrolling on following was removed, needs more optimization.

* Add scrolling behavior where needed
2023-02-19 21:26:08 +01:00
Jamal ERRAKIBI
eeeaa3a6d3
show Verified check icon only for valid nip05 profiles (#105) 2023-02-19 18:03:12 +01:00
SondreB
3fc9f86646
Fix a bug with Spotify embedded
- Final cleanup of the old content code
2023-02-19 12:10:20 +01:00
SondreB
5701b83456
Refactor the Tidal and Spotify integrations 2023-02-19 03:39:40 +01:00
SondreB
246c1c871a
Add video and audio token parsing and disable old code 2023-02-19 03:14:46 +01:00
SondreB
65af14991c
Fix a minor issue that added extra spacing 2023-02-19 02:05:03 +01:00
SondreB
a500d475b8
Fix bug with links on notifications
- Fix "note" link on notifications which was not linking correctly.
- Fix the "Replying to" links.
2023-02-19 01:44:47 +01:00
SondreB
f825f8ca3e
Add inline image rendering
- Replace old image rendering with new token based rendering.
2023-02-19 01:25:18 +01:00
SondreB
7184157952
Make it possible to disable reactions 2023-02-19 00:51:08 +01:00
SondreB
15ac176f46
Few minor improvements
- Fix an issue with tags only using p and e tags for content rendering.
- Increase the profile cache size (in-memory) to 500.
- Move the prototype warning to bottom of info cards on Home screen.
2023-02-19 00:34:26 +01:00
SondreB
81e31ae74b
Add display of Following on Home 2023-02-19 00:12:46 +01:00
SondreB
4628ae6bbf
Update the feature info 2023-02-18 12:06:06 +01:00
SondreB
c39db45d26
Add YouTube on new tokenized content rendering 2023-02-18 11:55:25 +01:00
SondreB
3e731271b4
Add support for "onehourlater.gif" 2023-02-18 11:24:05 +01:00
SondreB
3685c4acf8
Add support for thisistheway.gif and alwayshasbeen.gif 2023-02-18 11:20:29 +01:00
SondreB
45275deb63
Add support for links, there are displayed for all users, including non-following 2023-02-18 11:02:57 +01:00
SondreB
0391a5abcd
Fix support for apostrophe + s after tagging someone 2023-02-18 10:58:12 +01:00
SondreB
6bc8c0899f
Remove the import button as it doesn't do anything 2023-02-18 02:52:26 +01:00
SondreB
1189dafee6
Add support for export and import of following list 2023-02-18 02:45:48 +01:00
SondreB
4008c50428
Change the people import to only support self following from cache 2023-02-18 02:14:27 +01:00
SondreB
01f5ce11e6
Tokenize the content for improved rendering 2023-02-18 01:59:47 +01:00
SondreB
e90ca86222
Improve display of content type on people 2023-02-17 15:43:49 +01:00
SondreB
c08983f346
Clean up in-memory instance of notifications
- Changing user accounts would keep the old notifications.
2023-02-17 15:17:25 +01:00
SondreB
5d839e0b8a
Show public keys on "Content" view for pepople
- Remove the "1" prefix from shortened npub
2023-02-17 02:39:47 +01:00
SondreB
bbb0a96584
Remove autocomplete="off" as this is mostly ignored by all browsers
- Improves the credentials saving.
- Still an issue that the full public key is stored in credentials manager if user choose to login with empty password.
2023-02-17 02:22:15 +01:00
SondreB
e250651d48
Improve the private key import by hiding nsec and storing npub as username 2023-02-17 02:08:23 +01:00
SondreB
8c81367ecc
Fix issue with auto-fill password 2023-02-17 01:57:11 +01:00
SondreB
117f2881da
Attempts to disable auto-fill of username in LUD fields 2023-02-17 01:47:53 +01:00
SondreB
9a122d4ad9
Remove some debugging statements 2023-02-17 01:41:11 +01:00
SondreB
a9755c4fb5
Add support for signing events using private key login 2023-02-17 01:32:09 +01:00
SondreB
06aa3f20f3
Add display of administrator profile link for relays 2023-02-17 00:18:29 +01:00
SondreB
321e17e7f8
Attempt to fix an issue where relay enable is null 2023-02-17 00:08:15 +01:00
SondreB
5440646805
Fix some references to default relays 2023-02-16 23:56:53 +01:00
SondreB
cd6c44e74d
Add relays, encrypt and decrypt to nostr service 2023-02-16 23:55:34 +01:00
SondreB
0e11f0e35e
Create a nostr service to handle calls for signing, etc. 2023-02-16 23:45:31 +01:00
SondreB
36a7712c4e
Add login using private key 2023-02-16 23:38:20 +01:00
SondreB
3fa1319d7b
Move the public key option into the consent dialog 2023-02-16 22:23:06 +01:00
Milad Raeisi
cc85c7a8f0
Hide the notification badge when notification count equals 0 (#94) 2023-02-16 08:36:54 +01:00
SondreB
4d0c5572db
Complete functionality for manually adding media to queue 2023-02-16 00:23:34 +01:00
SondreB
91df809de6
Add support for manual adding media to queue 2023-02-16 00:14:45 +01:00
SondreB
d781c0019e
Fix display of reactions on replies 2023-02-16 00:00:30 +01:00
SondreB
b5ad6d1437
Add complete support for reactions
- Also ensures that reactions are only counted once.
2023-02-15 23:42:20 +01:00
SondreB
75ee22b9a2
Start working on re-enabling reactions 2023-02-15 23:19:15 +01:00
SondreB
ed1ea29116
Fix issue with the title bar 2023-02-15 22:32:28 +01:00
SondreB
47c7f22767
Add support for LUD-16 2023-02-15 22:25:42 +01:00
SondreB
c1a6171142
DRY the database delete and reload 2023-02-15 13:54:20 +01:00