Romain Hamel

Results 8 issues of Romain Hamel

This is a rough experiment to explore devtools for `@nuxt/ui`. The first use case would be to help users customise components with an interactive theme editor that updates the `app.config.ts`...

v3

### Description Update the Form / FormField components to catch-up with recent v2 changes: - [x] https://github.com/nuxt/ui/pull/1877 - [x] https://github.com/nuxt/ui/pull/2012 - [x] https://github.com/nuxt/ui/pull/1818 - [x] https://github.com/nuxt/ui/pull/2011 - [ ] https://github.com/nuxt/ui/pull/2047...

v3

### 🔗 Linked issue resolves #29365 ### 📚 Description This PR introduces a new page meta `isolate` to render pages without inheriting from the `app.vue` component.

enhancement
3.x

### Describe the feature Hello! I'm currently working on implementing devtools for Nuxt UI (PR: [#2196](https://github.com/nuxt/ui/pull/2196)). As part of this, I need to inject a page within the user's app...

enhancement
discussion
pending triage

Currently, the `nuxt-component-meta` CLI does not resolve components correctly for modules. Here's a reproduction: https://stackblitz.com/edit/stackblitz-starters-kjvwap Running `pnpm nuxt-component-meta .` does not find any components in the module. Although `pnpm nuxt-component-meta...

### 🔗 Linked issue Resolves #31070 ### 📚 Description Adds `onInstall` and `onUpgrade` module hooks to let modules perform additional setup steps when installed or upgraded. These hooks are defined...

enhancement
4.x

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

This PR is a follow-up from #5379 to refactor and simplify the Form component by using Formwerk to handle the core validation and form logic. ### 🔗 Linked issue ###...

v4
follow up