feat: update dependencies and refactor dropdown components for improved functionality

This commit is contained in:
catlog22
2026-01-30 17:26:07 +08:00
parent a5c3dff8d3
commit e78e95049b
18 changed files with 138 additions and 96 deletions

View File

@@ -35,7 +35,7 @@ const initialState = {
export const useExecutionStore = create<ExecutionStore>()(
devtools(
(set, get) => ({
(set) => ({
...initialState,
// ========== Execution Lifecycle ==========