Alex Gleason
|
0c228e13f3
|
Remove src/hooks barrel export
|
2024-11-10 15:18:44 -06:00 |
Alex Gleason
|
513b7d8ef9
|
Remove components/ui barrel import
|
2024-11-10 15:05:02 -06:00 |
Alex Gleason
|
8dac2c52db
|
Move ui components out of unnecessary subdirectories
|
2024-11-10 14:25:50 -06:00 |
Alex Gleason
|
662d2aaf93
|
Don't scroll to the top when navigating between posts in a thread
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1778
|
2024-11-10 12:07:51 -06:00 |
Alex Gleason
|
c6a3c19611
|
Avoid `using` syntax
|
2024-11-10 01:15:14 -06:00 |
Alex Gleason
|
954e074325
|
Add file extensions to all imports
|
2024-11-09 21:18:55 -06:00 |
Alex Gleason
|
3e61215afa
|
Upgrade formatjs and react-intl
|
2024-11-09 18:22:49 -06:00 |
Alex Gleason
|
8892c585a3
|
bunker: use "using" again
|
2024-11-09 18:14:19 -06:00 |
Alex Gleason
|
dc3779fad7
|
Prefer file extensions on imports
|
2024-11-09 17:17:20 -06:00 |
Alex Gleason
|
013582e9e4
|
Delete blank empty lines at the top of source code files
|
2024-11-09 17:01:25 -06:00 |
Alex Gleason
|
6e33ff2b45
|
tsconfig: enable noUnusedLocals
|
2024-11-09 16:40:25 -06:00 |
Alex Gleason
|
be3e86eff2
|
tsconfig: switch to react-jsx transform, update code to not import React directly
|
2024-11-09 16:13:56 -06:00 |
Alex Gleason
|
b5bf0cd967
|
Remove accidental extra line in test file imports
|
2024-11-09 15:33:00 -06:00 |
Alex Gleason
|
07776e6296
|
tsconfig: enable isolatedModules
|
2024-11-09 15:31:19 -06:00 |
Alex Gleason
|
7f007eb612
|
tsconfig: remove typeRoots
|
2024-11-09 14:51:33 -06:00 |
Alex Gleason
|
2dbda40969
|
Import vitest functions explicitly, remove "vitest/globals" from tsconfig
|
2024-11-09 13:44:37 -06:00 |
Alex Gleason
|
223533f4db
|
Fix random type errors now that imports are type safe
|
2024-11-08 19:22:51 -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
|
8c130e6bef
|
Remove usage of csstype package
|
2024-11-08 16:42:35 -06: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 |
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 |
danidfra
|
270d1806a9
|
Fix seek volume
|
2024-11-03 18:31:44 -03: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 |
danidfra
|
9637528a54
|
Update video on mobile
|
2024-11-01 11:58:59 -03: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
|
45850fdb51
|
Memoize bunkerSigner
|
2024-10-31 12:54:46 -05: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
|
bfb8351fc3
|
Fix admin account filtering
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1769
|
2024-10-30 23:59:28 -05: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
|
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 |