Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tui: add remove + display flow numbers, statuses and attributes #6561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oliver-sanders
Copy link
Member

@oliver-sanders oliver-sanders commented Jan 17, 2025

  • Add the "remove" operation to the task context menu.
  • Dim no-flow tasks to make remove operations clear to the user. Closes tui: support the remove command #6542
  • Show workflow status in the context menu.
  • Show task status, attributes and task flow numbers (if not {1}) in the task context menu.
  • Show job status in the context menu.

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • Changelog entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@oliver-sanders oliver-sanders added this to the 8.5.0 milestone Jan 17, 2025
@oliver-sanders oliver-sanders self-assigned this Jan 17, 2025
@oliver-sanders oliver-sanders marked this pull request as ready for review January 17, 2025 16:27
* Add the "remove" operation to the task context menu.
* Dim no-flow tasks to make remove operations clear to the user.
  Closes cylc#6542
* Show workflow status in the context menu.
* Show task status, attributes and task flow numbers (if not {1}) in the task
  context menu.
* Show job status in the context menu.
@oliver-sanders oliver-sanders changed the title tui: display flow numbers, statuses and attributes tui: add remove + display flow numbers, statuses and attributes Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tui: support the remove command
1 participant