Jan Hug

Results 28 issues of Jan Hug

Add an option to change the behaviour of the publish button, so that it also closes the editor after publishing successfully.

enhancement

Implement Ctrl/Cmd+Click on media library items to select and drag multiple items at once.

enhancement

### Environment ``` Nuxt project info: 09:23:49 ------------------------------ - Operating System: Linux - Node Version: v20.17.0 - Nuxt Version: 3.13.1 - CLI Version: 3.13.1 - Nitro Version: 2.9.7 - Package...

pending triage

### Reproduction https://formkit.link/dbdb24ae586ee591f1fc982ce09bc04f ### Describe the bug **Note the issue can not be reproduced in the playground, only in a Nuxt app.** When using `@formkit/nuxt`, setting `autoImport: true` in the...

🚫 wontfix

Fixes #98, #96, #75 ## Breaking changes - `defineMultiCacheOptions` can be now imported from `nuxt-multi-cache/server-options` - The location of `multiCache.serverOptions.ts` is now being enforced as `~~/server/multiCache.serverOptions.ts` - `useDataCache`, `useRouteCache` and...

Adds experimental support for GraphQL subscriptions (#58) - New WebSocket server handler /api/graphql_middleware/subscription - New composable `useGraphqlSubscription` Todo: - [ ] Tests - [ ] (Maybe) add option to use...

Currently the media library only allows selecting multilpe items via checkbox. It would be nice to: - be able to use shift and click to select everything "in between" -...

### Environment nitropack: 2.12.6 node: 20.19.1 ### Reproduction https://stackblitz.com/edit/github-zcdft7zb?file=package.json,server%2Froutes%2Findex.ts ### Describe the bug In dev mode the reproduction will work just fine. The event handler will return the JSON imported...

pending triage