influxdata / influxdata/influxdb

Update Task Edit page

Open
#17,135 0 comments 0 reactions 0 assignees View on GitHub

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 RenamablePageTitle component instead of the name field 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.