Commit Graph

955 Commits

Author SHA1 Message Date
Sam Samskies 2782f24690
fix URL parsing edge cases (#360)
This should fix the following:
- URLs in parentheses
- URLs at the end of a sentence
2023-02-27 11:21:38 -08:00
Kieran f934dcd092
chore: add crowdin badge 2023-02-27 14:41:07 +00:00
Kieran e450cdd865
fix: autoFocus 2023-02-27 13:21:06 +00:00
Kieran 45c4c3bce1
feat: nip5 in profile path 2023-02-27 13:17:57 +00:00
Kieran 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
Kieran 62cd8b57d1
feat: language picker 2023-02-27 11:31:46 +00:00
ennmichael 623d9735e5
Merge pull request #346 from v0l/nostr-package-2
`nostr` package part 2
2023-02-26 23:50:13 +01:00
ennmichael 2c1c07a552
fix build error 2023-02-26 23:45:03 +01:00
ennmichael 9da110165b
nostr package part 2 2023-02-26 23:45:03 +01:00
Kieran 7c74a777de
bug: login page overflow
closes #361
2023-02-26 21:25:17 +00:00
Kieran 9688a58fbe
Merge pull request #362 from v0l/l10n_main
New Crowdin updates
2023-02-26 21:20:33 +00:00
Lukas Jakob a08c5fdc75 feat: add search page field autofocus 2023-02-26 13:37:56 -06:00
Kieran 525b2def1f New translations en.json (Arabic) 2023-02-26 11:36:22 +00:00
Kieran c203c7eeed
bug: follow all fix 2023-02-25 21:27:01 +00:00
Kieran 21d7df42bc
Merge pull request #359 from v0l/l10n_main
New Crowdin updates
2023-02-25 16:39:28 +00:00
Kieran cf2c052306 New translations en.json (Arabic) 2023-02-25 16:35:59 +00:00
Kieran 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
Kieran bf1d7d5482
Merge pull request #356 from v0l/l10n_main
New Crowdin updates
2023-02-25 10:09:44 +00:00
Kieran 600fe862e9 New translations en.json (Japanese) 2023-02-25 08:43:19 +00:00
Kieran ab1b5a533a New translations en.json (Japanese) 2023-02-25 07:08:35 +00:00
Kieran e4deb25ff6 New translations en.json (Korean) 2023-02-24 23:55:30 +00:00
Kieran 8475ecd59b New translations en.json (Indonesian) 2023-02-24 23:55:29 +00:00
Kieran a65fab8ad9 New translations en.json (Chinese Simplified) 2023-02-24 23:55:28 +00:00
Kieran 84465f2182 New translations en.json (Japanese) 2023-02-24 23:55:27 +00:00
Kieran 95fb0d0082 New translations en.json (Hungarian) 2023-02-24 23:55:26 +00:00
Kieran 873e1b4a08 New translations en.json (German) 2023-02-24 23:55:26 +00:00
Kieran 4d2d34e487 New translations en.json (Arabic) 2023-02-24 23:55:25 +00:00
Kieran d6265df06f New translations en.json (Spanish) 2023-02-24 23:55:24 +00:00
Kieran 13f36b8504 New translations en.json (French) 2023-02-24 23:55:23 +00:00
Kieran df04c16283
feat: hide QR when WebLN triggered 2023-02-24 23:24:18 +00:00
Kieran 44b29b777d
feat: default zap amount 2023-02-24 23:03:01 +00:00
Kieran 8939b1dad2
chore: add w3irdrobot 2023-02-24 22:20:44 +00:00
Kieran 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
Kieran 0088bc4734
Merge pull request #353 from w3irdrobot/small-settings-page-stuff
Small settings page stuff
2023-02-24 19:48:37 +00:00
Kieran 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
Kieran 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 d74af4b323, reversing
changes made to e0dea32d6f.
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
Kieran 88dc0647d7
Merge pull request #339 from v0l/feed-cache-rework
Feed cache rework
2023-02-21 15:11:05 +00:00
Kieran 9ea8910fcd
chore: warnings 2023-02-21 14:36:12 +00:00