Skip to content

lisa/fix-order-prefix#235

Open
gusfcarvalho wants to merge 1 commit into
mainfrom
lisa/fix-order-prefix
Open

lisa/fix-order-prefix#235
gusfcarvalho wants to merge 1 commit into
mainfrom
lisa/fix-order-prefix

Conversation

@gusfcarvalho
Copy link
Copy Markdown
Contributor

automated implementation by lisa.

Copilot AI review requested due to automatic review settings May 15, 2026 14:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the workflow step definitions list UI by removing the step order label that previously rendered as #{{ step.order }} next to each step name.

Changes:

  • Removed the inline step-order indicator from the steps list items.
Comments suppressed due to low confidence (1)

src/views/workflows/WorkflowDefinitionStepsView.vue:46

  • The step list no longer renders step.order at all (the previous #{{ step.order }} label was removed). Since this view sorts by order, hiding the order makes it harder to verify sequencing from the list; if the goal was to change the prefix, consider still displaying the order value with an updated label/prefix rather than removing it entirely.
        <div class="flex justify-between items-start">
          <div class="flex-1">
            <div class="flex items-center gap-2">
              <h4 class="font-medium text-gray-900 dark:text-slate-200">
                {{ step.name }}
              </h4>
            </div>

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gusfcarvalho
Copy link
Copy Markdown
Contributor Author

lisa: implementation done. no actionable copilot review threads found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants