Skip to content

Add copied-prompt guidance dialog to setup wizard - #54

Merged
pelikhan merged 4 commits into
mainfrom
copilot/add-copy-prompt-button
Aug 27, 2026
Merged

Add copied-prompt guidance dialog to setup wizard#54
pelikhan merged 4 commits into
mainfrom
copilot/add-copy-prompt-button

Conversation

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The setup wizard needs stronger next-step guidance after copying the generated prompt. Users should be told to create a repository and paste the prompt into the starter text box.

  • Copy confirmation

    • Opens a modal dialog after the prompt is successfully copied.
    • Keeps the existing inline status message, updated with the repository/starter-text-box instruction.
  • Dialog behavior

    • Uses the native <dialog> modal API.
    • Supports explicit close, backdrop click, and Escape dismissal.
    • Resets the copied button state when the dialog closes.
  • Accessibility and styling

    • Labels the dialog from its visible title with aria-labelledby.
    • Adds wizard-consistent modal, backdrop, and action button styling.

Copilot AI and others added 4 commits August 27, 2026 21:13
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Add copy prompt dialog to setup wizard Add copied-prompt guidance dialog to setup wizard Aug 27, 2026
Copilot AI requested a review from pelikhan August 27, 2026 21:17
@pelikhan
pelikhan marked this pull request as ready for review August 27, 2026 21:19
@pelikhan
pelikhan merged commit 7982203 into main Aug 27, 2026
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.

2 participants