Alex Gleason
|
60d3ad3ebd
|
Merge branch 'use-external-viewer-link' into 'main'
Use external viewer link
Closes #1673
See merge request soapbox-pub/soapbox!3070
|
2024-06-23 22:03:11 +00:00 |
P. Reis
|
64354c6d09
|
feat(zaps-modal): add pagination support
|
2024-06-23 18:45:23 -03:00 |
P. Reis
|
bcbfed9faf
|
feat(reducers-user-lists): handle case ZAPS_EXPAND_SUCCESS
|
2024-06-23 18:39:33 -03:00 |
P. Reis
|
f6751915b0
|
feat(actions): create expandZaps() interaction
|
2024-06-23 18:34:44 -03:00 |
Siddharth Singh
|
bb0e5568be
|
rename `ditto` to the more clear `externalNostrUrl`
|
2024-06-24 02:53:49 +05:30 |
Siddharth Singh
|
4dfe7063c3
|
fix external key in statusDittoSchema
|
2024-06-24 02:48:46 +05:30 |
Siddharth Singh
|
0770220fbb
|
rename ditto.external property to ditto.external_url
|
2024-06-24 02:39:45 +05:30 |
Siddharth Singh
|
de866d25e5
|
use external viewer link for statuses as well
|
2024-06-24 02:00:40 +05:30 |
Siddharth Singh
|
73df5533bb
|
use account.ditto.external if present
|
2024-06-24 01:47:32 +05:30 |
Alex Gleason
|
6aeb643e67
|
Merge branch 'vazirmatn' into 'main'
Use Vazirmatn font for Arabic and Farsi
Closes #1677
See merge request soapbox-pub/soapbox!3068
|
2024-06-19 20:50:06 +00:00 |
Alex Gleason
|
f3f41c5884
|
Use Vazirmatn font for Arabic and Farsi
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1677
|
2024-06-19 15:34:07 -05:00 |
P. Reis
|
22824df62c
|
fix(zaps-modal): add index as key in accounts loop
|
2024-06-18 15:05:09 -03:00 |
P. Reis
|
5a60df0a8a
|
fix(ZapListRecord): use ImmutableList in the items property
|
2024-06-18 15:04:20 -03:00 |
Alex Gleason
|
a088fc1e55
|
Merge branch 'identity-feedback' into 'main'
EditIdentity: improve feedback to user upon submitting form
See merge request soapbox-pub/soapbox!3065
|
2024-06-14 01:26:58 +00:00 |
Alex Gleason
|
be6bb9239d
|
Merge branch 'ditto-logged-out' into 'main'
Fix unauth homepage loading forever on Ditto
See merge request soapbox-pub/soapbox!3066
|
2024-06-14 01:26:40 +00:00 |
Alex Gleason
|
0e97f92666
|
Fix unauth homepage loading forever on Ditto
|
2024-06-13 20:25:48 -05:00 |
Alex Gleason
|
3c7c1c83fe
|
yarn i18n
|
2024-06-13 19:29:14 -05:00 |
Alex Gleason
|
b6aa3e3baf
|
EditIdentity: improve feedback to user upon submitting form
|
2024-06-13 19:08:25 -05:00 |
Alex Gleason
|
19f5440b8b
|
Merge branch 'nostr-race' into 'main'
Wait for the signer before loading the UI (fix Ditto race condition)
See merge request soapbox-pub/soapbox!3064
|
2024-06-13 21:43:17 +00:00 |
Alex Gleason
|
0b1446c655
|
Wait for the signer before loading the UI (fix Ditto race condition)
|
2024-06-13 16:27:13 -05:00 |
Alex Gleason
|
bbdc224010
|
Merge branch 'fix-zap-record' into 'main'
ZapRecord and Zaps modal - change zap_comment to 'comment' and zap_amount to 'amount'
See merge request soapbox-pub/soapbox!3063
|
2024-06-13 18:35:30 +00:00 |
P. Reis
|
e4dbe2a8c6
|
fix(ZapRecord): change zap_comment to 'comment' and zap_amount to 'amount'
|
2024-06-13 14:40:02 -03:00 |
Alex Gleason
|
f5d1ac7b27
|
Merge branch 'render-zaps-amount' into 'main'
Render zaps amount in posts - Fetch zapped_by endpoint - Create zaps amount modal
See merge request soapbox-pub/soapbox!3062
|
2024-06-13 14:51:11 +00:00 |
P. Reis
|
ed33cd400c
|
fix: i18n
|
2024-06-13 00:55:46 -03:00 |
P. Reis
|
a4e74fdcb7
|
fix: [vite] warning: The "??" operator here will always return the left operand
|
2024-06-12 23:47:59 -03:00 |
P. Reis
|
b772415e67
|
feat(locales): add zaps of post
|
2024-06-12 23:29:34 -03:00 |
P. Reis
|
625b7fb1a0
|
feat: render zaps from status.zaps_amount
- create onOpenZapsModal
- create handleOpenZapsModal
- getZaps
|
2024-06-12 23:28:34 -03:00 |
P. Reis
|
abb6ab5869
|
feat: add ZapsModal to modal-root
|
2024-06-12 23:27:15 -03:00 |
P. Reis
|
4c53e61759
|
feat: export ZapsModal with lazy import
|
2024-06-12 23:26:46 -03:00 |
P. Reis
|
704e4350ac
|
feat(modals): create zaps modal
|
2024-06-12 23:25:41 -03:00 |
P. Reis
|
d6f29983a1
|
feat(interactions): create fetchZaps that fetches /api/v1/ditto/statuses/${id}/zapped_by
- fetchZapsRequest
- create fetchZapsSuccess
- create fetchZapsFail
|
2024-06-12 23:22:18 -03:00 |
P. Reis
|
dbcef52463
|
feat(reducers): create ZapRecord in userLists()
- create ZapListRecord
- create Zap & ZapList types
- add zapped_by in NestedListPath
- handle ZAPS_FETCH_SUCCESS action
|
2024-06-12 23:19:48 -03:00 |
P. Reis
|
a9930bc1f1
|
feat: render zaps_amount count in StatusActionBar
|
2024-06-10 15:57:51 -03:00 |
P. Reis
|
80cbf1d91c
|
feat: add zaps_amount to StatusRecord
|
2024-06-10 15:54:02 -03:00 |
Alex Gleason
|
a09327abeb
|
Merge branch 'req-identity' into 'main'
Nostr identity request
See merge request soapbox-pub/soapbox!3061
|
2024-06-10 00:35:18 +00:00 |
Alex Gleason
|
4d19ff209c
|
Revoke name through the UI
|
2024-06-09 19:22:48 -05:00 |
Alex Gleason
|
4927a321df
|
Rework identity request to match the new API
|
2024-06-09 18:34:40 -05:00 |
Alex Gleason
|
def7cc4d14
|
Support ditto:name_grant notification type
|
2024-06-09 17:00:41 -05:00 |
Alex Gleason
|
0e846784df
|
Rework admin approve/reject actions
|
2024-06-09 13:40:08 -05:00 |
Alex Gleason
|
cdc8c70078
|
Merge branch 'sidebar-link-truncate' into 'main'
SidebarNavigationLink: truncate too-long text
See merge request soapbox-pub/soapbox!3060
|
2024-06-08 21:00:27 +00:00 |
Alex Gleason
|
5cc9f3f6e6
|
SidebarNavigationLink: truncate too-long text
|
2024-06-08 15:59:13 -05:00 |
Alex Gleason
|
3ce9e1167a
|
Merge branch 'simpler-to-regex' into 'main'
Match more stuff with the `to` field
Closes #1675
See merge request soapbox-pub/soapbox!3059
|
2024-06-08 20:55:28 +00:00 |
Alex Gleason
|
238fea775d
|
Merge branch 'suggestions-unauth' into 'main'
Display suggestions when logged out
See merge request soapbox-pub/soapbox!3058
|
2024-06-08 20:54:46 +00:00 |
Alex Gleason
|
93bda92eaa
|
Match more stuff with the `to` field
|
2024-06-08 15:53:00 -05:00 |
Alex Gleason
|
c25c07a817
|
Display suggestions when logged out
|
2024-06-08 15:39:02 -05:00 |
Alex Gleason
|
a8fb4061eb
|
Merge branch 'instance-domain' into 'main'
Use instance domain for local timeline
See merge request soapbox-pub/soapbox!3057
|
2024-06-07 02:55:41 +00:00 |
Alex Gleason
|
c7ff472ae0
|
Use instance domain for local timeline
|
2024-06-06 21:38:28 -05:00 |
Alex Gleason
|
e47eb6530c
|
Merge branch 'waitlist-account' into 'main'
UnapprovedAccount: use the regular Account component
See merge request soapbox-pub/soapbox!3056
|
2024-06-06 23:08:32 +00:00 |
Alex Gleason
|
2c6a5fe1a7
|
UnapprovedAccount: use the regular Account component
|
2024-06-06 17:51:37 -05:00 |
Alex Gleason
|
ac75e10d39
|
Merge branch 'enhance-lightning-design' into 'main'
Enhance lightning design
Closes #1670
See merge request soapbox-pub/soapbox!3054
|
2024-06-06 16:08:27 +00:00 |