authelia/web/src/hooks
Amir Zarrinkafsh 3494353641
refactor(web): use absolute imports with aliases (#2100)
* refactor(web): use absolute imports with aliases

Refactors all of the TS/JS frontend to utilise absolute imports along with import aliases.
Each of the paths within `src` are represented with their own alias:

* @assets
* @components
* @constants (new)
* @hooks
* @layouts
* @models
* @services
* @themes
* @utils
* @views

`Routes.ts` and `constant.ts` have been relocated to the constants directory for consistency.
2021-06-19 10:20:43 +02:00
..
Configuration.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
Consent.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
IntermittentClass.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
Mounted.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
NotificationsContext.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
RedirectionURL.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
Redirector.ts feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
RemoteCall.ts feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
RequestMethod.ts perf(authorizer): preload access control lists (#1640) 2021-03-05 15:18:31 +11:00
State.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
Timer.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
UserInfo.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00