svelte-todomvc icon indicating copy to clipboard operation
svelte-todomvc copied to clipboard

TodoMVC implemented in Svelte

Results 9 svelte-todomvc issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...

dependencies

Cancelling edit raises the blur event which runs submit. Sumbit must test if editing is still active.

1. on blur is tied to submit 2. cancelling edit removes the input element which fires blur before getting removed 3. this blur event calls submit, but the element for...

Maybe we should consider post this in the "official" repository? https://github.com/tastejs/todomvc

When running the application, a warning appears in the console: ``` rollup v1.7.3 bundles src/main.js → public/bundle.js... (!) svelte plugin: A11y: Avoid using autofocus src/TodoMVC.svelte 92: on:keydown={createNew} 93: placeholder="What needs...

Of particular interest is the final output before minification, since only this reveals the magical disappearance. Reading the final bundle.js from http://svelte-todomvc.surge.sh/ is only partially helpful as this demos the...

Hey, do you want me to add Cypress tests?

When I double click an item, I can change the text, but I cannot commit the change into the model. Clicking anywhere does nothing, double clicking a different item makes...

I can't edit existing todos in Chrome mobile. Double tap zooms in, long tap highlights for copying.