temporalio / temporalio/ui

Reset workflow modal bugs

Open
#2,146 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
431
Forks
179
Avg merge
2d 9h
Merged PRs (30d)
71

Description

Describe the bug
The "Reset Workflow" modal has a few small bugs.

  1. Allows clicking "Confirm" without selecting an event-id which results in an error from the backend.
  2. The error is not displayed to the user because the modal is closed immediately.
  3. The description for the event-id radiogroup should be fixed in position instead of scrolling along with the event id's.

Expected behavior

  1. "Confirm" button should be disabled if an event-id is not selected.
  2. The modal should not be closed on an error.
  3. The description for the event-id radiogroup should be fixed in position.

Contributor guide

No contributing guide indexed for this repository

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 the Reset Workflow modal entry point and reproduce the three reported behaviors: confirmation without an event-id, error handling, and the scrolling event-id description. Done means the button is disabled until an event-id is selected, errors keep the modal open and visible, and the description stays fixed while event-ids scroll.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.