Commit Graph

9605 Commits

Author SHA1 Message Date
dcad4bb4f7 Build the ServiceWorker with Vite 2023-09-15 14:37:09 -05:00
ba22fed03c entry.ts --> sw.ts 2023-09-15 14:20:51 -05:00
0088d908c0 sw: convert web-push-locales to TypeScript, load it with compileTime plugin 2023-09-15 14:11:45 -05:00
a9624dea9a package.json: empty outDir when building, add yarn preview 2023-09-15 14:08:50 -05:00
1c7b95f12a Attempt to register sw.js on pageload 2023-09-15 14:07:59 -05:00
d34eaa8be2 Merge branch 'vite-fixes' into 'develop'
Vite fixes

See merge request soapbox-pub/soapbox!2679
2023-09-15 02:57:54 +00:00
5aa5966938 Remove offline plugin 2023-09-14 20:41:48 -05:00
50047f90cf gitignore vite temp files 2023-09-14 20:40:58 -05:00
0fd465af09 sw: delete unnecessary file 2023-09-14 20:40:30 -05:00
e6d9be15de vite: reorganize output directory 2023-09-14 20:40:20 -05:00
f0e5aaded4 vite: disable inline assets so CSP will pass 2023-09-14 20:38:56 -05:00
02866ac53f Merge branch 'bugfixes' into 'develop'
ProfilePage: don't load account note panel until account is loaded

Closes #1514

See merge request soapbox-pub/soapbox!2677
2023-09-14 19:18:52 +00:00
1e3b89ad13 ProfileFamiliarFollowers: use a div for the text element, fix console error 2023-09-14 13:48:21 -05:00
d628249232 ProfilePage: don't load account note panel until account is loaded
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1514
2023-09-14 13:45:09 -05:00
b787b4cca7 ProfileFamiliarFollowers: add key prop, fix console error 2023-09-14 13:45:02 -05:00
c242f8e9c7 Merge branch 'hotkeys' into 'develop'
Temporarily disable hotkeys

Closes #1515

See merge request soapbox-pub/soapbox!2676
2023-09-14 18:14:51 +00:00
e83351f376 Temporarily disable hotkeys 2023-09-14 13:04:14 -05:00
76e8e2e999 Create a wrapper component around react-hotkeys 2023-09-14 12:59:30 -05:00
023e9135a8 Merge branch 'alexgleason-develop-patch-78175' into 'develop'
Restore 404.html

See merge request soapbox-pub/soapbox!2675
2023-09-14 03:56:16 +00:00
2951c57a32 Restore 404.html 2023-09-14 03:46:18 +00:00
005d8fa246 Merge branch 'i18n-dynamic' into 'develop'
Fix locale dynamic imports

See merge request soapbox-pub/soapbox!2674
2023-09-14 03:22:47 +00:00
97c1dbbd79 Fix locale dynamic imports 2023-09-13 21:59:39 -05:00
09ca18891f Merge branch 'browserlist-update' into 'develop'
browserlist: target newer browsers

See merge request soapbox-pub/soapbox!2673
2023-09-13 22:05:19 +00:00
4819b3d595 browserlist: target newer browsers 2023-09-13 16:52:23 -05:00
a4e78db516 Merge branch 'vite-babel' into 'develop'
Add back Babel

See merge request soapbox-pub/soapbox!2672
2023-09-13 21:50:01 +00:00
6e5520ce17 Add back Babel 2023-09-13 16:38:46 -05:00
ecf34537d8 Merge branch 'set-immediate' into 'develop'
Thread: replace call to setImmediate

See merge request soapbox-pub/soapbox!2670
2023-09-13 19:18:51 +00:00
19bf51165c Thread: replace call to setImmediate 2023-09-13 14:17:30 -05:00
2fb13a0145 Merge branch 'stop-python-deps' into 'develop'
GitLab CI: stop python dependency scanning

See merge request soapbox-pub/soapbox!2669
2023-09-13 19:16:30 +00:00
3f0fc573be GitLab CI: stop python dependency scanning 2023-09-13 14:15:35 -05:00
a6237b18f8 Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2665
2023-09-13 19:10:55 +00:00
ec9eae8174 Merge branch 'rm-webpack' into 'develop'
Delete Webpack

See merge request soapbox-pub/soapbox!2667
2023-09-13 19:10:17 +00:00
7b8745c44d Merge branch 'develop' into 'develop'
fix scheduled post cancel button text

See merge request soapbox-pub/soapbox!2668
2023-09-13 19:06:18 +00:00
301c5224bf clarify we mean to discard the post 2023-09-13 15:02:48 -04:00
870f2c85a2 fix scheduled post cancel button text 2023-09-13 14:54:27 -04:00
64686101c6 npx yarn-deduplicate yarn.lock 2023-09-13 13:42:05 -05:00
96c09847c4 Add back necessary sass deps 2023-09-13 13:39:57 -05:00
e1357fbf66 npx yarn-deduplicate yarn.lock 2023-09-13 13:17:46 -05:00
059342ceb8 Remove webpack 2023-09-13 13:16:03 -05:00
54413ceb8e Merge branch 'vite3' into 'develop'
Build with Vite

Closes #1326

See merge request soapbox-pub/soapbox!2666
2023-09-13 18:08:05 +00:00
d94fb91c64 GitLab CI: ignore the broken manageTranslations script for now 2023-09-13 13:00:35 -05:00
b32de7dab0 vite: serve on port 3036 2023-09-13 12:24:49 -05:00
26355eb4ec tsconfig: remove webworker lib, use triple-slash directive 2023-09-13 12:19:57 -05:00
88d1dc8e8a GitLab CI: disable Jest for now 2023-09-13 12:14:03 -05:00
24391b5705 Merge remote-tracking branch 'origin/develop' into vite3 2023-09-13 12:13:23 -05:00
0f9c42abbc Merge branch 'weblate-soapbox-pub-soapbox' into 'develop'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2652
2023-09-13 17:13:08 +00:00
80e8aa5c6d Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
2023-09-13 19:12:56 +02:00
904158c3e7 Translated using Weblate (Persian)
Currently translated at 71.3% (1137 of 1593 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/fa/
2023-09-13 19:12:55 +02:00
d5137058aa Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1593 of 1593 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hans/
2023-09-13 19:12:55 +02:00
e64bac64c4 Translated using Weblate (Polish)
Currently translated at 99.5% (1586 of 1593 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-09-13 19:12:55 +02:00