Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
Parkreiner merged 17 commits intomainfrommes/batch-update-01
Aug 14, 2025
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
bb05088
refactor: centralize storybook queries key
ParkreinerJul 16, 2025
a119d70
refactor: centralize template version key prefix
ParkreinerJul 16, 2025
5dc67cf
refactor: remove JSX extension from batch actions
ParkreinerJul 16, 2025
4c77bff
fix: update API design of various utility hooks
ParkreinerJul 16, 2025
4833ae1
fix: remove promise race conditions for batch utilities
ParkreinerJul 16, 2025
b8d92fa
fix: decouple component props from one another
ParkreinerJul 16, 2025
1662a55
fix: apply biome fixes
ParkreinerJul 16, 2025
e326414
refactor: remove more bad coupling
ParkreinerJul 16, 2025
cc00106
fix: format
ParkreinerJul 16, 2025
7304644
fix: update call site mismatch
ParkreinerJul 16, 2025
b512e18
fix: update import
ParkreinerJul 16, 2025
cb92b79
fix: update Filter logic to account for fallback filter
ParkreinerJul 16, 2025
86d19b8
docs: add comment about wonky code
ParkreinerJul 16, 2025
330d91d
fix: get workspace tests passing
ParkreinerJul 16, 2025
fb9d8f2
fix: update biome again
ParkreinerJul 16, 2025
de02ad1
Merge branch 'main' into mes/batch-update-01
ParkreinerAug 14, 2025
ebd8b1c
chore: apply feedback
ParkreinerAug 14, 2025
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
PrevPrevious commit
NextNext commit
fix: apply biome fixes
  • Loading branch information
@Parkreiner
Parkreiner committedJul 16, 2025
commit1662a55d513a00564b44ea9feb068e4ea1b5efef
6 changes: 5 additions & 1 deletionsite/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -191,7 +191,11 @@
"vite-plugin-checker": "0.9.3",
"vite-plugin-turbosnap": "1.0.3"
},
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
"browserslist": [
"chrome 110",
"firefox 111",
"safari 16.0"
],
"resolutions": {
"optionator": "0.9.3",
"semver": "7.6.2"
Expand Down
2 changes: 1 addition & 1 deletionsite/src/pages/WorkspacesPage/WorkspacesPage.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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.
*/
exportconst ACTIVE_BUILD_STATUSES: readonly WorkspaceStatus[] = [
const ACTIVE_BUILD_STATUSES: readonly WorkspaceStatus[] = [
Copy link
MemberAuthor

@ParkreinerParkreinerJul 16, 2025
edited
Loading

Choose a reason for hiding this comment

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

This becomes exported in the second PR, which is why I put more of a public-facing comment on it

Copy link
Member

Choose a reason for hiding this comment

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

maybe worth moving to modules/workspaces when you do

"canceling",
"deleting",
"pending",
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
import { Filter, MenuSkeleton,UseFilterResult,typeuseFilter } from "components/Filter/Filter";
import { Filter, MenuSkeleton, typeUseFilterResult } from "components/Filter/Filter";
import { type UserFilterMenu, UserMenu } from "components/Filter/UserFilter";
import { useDashboard } from "modules/dashboard/useDashboard";
import {
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp