kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1071 kit issues
Sort by recently updated
recently updated
newest added

### Describe the bug If you click on a link to an external URL on the page, or if you do a `goto` to an external URL, two successive `beforeNavigate`...

bug

### Describe the problem For i18n or similar subsystems, we should make initialization before any language things are needed, and for such initialization, we usually use a session (user language)...

enhancement
router

### Describe the bug [Tauri](https://tauri.app) is an Electron alternative for bundling web content into a desktop application. When built, the release apps use `tauri:` as the internal URL protocol. Because...

### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue where it...

svelte-package

### Describe the problem I'm trying to add multiple languages to a site with a leading `/[locale]/...` route parameter. There are two things that I cannot do right now without...

enhancement
p1-important

**Is your feature request related to a problem? Please describe.** Quite often i code tools which take some input (like a JSON file) and generate a HTML report out of...

# Brief A feature-complete zero-configuration (JS output) legacy support of SvelteKit, by being compatible with the (potential) output of [@vitejs/plugin-legacy](https://www.npmjs.com/package/@vitejs/plugin-legacy). Additionally, it applies legacy configurations and fixes some JS compatibility...

feature request

### Describe the problem Sometimes, I just want to create "side effects" from visiting a route: ```ts // +layout.ts import { crumbsStore } from '$lib/components/Breadcrumb'; import type { LayoutLoad }...

enhancement
router
p2-nice-to-have

### Describe the bug Create a `+layout.server.js` file when SSR is `false` cause loop refresh of the page. ### Reproduction ``` npm create svelte npm i ``` Create the following...

bug
p1-important

Prefixes appDir with config.kit.paths.base for adapter-(cloudflare, cloudflare-workers, netlify). Didn't touch node, as there's some discussion around how that should be handled differently in #3726. Would be great if @asendia and...

p1-important
paths.base