autobrr/web/src
stacksmash76 438902137b
enhancement(web): modernize APIClient and improve robustness (#1093)
modernized APIClient, removed Notification type collision

enhancement: APIClient now follows the recent RFC3986 (this wasn't the case previously)
enhancement: improved APIClient DX by adding a queryString parameter (avoiding URLSearchParameters)
fix: changed Notification type to ServiceNotification (collision with built-in browser API https://developer.mozilla.org/en-US/docs/Web/API/Notification -- so TS checks wouldn't function as necessary)
2023-09-10 16:18:39 +02:00
..
api enhancement(web): modernize APIClient and improve robustness (#1093) 2023-09-10 16:18:39 +02:00
components enhancement(web): add react suspense and improve DX (#1089) 2023-09-10 12:35:43 +02:00
domain enhancement(web): add react suspense and improve DX (#1089) 2023-09-10 12:35:43 +02:00
forms enhancement(web): modernize APIClient and improve robustness (#1093) 2023-09-10 16:18:39 +02:00
hooks chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
screens enhancement(web): modernize APIClient and improve robustness (#1093) 2023-09-10 16:18:39 +02:00
types enhancement(web): modernize APIClient and improve robustness (#1093) 2023-09-10 16:18:39 +02:00
utils enhancement(web): add react suspense and improve DX (#1089) 2023-09-10 12:35:43 +02:00
App.tsx enhancement(web): add react suspense and improve DX (#1089) 2023-09-10 12:35:43 +02:00
index.css enhancement(web): improve font loading performance and avoid page reflow (#1087) 2023-09-09 23:07:00 +02:00
index.tsx enhancement(web): improve font loading performance and avoid page reflow (#1087) 2023-09-09 23:07:00 +02:00
logo.svg feat(web): use svg logo instead of png (#970) 2023-07-02 14:17:10 +02:00
vite-env.d.ts feat(web): use svg logo instead of png (#970) 2023-07-02 14:17:10 +02:00