Commit Graph

150 Commits

Author SHA1 Message Date
774b627397 Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
d4f5fd4d88 Rename files (5): _ -> - 2022-11-15 12:23:36 -05:00
8b22ca5f27 Organize fonts,images,icon,sounds into 'assets' folder 2022-11-15 08:23:36 -05:00
55c0cfe205 git-loader: import type 2022-10-14 16:00:18 -05:00
bd4734b24f rules/node_modules --> rules/node-modules 2022-10-14 15:55:31 -05:00
56b1515d5e Move translationRunner.js out of /webpack directory 2022-10-14 15:54:37 -05:00
239ccb807a Webpack: convert git-loader to TypeScript 2022-10-14 15:52:02 -05:00
b770cbb175 Webpack: convert rules to TypeScript 2022-10-14 15:43:32 -05:00
671210acad Convert Webpack configuration to TypeScript 2022-10-14 15:32:26 -05:00
d162bc5d17 Webpack: only use [chunkhash] and [contenthash] in production builds
https://webpack.js.org/guides/build-performance/#avoid-production-specific-tooling
2022-09-30 12:03:10 -05:00
d00a50bf7c sw.js: whitelist Phoenix LiveDashboard 2022-09-05 17:33:08 -05:00
03d6211e1c Replace classnames with clsx
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-31 11:35:06 +02:00
5fec9c580b Soapbox FE --> Soapbox 2022-08-29 11:20:56 -05:00
6f26bd0dea Merge remote-tracking branch 'origin/develop' into custom-imports 2022-08-13 09:43:10 -05:00
b085073c10 SW: refactor cacheMap to correctly return a URL 2022-08-11 15:32:27 -05:00
bf5d3b241a SW: don't serve /embed paths 2022-08-11 14:57:21 -05:00
6ddb44f626 Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack 2022-07-09 11:20:02 -05:00
21678897b0 ServiceWorker: add more backend routes 2022-06-29 12:29:51 -05:00
0536f1e43a ServiceWorker: p --> path 2022-06-28 15:18:05 -05:00
4b1c5eb0e8 ServiceWorker: make /auth a backend route 2022-06-28 15:08:07 -05:00
5864b5a983 ServiceWorker: autoupdate every 1 hour 2022-06-28 15:04:38 -05:00
7636f8294f ServiceWorker: improve cacheMaps with better backend routes 2022-06-28 15:01:51 -05:00
638fc35f77 Merge remote-tracking branch 'origin/develop' into sw-skipwaiting 2022-06-23 14:01:22 -05:00
2786fa257b Use import type in some places
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-09 21:08:51 +02:00
174496c71d ServiceWorker: skipWaiting and reload tabs when new ServiceWorker is ready 2022-05-31 20:46:40 -05:00
5c49cc0b84 Convert ServiceWorker to TypeScript 2022-05-26 14:51:59 -04:00
b64be353cc eslint: indent switch statements 2022-05-11 16:06:35 -05:00
660c098166 Allow custom module imports 2022-05-09 17:57:15 -05:00
5ba4275f73 Stop doing Tabler import hack, use our forked version from git 2022-05-09 17:39:38 -05:00
ed223a9ff6 Allow custom HTML snippets in build 2022-04-20 13:58:22 -05:00
7882bbf98f Convert application entrypoint files into Typescript 2022-04-15 19:54:40 -05:00
4adb42e426 Webpack: add DeadCodePlugin to detect unused files 2022-04-14 15:22:37 -05:00
424d5d65af Merge remote-tracking branch 'origin/develop' into next 2022-04-12 12:40:13 -05:00
7394452ad9 ForkTsCheckerWebpackPlugin: increase typescript memory limit to 8GB, fixes #865 2022-04-12 12:38:19 -05:00
40ac9bece9 Enable the ServiceWorker 2022-04-05 14:43:29 -05:00
4d9217edff Use localhost:3036 2022-03-21 13:33:45 -05:00
5cd894ab02 Truth Social 2022-03-21 13:14:26 -05:00
ea0b6e7fff Copy custom instance files into the build 2022-03-05 14:38:21 -06:00
36ca05c85b Support adding custom locale files at build time 2022-03-03 16:12:25 -06:00
3a5c62cb70 Revert "Merge branch 'revert-f59d977a' into 'develop'"
This reverts merge request !1056
2022-02-27 00:13:35 +00:00
1f549ebe1a Revert "Merge branch 'typescript' into 'develop'"
This reverts merge request !859
2022-02-26 23:55:34 +00:00
2b235a80e4 Merge remote-tracking branch 'origin/develop' into typescript 2022-02-19 01:25:06 -05:00
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
2a0e2001d6 eslint: enforce import/order 2022-01-10 16:01:24 -06:00
4e04f06142 eslint: add key-spacing and space-unary-ops rules
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-24 18:28:35 +01:00
c356597523 sw.js: fix match against undefined pathname 2021-11-15 13:04:03 -06:00
f826d620b4 Start adding Typescript support 2021-11-04 19:28:04 -05:00
bcc55e9e85 Webpack: refactor devserver env 2021-11-03 23:41:55 -05:00
7fdf22b206 ServiceWorker: clean up entry.js and web_push_notifications.js 2021-10-21 15:31:09 -05:00