Eduardo San Martin Morote

Results 119 issues of Eduardo San Martin Morote

Allows adding extra information and declaring global helpers. #309 - Should be `Record` by default - Can be typed globally, extended locally - should be compatible with `defineQueryOptions` typing -...

⚡️ enhancement

Currently, it can lead to confusion #614 I thought it could be implemented with some checks, but it breaks other tests. Worth checking out for anybody who is interested

⚡️ enhancement
👍 contribution welcome
🔄 data-loaders

Currently the signal exposed in `query` in colada loaders is the one from loaders, tied to the navigation. But in queries, there is another signal related to the query itself....

⚡️ enhancement
🔄 data-loaders

Similar to #33, there should be a way to group properties related to router (meta, data loaders) that also contain a layout. Different possibilities: - `+layout.vue` inside of a folder...

💬 discussion

Configure instructions for this repository as documented in [Best practices for Copilot coding agent in your repository](https://gh.io/copilot-coding-agent-tips)

- `(group)/app.vue` - `(group).vue` - `index.vue` This is kind of a limitation design as there is no way to say `(group)` is not visitable Possible solutions: - `(group)/+layout.vue`: the name...

⚡️ enhancement

### Discussed in https://github.com/posva/unplugin-vue-router/discussions/589 Originally posted by **Pentadome** February 25, 2025 In the following example, ` users.create.vue` won't be nested in `users.vue` ``` src/pages/ ├── users/ │ ├── [id].vue │...

🐞 bug

_From Discord_ On the one hand, if you were not using data loaders, in Pinia Colada, we would define a key in a hierarchical way `['parent', 'child']` and `['parent']` if...

⚡️ enhancement
🔄 data-loaders

Not so long ago, it was possible to generate multiple lines of completion. This was very helpful for tests for example but now it always generate one single line: https://github.com/user-attachments/assets/236f6f31-0e53-49c8-89e2-fa07d223e22a...