diff options
| author | Adam Malczewski <[email protected]> | 2026-06-28 15:29:55 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-28 15:29:55 +0900 |
| commit | ded7cc4ebf872556b4ab16bac81c1b551d8e44da (patch) | |
| tree | 0f5cbed2405f83a819032a551295490b70e31d1d /src/features/workspaces/index.ts | |
| parent | 3899ecef48325014a3bb5d6333a7a3e1fc34296a (diff) | |
| parent | 60aa5dc48b6af502f88befd7d1517ab52cf6c60f (diff) | |
| download | dispatch-web-ded7cc4ebf872556b4ab16bac81c1b551d8e44da.tar.gz dispatch-web-ded7cc4ebf872556b4ab16bac81c1b551d8e44da.zip | |
Merge branch 'feature/workspace-star' into predev
# Conflicts:
# backend-handoff.md
# src/features/workspaces/ui/WorkspaceCard.test.ts
Diffstat (limited to 'src/features/workspaces/index.ts')
| -rw-r--r-- | src/features/workspaces/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/index.ts b/src/features/workspaces/index.ts index 177e49b..dab1dec 100644 --- a/src/features/workspaces/index.ts +++ b/src/features/workspaces/index.ts @@ -8,7 +8,7 @@ export { WORKSPACE_SLUG_RE, workspacePath, } from "./logic/route"; -export { pageTitle, relativeTime } from "./logic/view-model"; +export { applyStarred, pageTitle, relativeTime, sortWorkspaces } from "./logic/view-model"; export type { WorkspaceStore } from "./store.svelte"; export { createWorkspaceStore } from "./store.svelte"; export { default as WorkspaceCard } from "./ui/WorkspaceCard.svelte"; |
