-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(site): expose workspace apps in chat workspace pill #24295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weāll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+717
ā242
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
51d076f
feat(site): expose workspace apps in chat workspace pill
DanielleMaywood 057ac8d
test(site): add storybook stories for WorkspacePill
DanielleMaywood dd3f0be
refactor(site): drop appendChatIdToHref, match AgentRow pattern
DanielleMaywood da60ae8
chore(site): remove stale-prone comments from WorkspacePill
DanielleMaywood fd165c9
refactor(site): WorkspacePill owns its status display, eliminate Reacā¦
DanielleMaywood f366b30
fix(site): remove stray whitespace expression in ChatTopBar
DanielleMaywood ba6fda9
fix(site): update AgentChatPage story for meatball menu changes
DanielleMaywood 3441075
refactor(site): use Popover styling from #24308 for WorkspacePill
DanielleMaywood 9689199
refactor(site): move Copy SSH and View Workspace from meatball to pill
DanielleMaywood 6610110
fix(site): flip chevron direction for top popover, suppress tooltip wā¦
DanielleMaywood 20de227
fix(site): show all workspace apps in pill, not just external ones
DanielleMaywood 9c4be48
fix(site): address self-review findings (separator, overflow, story)
DanielleMaywood 29ae400
fix(site): address review feedback (folder, status indicator, null guā¦
DanielleMaywood 0dcd9bd
fix(site): address panel review feedback (dropdown, token guard, storā¦
DanielleMaywood 5d6aa30
fix(site): address self-review findings (mutation unmount, disabled sā¦
DanielleMaywood 559e05b
fix(site): address self-review round 2 (tooltip, alt, folder fallbackā¦
DanielleMaywood 1b186da
refactor(site): inline cls variables and remove workspaceStatusDisplay
DanielleMaywood 19ba116
refactor(site): extract StatusIcon component to deduplicate status icā¦
DanielleMaywood a95bf52
fix(site): address R3 review feedback (shared status, mutation lift, ā¦
DanielleMaywood 831572d
fix(site/src/pages/AgentsPage): add external app disabled assertions,ā¦
DanielleMaywood 6373d75
fix(site/src/pages/AgentsPage): fix WithWorkspace story props, add enā¦
DanielleMaywood ef908e8
fix(site/src/pages/AgentsPage): useClipboard, restore Cursor, fix fakā¦
DanielleMaywood 95d78c5
fix(site/src/pages/AgentsPage): remove builtin Cursor, fix clipboard/ā¦
DanielleMaywood cff4e04
fix(site/src/pages/AgentsPage): assert href absence on disabled exterā¦
DanielleMaywood aedb81c
fix(site/src/pages/AgentsPage): group launch items above separator
DanielleMaywood ed94b48
fix(site/src/pages/AgentsPage): use consistent app names without Openā¦
DanielleMaywood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor(site): inline cls variables and remove workspaceStatusDisplay
- Inline badgeCls directly into cn() call in WorkspacePill - Remove workspaceStatusDisplay.tsx and its test file - Inline status icon/label computation into both callers (WorkspacePill and AgentChatPageView) - Replace iconCls variable with direct "size-3" on each icon
- Loading branch information
commit 1b186da9aff4711cb4fa6a420b9ad2216c2b3f80
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 0 additions & 80 deletions
80
site/src/pages/AgentsPage/components/workspaceStatusDisplay.test.tsx
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
site/src/pages/AgentsPage/components/workspaceStatusDisplay.tsx
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.