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

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.

Results 125 svelte-ux issues
Sort by recently updated
recently updated
newest added

It appears there are 2 issues with InfiniteScroll - [ ] If after loading another page of results the full result set is still shown, it will not detect to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^7.11.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.18.0/8.0.1) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`^1.6.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/vitest/1.6.0/2.0.5) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.57.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.9.0) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [postcss-load-config](https://togithub.com/postcss/postcss-load-config) | [`^5.1.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/postcss-load-config/5.1.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-load-config/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Continuation of https://github.com/techniq/svelte-ux/pull/399 to track compatibility of running docs (and all components / stores / actions) with Svelte 5. Tracking regressions via #144

See example using `MenuField` within `Drawer` https://github.com/user-attachments/assets/04ab1f34-f54e-4359-83de-f2044c95ac71 See also [discussion](https://discord.com/channels/920755200552226868/1266621149442211922) regarding `MultiSelectField` with `Dialog` Likely the culprit is the [event.stopPropagation()](https://github.com/techniq/svelte-ux/blob/main/packages/svelte-ux/src/lib/components/Drawer.svelte#L97-L100) but there is also some [coordination](https://github.com/techniq/svelte-ux/commit/951d2cd30f5f7fca410a2ff54c74007d02490e77) with `Popover` to not...

Since the AST has changed in Svelte 5 (and is [not](https://svelte.dev/docs/svelte-compiler#parse) a public API guarantee), currently sveld's [ComponentParser](https://github.com/carbon-design-system/sveld/blob/main/src/ComponentParser.ts) does [not work](https://github.com/carbon-design-system/sveld/issues/128), which we use to generate the API docs for...

documentation

While you can use a [changeStore](https://svelte-ux.techniq.dev/docs/stores/changeStore) to accomplish the [task](https://github.com/techniq/strava-analysis/blob/6ccb8d1cc82072f50e071bd04c9384fd724edfe3/src/routes/activities/%2Bpage.svelte#L42-L43) of calling a function when you change page/etc, being able to provide a `paginationStore({ onChange: () => ... })` would...

Since your project is AMAZING, I was wondering what do you think about creating a "kit for Kit" with Svelte 5 that allows us to save in the page URL...