Simplify workshop guided run by removing the progress box#46598
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
🤖 PR Triage
Rationale: Small draft UI cleanup (+1/−119). Draft status — not ready for merge. Low user impact; safe to defer until author marks ready.
|
|
✅ Workshop simplification looks solid! This PR follows the core team's agentic development process. The change is well-focused on removing the progress box visual weight while preserving the step indicator affordance. What stands out:
Ready for review. 🎉
|
|
@copilot resolve the merge conflicts on this branch. |
There was a problem hiding this comment.
Pull request overview
Removes the redundant workshop progress card while retaining step-position navigation.
Changes:
- Removed progress-card markup, scripting, and styles.
- Updated Playwright tests for the simplified layout and step indicator.
Show a summary per file
| File | Description |
|---|---|
docs/tests/workshop.spec.ts |
Removes progress-card assertions. |
docs/src/components/workshop/WorkshopExperience.astro |
Removes progress UI and supporting implementation. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Medium
…shopexperience # Conflicts: # docs/src/components/workshop/WorkshopExperience.astro Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Merge conflicts resolved in 92832a2. The two conflicts were in the CSS section of |
|
@copilot please run the Run: https://github.com/github/gh-aw/actions/runs/29691425979 Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "pi.dev"See Network Configuration for more information.
|
|
🎉 This pull request is included in a new release. Release: |
The guided run UI included a large progress box that added visual weight without improving navigation. This change simplifies the workshop experience by removing that box and collapsing the related implementation.
What changed
Home,Change route, previous/next step).Component cleanup
WorkshopExperience.astro.Test updates