Commit Graph

111 Commits (17c1f62853770850dd0418d91e82859d40574607)

Author SHA1 Message Date
Alex Gleason 3a5c62cb70 Revert "Merge branch 'revert-f59d977a' into 'develop'"
3 years ago
Alex Gleason 1f549ebe1a Revert "Merge branch 'typescript' into 'develop'"
3 years ago
Alex Gleason 2b235a80e4
Merge remote-tracking branch 'origin/develop' into typescript
3 years ago
Alex Gleason 6323c7d70e
eslint: enforce gaps between groups with import/order
3 years ago
Alex Gleason 966ca91e1a
eslint: alphabetize imports with import/order
3 years ago
Alex Gleason 2a0e2001d6
eslint: enforce import/order
3 years ago
marcin mikołajczak 4e04f06142 eslint: add key-spacing and space-unary-ops rules
3 years ago
Alex Gleason c356597523
sw.js: fix match against undefined pathname
3 years ago
Alex Gleason f826d620b4
Start adding Typescript support
3 years ago
Alex Gleason bcc55e9e85
Webpack: refactor devserver env
3 years ago
Alex Gleason 7fdf22b206
ServiceWorker: clean up entry.js and web_push_notifications.js
3 years ago
Alex Gleason 3edd81e899
ServiceWorker: add /instance to backendRoutes
3 years ago
Alex Gleason c9590abd18
ServiceWorker: don't redirect API routes with appShell
3 years ago
Alex Gleason a16b246d41
ServiceWorker: do serve index.html from the ServiceWorker after all, add appShell option
3 years ago
Alex Gleason 2015560a42
Replace ForkAwesome with LineAwesome
3 years ago
Alex Gleason 58adc67e4b
Webpack: serve SVG icons as files
3 years ago
Alex Gleason eae82538e5
Webpack: allow any host to access devServer
3 years ago
Alex Gleason a0de32bcb0
StatusActionBar: update icons
3 years ago
Alex Gleason 3de8dcced0
Tabler: add icons to ThumbNavigation
3 years ago
Alex Gleason 26c7068d66
Add Tabler icons
3 years ago
Alex Gleason 25075074ff
webpack/index.js --> webpack.config.js
3 years ago
Alex Gleason cb23506c49
Properly upgrade axios, redux, react-redux, @gamestdio/websocket, and react-swipeable-views. Fixes redux.
3 years ago
Alex Gleason 3a784bc436
Webpack: disable fullySpecified resolving
3 years ago
Alex Gleason 5eab5ec0a5
Webpack: move Twemoji icons back to CopyPlugin
3 years ago
Alex Gleason a720f3ea32
Webpack: OfflinePlugin improvements
3 years ago
Alex Gleason 1c39e1b086
Webpack: fix some warnings from OfflinePlugin
3 years ago
Alex Gleason ec474ba4c2
Webpack: use one entrypoint
3 years ago
Alex Gleason e5fd60dbdb
Webpack: reorganize module assets rules
3 years ago
Alex Gleason 0aa0828e13
Webpack: really don't serve audio with sw.js
3 years ago
Alex Gleason 3359bda7f8
Webpack: bundle sounds as assets
3 years ago
Alex Gleason 19181f40c3
Webpack: bundle Twemoji icons as assets
3 years ago
Alex Gleason 50caa0d1d8
Webpack: replace file-loader with asset/resource asset module
3 years ago
Alex Gleason 275d898a63
Webpack: simplify module.rules
3 years ago
Alex Gleason 46baa4119f
Webpack: fix devServer with subdirectory
3 years ago
Alex Gleason cb65075d1b
sw.js: really, actually don't serve instance files
3 years ago
Alex Gleason 62124ac024
Webpack: don't cache sounds in OfflinePlugin
3 years ago
Alex Gleason 7540570ff5
Webpack: get rid of CompressionPlugin
3 years ago
Alex Gleason cb399a3878
Webpack: implicit TerserPlugin
3 years ago
Alex Gleason 111ae408b2
Lint: fix require .js extension
3 years ago
Alex Gleason 15283102d1
Upgrade Webpack to v5
3 years ago
Alex Gleason ea26e86a94
Rename FE_BASE_PATH to FE_SUBDIRECTORY
3 years ago
Alex Gleason e8623d0af8
Webpack: UnusedFilesWebpackPlugin: ignore locale whitelist files, about.example
3 years ago
Alex Gleason 5ea4a8e869
Webpack: suppress output
3 years ago
Alex Gleason 16470c605f
Webpack: remove unneeded NormalModuleReplacementPlugin
3 years ago
Alex Gleason 9700deeba5
Webpack: add SpeedMeasurePlugin
3 years ago
Alex Gleason ecb2c1de25
Subdirectory fixes: sounds, publicPath
3 years ago
Alex Gleason 7861270355
Build config: add FE_BUILD_DIR to configure the output path
3 years ago
Alex Gleason 54d7d9c6db
Webpack: don't cache build_config with @preval
3 years ago
Alex Gleason 868f514f5b
Webpack: use FE_BASE_PATH as publicPath
3 years ago
Alex Gleason f8270181ab
Merge remote-tracking branch 'origin/develop' into fe-basename
3 years ago