authelia/web/src
Amir Zarrinkafsh a3e84769b5
feat(web): replace cra with vite (#2457)
* feat(web): replace cra with vite

* fix: add istanbul
* fix: add jest
* fix: inject env vars
* fix: replicate cra output directories
* fix: post-frontend build for go templating
* fix: dynamic publicpath

* fix(web): import resolution with aliases for .module.css files

* refactor(server): baseurl var

* refactor(web): drop babel-jest for esbuild-jest

* refactor(web): add inline sourcemap for coverage bundle

* build(deps): update web deps

* build(deps): downgrade vite-plugin-istanbul to 2.2.0

98bf77dbaa is a breaking change that means production mode builds can no longer be instrumented.

* refactor(web): match frontend name and version

* refactor(web): drop cra readme
2021-10-08 15:00:06 +11:00
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
constants refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
hooks build(deps): update dependency typescript to v4.4.2 (#2321) 2021-09-04 23:27:11 +10:00
layouts feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
models refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
services fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
themes build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
utils feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
views feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
App.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
App.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
react-app-env.d.ts feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00