Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

feat: shareable workspaces MVP (frontend) - #379

Merged
lxmcgvrn merged 12 commits into
mainfrom
feat/shareable-workspaces
Mar 17, 2025
Merged

feat: shareable workspaces MVP (frontend)#379
lxmcgvrn merged 12 commits into
mainfrom
feat/shareable-workspaces

Conversation

@lxmcgvrn

@lxmcgvrnlxmcgvrn commented Mar 7, 2025

Copy link
Copy Markdown
Contributor
  • Handles breaking changes introduced in the API to enable shareable workspaces
  • Adds a "download" / "upload" functionality to workspaces in the dashboard

@lxmcgvrnlxmcgvrn changed the title feat: shareable workspaces MVPfeat: shareable workspaces MVP (frontend)Mar 7, 2025
@coveralls

coveralls commented Mar 7, 2025

Copy link
Copy Markdown
Collaborator

Pull Request Test Coverage Report for Build 13897242479

Details

  • 36 of 72(50.0%) changed or added relevant lines in 14 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.2%) to 66.303%

Changes Missing CoverageCovered LinesChanged/Added Lines%
src/features/providers/components/table-providers.tsx010.0%
src/features/providers/hooks/use-confirm-delete-provider.tsx010.0%
src/features/workspace/components/workspace-muxing-model.tsx4580.0%
src/features/workspace/lib/mux-model-serde.ts4580.0%
src/mocks/msw/handlers.ts1250.0%
src/features/providers/hooks/use-query-workspaces-by-provider.ts020.0%
src/routes/route-provider-update.tsx050.0%
src/features/workspace/components/workspace-download-button.tsx31421.43%
src/features/workspace/components/workspace-upload-button.tsx31618.75%
Files with Coverage ReductionNew Missed Lines%
src/features/providers/hooks/use-confirm-delete-provider.tsx10.0%
src/features/dashboard-messages/components/conversation-secrets-detected.tsx20.0%
TotalsCoverage Status
Change from base Build 13896570679:-0.2%
Covered Lines:911
Relevant Lines:1311

💛 - Coveralls

@lukehinds

Copy link
Copy Markdown

@davolokh can you help with reviewing


<DialogModalOverlay isDismissable={false} isOpen={isOpen}>
<DialogModal>
<DialogModalOverlay

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are just UX enhancements that make deleting using the UI more ergonomic, it became apparent these were needed when creating/deleting repeatedly during manual testing.

@lxmcgvrn
lxmcgvrn merged commit 6baf15c into mainMar 17, 2025
@lxmcgvrn
lxmcgvrn deleted the feat/shareable-workspaces branch March 17, 2025 13:20
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@lxmcgvrn@coveralls@lukehinds@davolokh