autobrr/web/src
stacksmash76 a84a7364e2
feat(web): improve UX error interaction and update dependencies (#313)
* fix: remove react-cookie since we can't delete the user_session cookie using JS (due to httponly being set)

* chore: update dependencies and set a global react dependency override (react-ridge-state creates a problem, this fixes it)

* chore: tidy up APIClient, login and logout pages

* fix: catch canOnboard() error in login.tsx
enhancement: add toast notify on intentional logout and nicely reset the context state; make sure screen-blinking is down to a minimum by having min-h-screen present.

* fix: let onboarding redirect to / instead of /login (/login isn't used anymore)

* fix: use normal <input /> caret cursor for SearchColumnFilter, instead of pointer

* chore(web): remove react-cookie package
2022-06-16 17:32:07 +02:00
..
api feat(web): improve UX error interaction and update dependencies (#313) 2022-06-16 17:32:07 +02:00
components feat(notifications): add telegram support (#299) 2022-06-13 17:01:36 +02:00
domain feat(notifications): add telegram support (#299) 2022-06-13 17:01:36 +02:00
forms feat(notifications): add telegram support (#299) 2022-06-13 17:01:36 +02:00
hooks refactor(web) add eslint (#222) 2022-05-17 06:44:07 +02:00
screens feat(web): improve UX error interaction and update dependencies (#313) 2022-06-16 17:32:07 +02:00
types feat(notifications): add telegram support (#299) 2022-06-13 17:01:36 +02:00
utils refactor(web): update to react 18 and other deps (#285) 2022-06-10 19:31:46 +02:00
App.tsx refactor(web): update to react 18 and other deps (#285) 2022-06-10 19:31:46 +02:00
index.css feat(web): error boundry and fixes (#270) 2022-05-12 16:26:41 +02:00
index.tsx refactor(web): update to react 18 and other deps (#285) 2022-06-10 19:31:46 +02:00
logo.png Feature: Auth (#4) 2021-08-14 14:19:21 +02:00
react-app-env.d.ts feat: add webui 2021-08-11 15:27:48 +02:00
setupProxy.js refactor(web) add eslint (#222) 2022-05-17 06:44:07 +02:00