Commit Graph

11418 Commits

Author SHA1 Message Date
Alex Gleason 848d128603
ts-ignore (sad) 2024-11-08 19:09:24 -06:00
Alex Gleason 5667e02aa7
Remove gameboy.tsx (sad) 2024-11-08 19:01:03 -06:00
Alex Gleason 9d9f237fd2
Rewrite all `require` to ES6 imports 2024-11-08 18:32:42 -06:00
Alex Gleason 737b3554cd Merge branch 'rm-csstype' into 'main'
Remove usage of csstype package

See merge request soapbox-pub/soapbox!3215
2024-11-08 23:14:18 +00:00
Alex Gleason 8c130e6bef
Remove usage of csstype package 2024-11-08 16:42:35 -06:00
Alex Gleason 8cd12976cd Merge branch 'rm-npx' into 'main'
Remove "npx" from package.json commands

See merge request soapbox-pub/soapbox!3214
2024-11-08 22:18:27 +00:00
Alex Gleason 3f27ec2e61
Remove "npx" from package.json commands 2024-11-08 16:13:22 -06:00
Alex Gleason 058917b22f Merge branch 'change-upload-to-only-tailwind' into 'main'
Change "upload" to use only Tailwind

See merge request soapbox-pub/soapbox!3211
2024-11-07 19:05:42 +00:00
danidfra bf30794710 Eliminate fragility 2024-11-07 15:40:27 -03:00
danidfra 14f87e1177 Merge remote-tracking branch 'origin/main' into change-upload-to-only-tailwind 2024-11-07 15:39:29 -03:00
Alex Gleason cdcf29062b Merge branch 'small-details-zap-split-polish' into 'main'
refactor: only display zap-split if backend has nostr, rename...

See merge request soapbox-pub/soapbox!3212
2024-11-07 00:16:17 +00:00
P. Reis 2e8b483ea2 refactor: only display zap-split if backend has nostr, rename 'manage-zap-split-page' to 'wide-page' 2024-11-06 16:28:17 -03:00
danidfra 1db4edf6e2 Change "upload" to use only Tailwind 2024-11-04 20:07:36 -03:00
Alex Gleason a11042cb76 Merge branch 'fix-volume-in-video' into 'main'
Fix volume controls

Closes #1771

See merge request soapbox-pub/soapbox!3209
2024-11-03 22:14:11 +00:00
danidfra 270d1806a9 Fix seek volume 2024-11-03 18:31:44 -03:00
Alex Gleason 069b6e504b Merge branch 'fix-media-galerry-warning' into 'main'
Fix media gallery warning

See merge request soapbox-pub/soapbox!3208
2024-11-03 15:29:07 +00:00
danidfra 19f91c72ec Merge remote-tracking branch 'origin/main' into fix-media-galerry-warning 2024-11-02 19:28:45 -03:00
danidfra 1000a1797a Change media-item to use only Tailwind 2024-11-02 19:27:46 -03:00
danidfra 04491f19ad Change media-gallery to use only Tailwind 2024-11-02 19:27:18 -03:00
danidfra 362506d738 Change classname "media-gallery_preview" in uplodad to use only Tailwind 2024-11-02 19:11:27 -03:00
danidfra 08fcb5ef97 Change attachment-thumbs to use only Tailwind 2024-11-02 19:10:09 -03:00
danidfra 37ec22379c Change placeholder-media-gallery to use only Tailwind 2024-11-02 19:09:44 -03:00
Alex Gleason fbfac7b5a3 Merge branch 'update-video' into 'main'
Update video on mobile

Closes #1779

See merge request soapbox-pub/soapbox!3207
2024-11-01 15:08:29 +00:00
danidfra 9637528a54 Update video on mobile 2024-11-01 11:58:59 -03:00
Alex Gleason 5d94eb80fa Merge branch 'update-video-component' into 'main'
Update video feature

See merge request soapbox-pub/soapbox!3206
2024-11-01 03:20:25 +00:00
danidfra 42a28a0533 Remove unnecessary comment 2024-10-31 18:14:59 -03:00
danidfra 37fb14816d Update video feature 2024-10-31 17:55:09 -03:00
Alex Gleason 3e93ce2281 Merge branch 'bunkersigner-memo' into 'main'
Memoize bunkerSigner

See merge request soapbox-pub/soapbox!3205
2024-10-31 17:57:35 +00:00
Alex Gleason 45850fdb51
Memoize bunkerSigner 2024-10-31 12:54:46 -05:00
Alex Gleason efd5a54360 Merge branch 'waitlist' into 'main'
Fix waitlist

Closes #1772

See merge request soapbox-pub/soapbox!3204
2024-10-31 05:19:22 +00:00
Alex Gleason 90a08a8c88
Fix waitlist
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1772
2024-10-31 00:14:21 -05:00
Alex Gleason 83848c6bfe Merge branch 'admin-filter' into 'main'
Fix admin account filtering

Closes #1769

See merge request soapbox-pub/soapbox!3203
2024-10-31 05:04:34 +00:00
Alex Gleason bfb8351fc3
Fix admin account filtering
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1769
2024-10-30 23:59:28 -05:00
Alex Gleason 32f92b7559 Merge branch 'scrollcontext' into 'main'
Fix and simplify ScrollContext

Closes #1774

See merge request soapbox-pub/soapbox!3202
2024-10-31 04:38:47 +00:00
Alex Gleason 1ba0757110
Fix and simplify ScrollContext
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1774
2024-10-30 23:33:33 -05:00
Alex Gleason 2806f5afbc Merge branch 'bunker' into 'main'
Rewrite the Nostr Bunker to prevent conflicts with other signers

See merge request soapbox-pub/soapbox!3201
2024-10-30 21:06:25 +00:00
Alex Gleason bee7673085
auth: delete the bunker private key when an access token is revoked 2024-10-30 12:20:52 -05:00
Alex Gleason 335f8eae6c
Fix import of keyring in main.tsx 2024-10-30 12:09:06 -05:00
Alex Gleason fdb53c8906
Store the bunkerSeckey in the keyring, include only the pubkey in the plaintext connection storage 2024-10-30 11:59:53 -05:00
Alex Gleason 36427f52d7
NKeys -> keyring 2024-10-30 11:42:10 -05:00
Alex Gleason ce5a4b9a03
NKeyStorage -> NKeyring 2024-10-30 11:37:14 -05:00
Alex Gleason f066228b22
Remove unused NostrRPC class 2024-10-29 19:23:09 -05:00
Alex Gleason 265b4c646a
Merge remote-tracking branch 'origin/main' into bunker 2024-10-29 18:41:50 -05:00
Alex Gleason fcee59a68f
Log out users with legacy auth 2024-10-29 18:39:00 -05:00
Alex Gleason d3a341c0c6
Revoke Nostr credentials on logout 2024-10-29 18:13:10 -05:00
Alex Gleason 0c4851f4cf
Remove signer from NostrContext 2024-10-29 18:04:05 -05:00
Alex Gleason 46687a0a02
Close the bunker manually due to `using` not working 2024-10-29 16:42:40 -05:00
Alex Gleason 9faf9942a9
NBunker: add waitReady property 2024-10-29 15:44:36 -05:00
Alex Gleason cfd4908e8d
logInNostr: rewrite with new Bunker API 2024-10-29 15:37:51 -05:00
Alex Gleason 1b54bcf5f3
useNostrReq: add deprecation warning 2024-10-29 15:12:52 -05:00