Alex Gleason
|
b6aa3e3baf
|
EditIdentity: improve feedback to user upon submitting form
|
2024-06-13 19:08:25 -05:00 |
Alex Gleason
|
0b1446c655
|
Wait for the signer before loading the UI (fix Ditto race condition)
|
2024-06-13 16:27:13 -05:00 |
P. Reis
|
e4dbe2a8c6
|
fix(ZapRecord): change zap_comment to 'comment' and zap_amount to 'amount'
|
2024-06-13 14:40:02 -03: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
|
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
|
5cc9f3f6e6
|
SidebarNavigationLink: truncate too-long text
|
2024-06-08 15:59:13 -05: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
|
c7ff472ae0
|
Use instance domain for local timeline
|
2024-06-06 21:38:28 -05:00 |
Alex Gleason
|
2c6a5fe1a7
|
UnapprovedAccount: use the regular Account component
|
2024-06-06 17:51:37 -05:00 |
P. Reis
|
e090625f57
|
fix(ZapPayRequestForm): change bottom border from 8 to 4
|
2024-06-06 10:47:42 -03:00 |
P. Reis
|
cd9eb66a7d
|
refactor: convert border-ul class values to tailwind
|
2024-06-06 10:43:23 -03:00 |
P. Reis
|
a5ee5a2ed5
|
refactor: change _ to ()
|
2024-06-05 19:51:33 -03:00 |
P. Reis
|
0489e30e1a
|
fix(ZapPayRequestForm): use correct default message
|
2024-06-05 19:43:38 -03:00 |
P. Reis
|
73d136e88b
|
fix: yarn i18n
|
2024-06-05 19:21:38 -03:00 |
P. Reis
|
782441262c
|
fix(ZapPayRequestForm): set same font-size for all screen sizes in zap button
|
2024-06-05 19:12:03 -03:00 |
P. Reis
|
063d3ddc5d
|
fix: use important! to set font-size
|
2024-06-05 19:08:38 -03:00 |
P. Reis
|
a4df1c53cb
|
Merge branch 'main' into enhance-lightning-design
|
2024-06-05 18:18:28 -03:00 |
P. Reis
|
c8313e2652
|
feat(ZapPayRequestForm): zap invoice design enhanced
|
2024-06-05 18:12:17 -03:00 |
P. Reis
|
e7ef163a4e
|
locales: zap button raw and rounded
|
2024-06-05 17:52:53 -03:00 |
P. Reis
|
c7af041c4b
|
feat(ZapPayRequestForm): zap request design enhanced
|
2024-06-05 17:51:19 -03:00 |
Alex Gleason
|
3b419b1097
|
Don't pass empty strings to the API for no reason?
|
2024-06-04 22:59:20 +00:00 |
Alex Gleason
|
6734254630
|
Add spaces around union pipe
|
2024-06-04 22:57:44 +00:00 |
P. Reis
|
f1d6d32f92
|
feat: zap account directly
|
2024-06-04 16:55:32 -03:00 |
P. Reis
|
20ecc0586c
|
feat: zap request in new format
- pass account_id in /api/v1/ditto/zap request body
- get invoice from body instead of header
|
2024-06-04 13:46:42 -03:00 |
P. Reis
|
74485b3524
|
feat: rough enhance lightning design
|
2024-06-03 20:54:34 -03:00 |
P. Reis
|
4254168b9a
|
feat(tailwind.css): add and style border-ul class
|
2024-06-03 20:44:14 -03:00 |
Alex Gleason
|
566b2f77b1
|
Merge branch 'nip05-regex' into 'main'
Mentions regex: let localpart be optional
See merge request soapbox-pub/soapbox!3053
|
2024-06-03 06:08:15 +00:00 |
Alex Gleason
|
ee9800f4b3
|
Merge branch 'nostr-relay-settings' into 'main'
Move Nostr Relay to settings page
See merge request soapbox-pub/soapbox!3052
|
2024-06-03 05:49:50 +00:00 |
Alex Gleason
|
1b9ad86ca2
|
Mentions regex: let localpart be optional
|
2024-06-03 00:47:17 -05:00 |
Alex Gleason
|
168a4b6724
|
Move Nostr Relay to settings page
|
2024-06-03 00:32:40 -05:00 |
Alex Gleason
|
aa3aca187d
|
Merge branch 'soapbox-config-zod' into 'main'
Add soapboxConfigSchema
See merge request soapbox-pub/soapbox!3051
|
2024-06-02 20:45:47 +00:00 |
Alex Gleason
|
733db025d8
|
Add soapboxConfigSchema
|
2024-06-02 15:10:11 -05:00 |
Alex Gleason
|
60210fa93b
|
ThreadLoginCta: improve the wording
|
2024-06-02 10:37:38 -05:00 |
P. Reis
|
0e9d20a56f
|
Merge branch 'main' into feat-choose-zaps-amount
|
2024-06-02 11:04:28 -03:00 |
P. Reis
|
d380ac7a82
|
refactor: remove logging errors, indentation
|
2024-06-02 10:06:04 -03:00 |
P. Reis
|
e7f778274f
|
fix: yarn i18n
|
2024-06-01 17:59:36 -03:00 |