21d7df42bc
Merge pull request #359 from v0l/l10n_main
...
New Crowdin updates
2023-02-25 16:39:28 +00:00
cf2c052306
New translations en.json (Arabic)
2023-02-25 16:35:59 +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
bf1d7d5482
Merge pull request #356 from v0l/l10n_main
...
New Crowdin updates
2023-02-25 10:09:44 +00:00
600fe862e9
New translations en.json (Japanese)
2023-02-25 08:43:19 +00:00
ab1b5a533a
New translations en.json (Japanese)
2023-02-25 07:08:35 +00:00
e4deb25ff6
New translations en.json (Korean)
2023-02-24 23:55:30 +00:00
8475ecd59b
New translations en.json (Indonesian)
2023-02-24 23:55:29 +00:00
a65fab8ad9
New translations en.json (Chinese Simplified)
2023-02-24 23:55:28 +00:00
84465f2182
New translations en.json (Japanese)
2023-02-24 23:55:27 +00:00
95fb0d0082
New translations en.json (Hungarian)
2023-02-24 23:55:26 +00:00
873e1b4a08
New translations en.json (German)
2023-02-24 23:55:26 +00:00
4d2d34e487
New translations en.json (Arabic)
2023-02-24 23:55:25 +00:00
d6265df06f
New translations en.json (Spanish)
2023-02-24 23:55:24 +00:00
13f36b8504
New translations en.json (French)
2023-02-24 23:55:23 +00:00
df04c16283
feat: hide QR when WebLN triggered
2023-02-24 23:24:18 +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
ee734ede80
Merge pull request #354 from w3irdrobot/purple-message-number
...
Change message unread color to purple
2023-02-24 22:16:32 +00:00
w3irdrobot
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
w3irdrobot
81ecc3178d
Change message unread color to purple
2023-02-24 15:31:41 -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
4c0098e3af
Merge pull request #351 from w3irdrobot/mentions-dont-make-thread
...
Update thread detection to not include mentions
2023-02-24 19:48:16 +00:00
w3irdrobot
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
Sam Samskies
40bd552994
Merge pull request #350 from v0l/revert-url-regex
...
Revert "Merge pull request #347 from v0l/fix-links-in-parentheses"
2023-02-24 08:58:50 -10:00
w3irdrobot
b800d9532c
Update nip05 buy button to only show if nip05 field is empty
2023-02-24 13:22:22 -05:00
w3irdrobot
9c5e386444
Update form groups to use card styles like preferences page
2023-02-24 13:21:36 -05:00
w3irdrobot
47c12fed50
Update thread detection to not include mentions
...
Noticed 're:' was being added to notes in the UI when it only mentioned
a note. This didn't constitute a thread and shouldn't attempt to add who
it is replying to in the UI since there wasn't a reply to display. This
simply makes sure that a thread is detected when there is an 'e' tag and
the marker for the tag is not a mention.
2023-02-24 12:49:33 -05:00
Sam Samskies
5cfca1b0e7
Revert "Merge pull request #347 from v0l/fix-links-in-parentheses"
...
This reverts commit d74af4b323d6263a43f99af65bab56fa24648c4e, reversing
changes made to e0dea32d6fa57d9518b980852fa1808ff4cd174c.
2023-02-24 10:54:32 -06:00
Sam Samskies
d74af4b323
Merge pull request #347 from v0l/fix-links-in-parentheses
...
fix links in parentheses
2023-02-23 04:59:04 -10:00
Sam Samskies
f13ce1410c
allow trailing slash in URLs
2023-02-21 19:35:54 -06:00
Sam Samskies
9511792e45
fix links in parentheses
2023-02-21 19:03:52 -06:00
Sam Samskies
e0dea32d6f
fix long zap comment text overflow ( #344 )
2023-02-21 21:57:53 +01:00
88dc0647d7
Merge pull request #339 from v0l/feed-cache-rework
...
Feed cache rework
2023-02-21 15:11:05 +00:00
9ea8910fcd
chore: warnings
2023-02-21 14:36:12 +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
28ced65b2e
add missing alt attribute
2023-02-20 16:55:01 -06:00
Sam Samskies
7b3092edec
add missing keys
2023-02-20 16:53:08 -06:00
Sam Samskies
6254149c2a
fix stale relays bug
...
Pulling data from kind 3 event instead of kind 65 since it's more widely supported. Also, turned off the cache to try to ensure that most recent relay data is displayed.
2023-02-20 16:52:03 -06:00
Sam Samskies
eddba62575
Revert "fix stale relays bug"
...
This reverts commit 32c2e663a9ec94aa1b33e2bd8839603de8baceeb.
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
Sam Samskies
2fc4719b8a
ignore WebStore configs
2023-02-20 11:44:24 -06:00
b23b1764e5
chore: misc
2023-02-20 14:24:19 +00:00
0545a07ea6
Merge pull request #331 from v0l/l10n_main
...
New Crowdin updates
2023-02-20 13:24:31 +00:00
0b357afcb2
New translations en.json (Hungarian)
2023-02-20 06:49:20 +00:00