Skip to content

feat: add poveste - #1602

Open
50rayn wants to merge 2 commits into
nuxt:mainfrom
50rayn:add-poveste
Open

feat: add poveste#1602
50rayn wants to merge 2 commits into
nuxt:mainfrom
50rayn:add-poveste

Conversation

@50rayn

@50rayn 50rayn commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Adds poveste — a component playground for Nuxt.

Write stories beside your components and browse them as a book: a variant grid, controls generated from your declared props, the source for whatever state you are looking at, and accessibility checks. It is a drop-in fork of histoire, so existing stories and config work unchanged.

The submission is @poveste/plugin-nuxt rather than the core package — that is the Nuxt module.

Two things a reviewer might otherwise correct

The icon is deliberately not the project logo. poveste.svg here is the simpler favicon drawing — two filled blocks under a bar, no strokes. The full logo carries a stroke-width="22" outline that goes sub-pixel at list size and greys into a smear, so it is legible in a browser tab and not in this grid.

compatibility.nuxt is hand-written because we ship no module.json. The build is plain tsc -d rather than @nuxt/module-builder, so sync has nothing to overwrite this field from and the declared value stands. >=4.5.0 is what packages/poveste-plugin-nuxt/package.json declares as its peer. Worth flagging that this becomes fragile the day we adopt module-builder — at that point the module becomes the source of truth and a stale value here would be reported as a regression. website has the same property.

MIT, actively developed, 0.12.3 on npm today. Vue, Nuxt, Svelte, SvelteKit and Quasar, each with a full example book running a shared conformance suite in CI.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: f08c915f-59eb-4edd-a399-ef97c593d2bb

📥 Commits

Reviewing files that changed from the base of the PR and between d69cd28 and 8ee2a58.

⛔ Files ignored due to path filters (1)
  • icons/poveste.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • modules/poveste.yml

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

Added a poveste module registry entry for @poveste/plugin-nuxt. The entry defines repository, npm package, icon, website, category, type, maintainer, and Nuxt compatibility metadata.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 8ee2a

This adds Poveste to the Nuxt modules catalog with its package, project, maintainer, and compatibility metadata. No current merge-blocking behavior or production risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the addition of Poveste, which is the main change.
Description check ✅ Passed The description directly explains the addition of Poveste, the Nuxt package, its capabilities, and relevant implementation details.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant