Commit Graph

114 Commits

Author SHA1 Message Date
2e78da732a
New Crowdin updates (#364)
* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (Arabic)

* feat: add it lang

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Arabic)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Japanese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Indonesian)

* New translations en.json (Korean)

* New translations en.json (Italian)

* New translations en.json (Arabic)

* New translations en.json (Japanese)

* New translations en.json (Indonesian)

* New translations en.json (Indonesian)

* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Arabic)

* New translations en.json (German)

* New translations en.json (Hungarian)

* New translations en.json (Japanese)

* New translations en.json (Chinese Simplified)

* New translations en.json (Indonesian)

* New translations en.json (Korean)

* New translations en.json (Italian)

* New translations en.json (Arabic)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Indonesian)

* New translations en.json (Italian)

* Read preferences directly from localStorage

* Add Indonesian to language picker

* Update translators
2023-02-28 10:24:55 +00:00
564701c8b8
Update mark all read dm button to be disabled when no unreads 2023-02-27 23:52:12 -05:00
8c286c04f3
feat: fast zaps 2023-02-27 17:46:01 +00:00
e450cdd865
fix: autoFocus 2023-02-27 13:21:06 +00:00
45c4c3bce1
feat: nip5 in profile path 2023-02-27 13:17:57 +00:00
688c5cf4f8
Merge pull request #363 from lujakob/add-search-field-focus
feat: add search page field autofocus
2023-02-27 11:54:06 +00:00
62cd8b57d1
feat: language picker 2023-02-27 11:31:46 +00:00
7c74a777de
bug: login page overflow
closes #361
2023-02-26 21:25:17 +00:00
Lukas Jakob
a08c5fdc75 feat: add search page field autofocus 2023-02-26 13:37:56 -06:00
c203c7eeed
bug: follow all fix 2023-02-25 21:27:01 +00:00
37ab7cdfce
Merge pull request #355 from w3irdrobot/clear-unread-icon-header
Remove unread message dot when messages all read
2023-02-25 10:10:13 +00:00
44b29b777d
feat: default zap amount 2023-02-24 23:03:01 +00:00
8939b1dad2
chore: add w3irdrobot 2023-02-24 22:20:44 +00:00
c0d9399ca7
Remove unread message dot when messages all read
Clicking the Mark All Read button was clearing the messages, but
the purple dot was not disappearing until the page was refreshed.
It appears it was just because the calculation was being cached
and not updated because the dm interaction counter was not inputted
as a dependency to useMemo
2023-02-24 16:44:55 -05:00
0088bc4734
Merge pull request #353 from w3irdrobot/small-settings-page-stuff
Small settings page stuff
2023-02-24 19:48:37 +00:00
4530d34c7d
Updated profile settings page to match perferences styles 2023-02-24 14:45:24 -05:00
70db025ed2
bug: follows you 2023-02-24 19:28:29 +00:00
b800d9532c
Update nip05 buy button to only show if nip05 field is empty 2023-02-24 13:22:22 -05:00
9c5e386444
Update form groups to use card styles like preferences page 2023-02-24 13:21:36 -05:00
88dc0647d7
Merge pull request #339 from v0l/feed-cache-rework
Feed cache rework
2023-02-21 15:11:05 +00:00
e6f64e9b9e
feat: redux timeline cache 2023-02-21 14:35:53 +00:00
a49121c05a
chore: remove feed cache 2023-02-21 12:03:14 +00:00
389f73725f
Merge pull request #337 from v0l/fix-stale-relays
Fix stale relays
2023-02-21 10:14:01 +00:00
3f406ec19e
feat: improve profile loading 2023-02-20 23:14:15 +00:00
Sam Samskies
7b3092edec
add missing keys 2023-02-20 16:53:08 -06:00
Sam Samskies
eddba62575
Revert "fix stale relays bug"
This reverts commit 32c2e663a9.
2023-02-20 15:42:48 -06:00
Sam Samskies
32c2e663a9
fix stale relays bug
Also, attempts to send updated relays to all online relays using Blastr. If that fails, it falls back to broadcasting to 20 random online relays.
2023-02-20 14:22:07 -06:00
5293991072
chore: select any relay for global 2023-02-20 17:54:07 +00:00
Alejandro
05a363491f
UI fixes (#318)
resolves #306
2023-02-17 17:42:10 +01:00
8a3f48b81c
Merge pull request #321 from jacany/default-page
Add default page selector
2023-02-17 15:36:00 +00:00
Jack Chakany
c3e18d2252 Merge remote-tracking branch 'origin/default-page' into default-page 2023-02-17 10:05:29 -05:00
Jack Chakany
4b697045bf run prettier 2023-02-17 10:05:15 -05:00
Jack Chakany
527a170697
Update packages/app/src/Pages/Root.tsx
Co-authored-by: Kieran <kieran@harkin.me>
2023-02-17 06:31:03 -05:00
Jack Chakany
e42834857b rename defaultPage to defaultRootTab and make posts default 2023-02-16 20:27:46 -05:00
13daee3574
Merge pull request #322 from fernandolguevara/fix-profile
fix(profile): convert page id to npub bech32
2023-02-16 18:54:44 +00:00
aecd047206
Merge pull request #316 from h3y6e/reduce-spaces
Reduce space between the texts for selecting relays
2023-02-16 18:21:52 +00:00
h3y6e
7be9dcde5a
put inside div.main-content 2023-02-17 02:31:44 +09:00
Fernando López Guevara
f698806b82 fix(profile): convert page id to npub bech32 2023-02-16 14:19:40 -03:00
3b68153105
bug: redirect tlv entry 2023-02-16 16:32:56 +00:00
Jack Chakany
4092ab90e0 Add default page selector 2023-02-16 09:13:36 -05:00
h3y6e
3977dd878e
align to the right 2023-02-16 08:41:48 +09:00
Alejandro Gomez
5a810e2048
fix: correctly slice user results 2023-02-15 14:23:09 +00:00
Alejandro Gomez
32abaf3fa7
feat: add local user results to search 2023-02-15 14:23:08 +00:00
Alejandro Gomez
13a1eb186d
dont show ppl twice 2023-02-15 14:22:52 +00:00
Alejandro Gomez
4d244bef3b
move h3y6e to collaborators 2023-02-15 14:22:52 +00:00
Alejandro Gomez
374e571aa6
fix: QR alignment 2023-02-15 14:22:52 +00:00
884bbdd9dc
chore: default profile window size to 6hr 2023-02-15 13:42:03 +00:00
1a09d13e4b
Merge pull request #297 from h3y6e/global-tab
Fix blackout when selecting global tab
2023-02-14 16:11:59 +00:00
h3y6e
45037325f6
Fix blackout bug when selecting global tab 2023-02-15 00:18:53 +09:00
Alejandro Gomez
3ed868edde
adjust mobile unread 2023-02-14 14:36:50 +00:00
Alejandro Gomez
1240fe40fe
no wrap 2023-02-14 14:36:41 +00:00
Alejandro Gomez
54f33ddf7c
note to self fix 2023-02-14 14:36:40 +00:00
Alejandro Gomez
3bcef9cccc
unread count 2023-02-14 14:36:40 +00:00
Alejandro Gomez
f590fd6081
auto tabs only on profile 2023-02-14 14:36:40 +00:00
Alejandro Gomez
e0aeab8ec1
fixes 2023-02-14 14:36:38 +00:00
Alejandro Gomez
f24f11e59b
settings fixes 2023-02-14 14:33:23 +00:00
Alejandro Gomez
cd17897238
all sizes 2023-02-14 14:32:09 +00:00
Alejandro Gomez
2f82d419e2
margins on mobile 2023-02-14 14:32:09 +00:00
Alejandro Gomez
d9c3234be7
banner radius 2023-02-14 14:32:09 +00:00
Alejandro Gomez
271d44d92d
relays and zaps tweaks 2023-02-14 14:32:09 +00:00
Alejandro Gomez
4f222fb813
login and onboarding fixes 2023-02-14 14:32:06 +00:00
Alejandro Gomez
73957e6510
count in profile page 2023-02-14 14:29:36 +00:00
ennmichael
ba01423110
rebase 2023-02-14 14:35:12 +01:00
ennmichael
2a211b78a1
workspace with decoupled nostr package 2023-02-14 14:27:40 +01:00