Thinkmill / Thinkmill/keystatic
bug: ux - create new branch modal - if `branchPrefix` is long, the input is unusable
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 159
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 2
Description
Current
If config.storage.branchPrefix is long, like
branchPrefix: "chore/test-code--test-cms--test-blog-next-keystatic/update-content",
the input in the modal doesn't handle that, and if you write the suffix you don't see the text you are adding.
Potential Solution
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the create-new-branch modal and trace how config.storage.branchPrefix is rendered in its input. Reproduce the issue with the long prefix shown in the report, then verify that newly typed suffix text remains visible and usable in the modal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100