Frontend improvments - #40
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| // Auto-collapse sidebar when opening workflow builder, expand for other routes | ||
| useEffect(() => { | ||
| const isWorkflowRoute = location.pathname.startsWith('/workflows') && location.pathname !== '/' | ||
| setSidebarOpen(!isWorkflowRoute) | ||
| }, [location.pathname]) |
There was a problem hiding this comment.
Restore navigation access on mobile workflow builder
The effect collapses the global sidebar on every /workflows route, and the AppTopBar (which hosts the toggle) is rendered only for non-workflow pages. On small screens this means the sidebar width becomes w-0 and there is no remaining UI element to reopen it, so users cannot navigate back to the workflow list or secrets once inside the builder. Consider leaving a visible toggle or avoiding auto-collapse on narrow viewports to retain basic navigation.
Useful? React with 👍 / 👎.
fix: simplify node-pty postinstall repair
Summary
Testing
bun run testbun run lintbun run typecheckDocumentation
docs/guide.md) or checked that no updates are needed..ailogs when applicable.