Alex Gleason
|
e6b87e2c41
|
Merge branch 'tsconfig-linting' into 'main'
tsconfig: enable noFallthroughCasesInSwitch & noUncheckedSideEffectImports
See merge request soapbox-pub/soapbox!3225
|
2024-11-09 22:43:53 +00:00 |
Alex Gleason
|
4c4f1ecd80
|
tsconfig: enable noFallthroughCasesInSwitch & noUncheckedSideEffectImports
|
2024-11-09 16:42:52 -06:00 |
Alex Gleason
|
2052663a2c
|
Merge branch 'noUnusedLocals' into 'main'
tsconfig: enable noUnusedLocals
See merge request soapbox-pub/soapbox!3224
|
2024-11-09 22:41:11 +00:00 |
Alex Gleason
|
6e33ff2b45
|
tsconfig: enable noUnusedLocals
|
2024-11-09 16:40:25 -06:00 |
Alex Gleason
|
b4ae7ae280
|
Merge branch 'react-jsx' into 'main'
tsconfig: switch to react-jsx transform, update code to not import React directly
See merge request soapbox-pub/soapbox!3222
|
2024-11-09 22:20:03 +00: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
|
2532e8964c
|
Merge branch 'fix-test-imports' into 'main'
Remove accidental extra line in test file imports
See merge request soapbox-pub/soapbox!3221
|
2024-11-09 21:33:57 +00:00 |
Alex Gleason
|
b5bf0cd967
|
Remove accidental extra line in test file imports
|
2024-11-09 15:33:00 -06:00 |
Alex Gleason
|
b780393097
|
Merge branch 'isolatedModules' into 'main'
tsconfig: enable isolatedModules
See merge request soapbox-pub/soapbox!3220
|
2024-11-09 21:31:58 +00:00 |
Alex Gleason
|
07776e6296
|
tsconfig: enable isolatedModules
|
2024-11-09 15:31:19 -06:00 |
Alex Gleason
|
040864466a
|
Merge branch 'vite-config-cleanup' into 'main'
Vite config cleanup
See merge request soapbox-pub/soapbox!3219
|
2024-11-09 21:07:43 +00:00 |
Alex Gleason
|
9f9a5bf2c1
|
Merge remote-tracking branch 'origin/main' into vite-config-cleanup
|
2024-11-09 15:02:59 -06:00 |
Alex Gleason
|
1abb3113ec
|
Merge branch 'rm-type-roots' into 'main'
tsconfig: remove typeRoots
See merge request soapbox-pub/soapbox!3218
|
2024-11-09 20:56:15 +00:00 |
Alex Gleason
|
7f007eb612
|
tsconfig: remove typeRoots
|
2024-11-09 14:51:33 -06:00 |
Alex Gleason
|
7af33a9efe
|
Merge branch 'vitest-globals' into 'main'
Import vitest functions explicitly, remove "vitest/globals" from tsconfig
See merge request soapbox-pub/soapbox!3217
|
2024-11-09 19:49:25 +00:00 |
Alex Gleason
|
2dbda40969
|
Import vitest functions explicitly, remove "vitest/globals" from tsconfig
|
2024-11-09 13:44:37 -06:00 |
Alex Gleason
|
b52f8a9b5e
|
vite: improve devserver backend routes middleware
|
2024-11-09 13:12:33 -06:00 |
Alex Gleason
|
abccbdfabf
|
Refactor vite config, upgrade rollup-plugin-visualizer
|
2024-11-09 12:39:11 -06:00 |
Alex Gleason
|
6c9f3f339a
|
Merge branch 'rm-require' into 'main'
Rewrite all `require` to ES6 imports
Closes #1773
See merge request soapbox-pub/soapbox!3216
|
2024-11-09 01:31:19 +00:00 |
Alex Gleason
|
223533f4db
|
Fix random type errors now that imports are type safe
|
2024-11-08 19:22:51 -06:00 |
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 |