influxdata / influxdata/influxdb
Update Task Edit page
Open
Nobody has claimed this yet.
kind/enhancement
team/ui
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Referring to TaskEditPage.tsx aka orgs/orgid/task/taskid
- Use
RenamablePageTitlecomponent instead of thenamefield in the options panel- Will be more consistent with other full-screen editing experiences in the UI
- Move the remaining options (Schedule, Every, Offset) to a single line in
PageControlBarLeft - The above 2 changes should allow the left panel to be removed and for the Monaco editor to take up the fill width of the screen
Contributor guide
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
Start at orgs/orgid/task/taskid in TaskEditPage.tsx and inspect the current options panel, PageControlBarLeft, and Monaco editor layout. Compare nearby full-screen editing experiences that use RenamablePageTitle. Done means the title uses RenamablePageTitle, Schedule/Every/Offset share one PageControlBarLeft line, the left panel is removed, and Monaco fills the available width.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100