Wykres commitów

9622 Commity (91dad5f96c3b5394a105dad8e8873e7c630afbdb)

Autor SHA1 Wiadomość Data
Alex Gleason 91dad5f96c Merge branch 'fix-tailwindcss-aspect-ratio' into 'develop'
Put @tailwindscss/aspect-ratio in production, not development

See merge request soapbox-pub/soapbox!2680
2023-09-16 08:41:17 +00:00
NEETzsche 0f00a699ff Put @tailwindscss/aspect-ratio in production, not development 2023-09-16 08:41:17 +00:00
Alex Gleason de5eb96553 Merge branch 'bundle-analyzer' into 'develop'
Emit a report.html bundle analysis

Closes #1517

See merge request soapbox-pub/soapbox!2687
2023-09-16 04:16:15 +00:00
Alex Gleason 26debebd9e
Emit a report.html bundle analysis
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1517
2023-09-15 23:05:58 -05:00
Alex Gleason a969878763 Merge branch 'server-generated-meta' into 'develop'
vite: don't strip comments from index.html, restore server-generated-meta

See merge request soapbox-pub/soapbox!2686
2023-09-16 03:49:32 +00:00
Alex Gleason 49f8b1e55e
vite: don't strip comments from index.html, restore server-generated-meta 2023-09-15 22:38:29 -05:00
Alex Gleason 36b41e06e4 Merge branch 'vitest' into 'develop'
Switch to Vitest

See merge request soapbox-pub/soapbox!2683
2023-09-16 01:21:50 +00:00
Alex Gleason 215221f64f
jest.requireActual --> vi.importActual 2023-09-15 19:51:40 -05:00
Alex Gleason 839cc7b9ae Merge branch 'webpackchunkname' into 'develop'
Remove `webpackChunkName` magic comments

See merge request soapbox-pub/soapbox!2684
2023-09-16 00:41:43 +00:00
Alex Gleason da49327b35
Remove `@testing-library/jest-dom` imports 2023-09-15 19:30:51 -05:00
Alex Gleason 79a764177d
Remove `webpackChunkName` magic comments 2023-09-15 19:27:59 -05:00
Alex Gleason 2ffc79b75b
Remove Jest 2023-09-15 19:19:49 -05:00
Alex Gleason fd2bad74e9
Switch to flexsearch-es 2023-09-15 19:14:05 -05:00
Alex Gleason 50736e025f
vitest: run without NODE_ENV=test (???) 2023-09-15 18:53:30 -05:00
Alex Gleason f8392d22d3
vitest: put cache properly in node_modules 2023-09-15 17:19:13 -05:00
Alex Gleason da2f942563
Add vitest, make some tests actually kind of work! 2023-09-15 16:24:01 -05:00
Alex Gleason 0a30a31e61 Merge branch 'vite-sw2' into 'develop'
Build the ServiceWorker with Vite

See merge request soapbox-pub/soapbox!2681
2023-09-15 19:55:09 +00:00
Alex Gleason dcad4bb4f7
Build the ServiceWorker with Vite 2023-09-15 14:37:09 -05:00
Alex Gleason ba22fed03c
entry.ts --> sw.ts 2023-09-15 14:20:51 -05:00
Alex Gleason 0088d908c0
sw: convert web-push-locales to TypeScript, load it with compileTime plugin 2023-09-15 14:11:45 -05:00
Alex Gleason a9624dea9a
package.json: empty outDir when building, add `yarn preview` 2023-09-15 14:08:50 -05:00
Alex Gleason 1c7b95f12a
Attempt to register sw.js on pageload 2023-09-15 14:07:59 -05:00
Alex Gleason d34eaa8be2 Merge branch 'vite-fixes' into 'develop'
Vite fixes

See merge request soapbox-pub/soapbox!2679
2023-09-15 02:57:54 +00:00
Alex Gleason 5aa5966938
Remove offline plugin 2023-09-14 20:41:48 -05:00
Alex Gleason 50047f90cf
gitignore vite temp files 2023-09-14 20:40:58 -05:00
Alex Gleason 0fd465af09
sw: delete unnecessary file 2023-09-14 20:40:30 -05:00
Alex Gleason e6d9be15de
vite: reorganize output directory 2023-09-14 20:40:20 -05:00
Alex Gleason f0e5aaded4
vite: disable inline assets so CSP will pass 2023-09-14 20:38:56 -05:00
Alex Gleason 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
Alex Gleason 1e3b89ad13
ProfileFamiliarFollowers: use a div for the text element, fix console error 2023-09-14 13:48:21 -05:00
Alex Gleason 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
Alex Gleason b787b4cca7
ProfileFamiliarFollowers: add `key` prop, fix console error 2023-09-14 13:45:02 -05:00
Alex Gleason 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
Alex Gleason e83351f376
Temporarily disable hotkeys 2023-09-14 13:04:14 -05:00
Alex Gleason 76e8e2e999
Create a wrapper component around react-hotkeys 2023-09-14 12:59:30 -05:00
Alex Gleason 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
Alex Gleason 2951c57a32 Restore 404.html 2023-09-14 03:46:18 +00:00
Alex Gleason 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
Alex Gleason 97c1dbbd79
Fix locale dynamic imports 2023-09-13 21:59:39 -05:00
Alex Gleason 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
Alex Gleason 4819b3d595
browserlist: target newer browsers 2023-09-13 16:52:23 -05:00
Alex Gleason 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
Alex Gleason 6e5520ce17
Add back Babel 2023-09-13 16:38:46 -05:00
Alex Gleason 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
Alex Gleason 19bf51165c
Thread: replace call to setImmediate 2023-09-13 14:17:30 -05:00
Alex Gleason 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
Alex Gleason 3f0fc573be
GitLab CI: stop python dependency scanning 2023-09-13 14:15:35 -05:00
Alex Gleason 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
Alex Gleason ec9eae8174 Merge branch 'rm-webpack' into 'develop'
Delete Webpack

See merge request soapbox-pub/soapbox!2667
2023-09-13 19:10:17 +00:00
Alex Gleason 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