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

Show flow numbers in tree view & command menu #2016

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

Conversation

MetRonnie
Copy link
Member

Partially addresses #468

Created on upstream branch so others can take this forward if needed

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).
  • 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.

@MetRonnie MetRonnie added this to the 2.8.0 milestone Dec 6, 2024
@MetRonnie MetRonnie self-assigned this Dec 6, 2024
size="small"
class="ml-1 cursor-default"
:prepend-icon="$options.icons.flow"
:disabled="node.node.state === 'waiting' && !node.node.isQueued"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

N.B. this is for developer purposes only (showing dimmed flow nums for tasks in the data store that have not spawned yet, which could have different flow nums when they actually spawn). We should make this condition a v-if instead to hide data store flow nums.

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.

1 participant