autobrr/web/src
martylukyy 8120c33f6b
fix(auth): cookie expiry and renewal (#1527)
* fix(auth/web): logout when expired/invalid/no cookie is present

* fix(auth/web): specify error message in invalid cookie

* fix(auth/web): reset error boundary on login

* fix(auth/web): fix onboarding

* chore: code cleanup

* fix(web): revert tanstack/router to 1.31.0

* refactor(web): remove react-error-boundary

* feat(auth): refresh cookie when close to expiry

* enhancement(web): specify defaultError message in HttpClient

* fix(web): use absolute paths for router links (#1530)

* chore(web): bump `@tanstack/react-router` to `1.31.6`

* fix(web): settings routes

* fix(web): filter routes

* fix(web): remove unused ReleasesIndexRoute

* chore(web): add documentation for HttpClient

* chore(lint): remove unnecessary whitespace
2024-05-08 10:38:02 +02:00
..
api fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
components fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
domain fix(filters): remove unusable resolution constants (#1464) 2024-03-24 10:53:53 +01:00
forms feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
hooks chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
screens fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
types feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
utils fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
App.tsx fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
index.css chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
index.tsx chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
logo.svg feat(web): use svg logo instead of png (#970) 2023-07-02 14:17:10 +02:00
routes.tsx fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
vite-env.d.ts feat(web): use svg logo instead of png (#970) 2023-07-02 14:17:10 +02:00