Skip to content

fix(app): keep startup script field scrollable in edit project dialog#12431

Merged
adamdotdevin merged 1 commit intoanomalyco:devfrom
itskritix:fix/project-startup-script-scroll
Feb 6, 2026
Merged

fix(app): keep startup script field scrollable in edit project dialog#12431
adamdotdevin merged 1 commit intoanomalyco:devfrom
itskritix:fix/project-startup-script-scroll

Conversation

@itskritix
Copy link
Contributor

@itskritix itskritix commented Feb 6, 2026

Summary

  • cap the Workspace startup script textarea height in the Edit project dialog
  • enable internal vertical scrolling for overflow content
  • keep Save/Cancel actions visible when the script contains many lines

Fixes #12430

How did you verify your code works?

  • ran desktop app in dev mode (TAURI_CLI_NO_DEV_SERVER_WAIT=true bun run dev:desktop)
  • opened Edit project and pasted 4+ lines into Workspace startup script
  • confirmed the field scrolls internally and action buttons stay visible

Before:
Screenshot 2026-02-06 at 11 41 39 AM

After :
Screenshot 2026-02-06 at 12 33 57 PM

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@adamdotdevin adamdotdevin merged commit 1338158 into anomalyco:dev Feb 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Edit project startup script field pushes actions off-screen

2 participants