mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
feat(workspaces): implement workspace limits feature with backend integration and UI updates
This commit is contained in:
parent
1385ff4789
commit
38b784fbac
12 changed files with 176 additions and 18 deletions
|
|
@ -49,6 +49,7 @@ export const cacheKeys = {
|
|||
},
|
||||
workspaces: {
|
||||
all: ["workspaces"] as const,
|
||||
limits: ["workspaces", "limits"] as const,
|
||||
withQueryParams: (queries: GetWorkspacesRequest["queryParams"]) =>
|
||||
["workspaces", ...stableEntries(queries)] as const,
|
||||
detail: (workspaceId: string) => ["workspaces", workspaceId] as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue