You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move deployment creation from /schedule page into an inline popover
on the DeploymentButton, so users never leave the composer context
- /deployments route is now a pure management page (list, pause, run, delete)
- Rename all schedule references to deployment:
- ScheduleButton → DeploymentButton, ScheduleCenter → DeploymentCenter
- lib/schedule.ts → lib/deployment.ts, CSS schedule-* → deploy-*
- Route /schedule → /deployments, TopBar label '定时' → '定时任务'
- Add success state with 'go to deployments' navigation after creation
- Improve run button: Play icon + label + hover tooltip on all actions
- Fix: useId() for unique form element ids (two instances in DOM)
- Fix: try/catch/finally on API calls to prevent stuck busy state
- Fix: mobile popover animation vs transform conflict
Change-Id: I99e7ae5bc3256fe558675aaa4fb6bb1d301c7854
Co-developed-by: OpenCode <noreply@opencode.ai>
0 commit comments