Skip to content

refactor(site): Improve workspaces filtering #7681

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
merged 25 commits into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix storybook
  • Loading branch information
BrunoQuaresma committed May 30, 2023
commit 3a77c842680209a57a28a1c3e62dab989bd830de
2 changes: 0 additions & 2 deletions site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export default {
component: WorkspacesPageView,
args: {
limit: DEFAULT_RECORDS_PER_PAGE,
},
parameters: {
filterProps: defaultFilterProps,
},
} as ComponentMeta<typeof WorkspacesPageView>
Expand Down
1 change: 1 addition & 0 deletions site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ export const MockEntitlementsWithScheduling: TypesGen.Entitlements = {
export const MockExperiments: TypesGen.Experiment[] = [
"workspace_actions",
"moons",
"workspace_filter",
]

export const MockAuditLog: TypesGen.AuditLog = {
Expand Down