1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src
Fredrik Strand Oseberg 92e2b1890c
Refactor/project overview api calls (#5279)
This PR reduces the overhead of making API calls on pages with heavy
renders. We forego loading states and default error handling in favor of
more speed by avoiding triggering multiple re-renders from the API call.
2023-11-07 09:19:55 +01:00
..
__mocks__
assets
component Refactor/project overview api calls (#5279) 2023-11-07 09:19:55 +01:00
constants
contexts
hooks Refactor/project overview api calls (#5279) 2023-11-07 09:19:55 +01:00
interfaces feat: connect project overview table to search api (#5237) 2023-11-01 12:05:42 +01:00
openapi chore: update orval schemas (#5249) 2023-11-03 08:48:07 +01:00
themes
types feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
utils feat: show dependencies only when using pro/enterprise or at least on… (#5052) 2023-10-16 20:56:06 +02:00
index.tsx feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
setupTests.ts feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
vite-env.d.ts