- Notifications
You must be signed in to change notification settings - Fork1k
fix(site): tighten interface design for various frontend utility functions#18894
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Changes from1 commit
bb05088
a119d70
5dc67cf
4c77bff
4833ae1
b8d92fa
1662a55
e326414
cc00106
7304644
b512e18
cb92b79
86d19b8
330d91d
fb9d8f2
de02ad1
ebd8b1c
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -27,7 +27,7 @@ import { useStatusFilterMenu, useTemplateFilterMenu } from "./filter/menus"; | ||
* workspace is in the middle of a transition and will eventually reach a more | ||
* stable state/status. | ||
*/ | ||
const ACTIVE_BUILD_STATUSES: readonly WorkspaceStatus[] = [ | ||
MemberAuthor
| ||
"canceling", | ||
"deleting", | ||
"pending", | ||
Uh oh!
There was an error while loading.Please reload this page.