Skip to content

Feature/update template#451

Merged
ermenm merged 18 commits intomainfrom
feature/update-template
Jan 22, 2026
Merged

Feature/update template#451
ermenm merged 18 commits intomainfrom
feature/update-template

Conversation

@ermenm
Copy link
Copy Markdown
Contributor

@ermenm ermenm commented Jan 20, 2026

We hebben een type Page en Category uit theme-wizard-templates, en die werd geimporteerd in theme-wizard-app. Maar theme-wizard-app importeert ook uit theme-wizard-templates, wat een build cycle error veroorzaakte.

Dit heb ik tijdelijk opgelost door de type toe te voegen in theme-wizard-app, waardoor theme-wizard-app niet meer afhankelijk is van de build van theme-wizard-templates.

Vraag is of dit zo moet blijven, of een andere richting kiezen, voor bijvoorbeeld een "shared" types package? Betekent wel dat je yet another package hebt en de vraag is: hoevaak gaat dit nog voorkomen?

Dit heb ik gedaan, zodat de templates standalone kunnen draaien op de theme-wizard-app url, dus lokaal bijvoorbeeld: http://localhost:9492/templates/my-environment/overview

  • Typing van TemplateGroup in wizard-preview-picker
  • Componenten die in theme-wizard-app stonden en enkel in theme-wizard-templates werden gebruikt, verplaatst naar theme-wizard-templates
  • template-heading vervangen door clippy-heading en deze in packages/clippy-components geplaatst
  • In deze PR (anders werd de huidige PR te groot), template-link vervangen door clippy-link en deze in packages/clippy-components geplaatst. Clippy Link Webcomponent PR

@ermenm ermenm requested a review from a team as a code owner January 20, 2026 12:53
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
clippy-storybook Ready Ready Preview, Comment Jan 22, 2026 8:47am
theme-wizard Ready Ready Preview Jan 22, 2026 8:47am
theme-wizard-server Ready Ready Preview, Comment Jan 22, 2026 8:47am

Request Review

@ermenm ermenm marked this pull request as draft January 20, 2026 12:53
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.58%. Comparing base (c454e47) to head (2e3c10c).
⚠️ Report is 180 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #451      +/-   ##
===========================================
- Coverage   100.00%   90.58%   -9.42%     
===========================================
  Files           12       50      +38     
  Lines          694     1423     +729     
  Branches       100      305     +205     
===========================================
+ Hits           694     1289     +595     
- Misses           0      110     +110     
- Partials         0       24      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ermenm ermenm marked this pull request as ready for review January 20, 2026 13:54
Comment thread packages/clippy-components/src/clippy-heading/index.test.ts
Comment thread packages/theme-wizard-templates/src/components/index.ts Outdated
Comment thread packages/theme-wizard-templates/package.json Outdated
Comment thread packages/theme-wizard-templates/package.json Outdated
Comment thread packages/theme-wizard-templates/vite.components.config.ts Outdated
@sonarqubecloud
Copy link
Copy Markdown

@ermenm ermenm merged commit 3ff2a35 into main Jan 22, 2026
11 checks passed
@ermenm ermenm deleted the feature/update-template branch January 22, 2026 11:01
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.

3 participants