Sean Lynch
Sean Lynch
@0xmiki that would be great! On [layerchart.com](https://www.layerchart.com/) and [layerstack.dev](https://www.layerstack.dev/) I have a banner to point to https://next.layerchart.com/ and https://next.layerstack.dev/ LayerChart | LayerStack --- | ---  |  I had...
@leeoniya Thanks, that's great to know!
Hi @MadeInPierre 👋. There is not anything directly built into LayerChart for this user annotation functionality but it is possibly to accomplish in user land by setting up an element...
Hey @eamag 👋, thanks for checking out Svelte UX. I'm not overly familiar with `llms.txt` beyond Svelte recently adding support as part of the [Advent of Svelte](https://svelte.dev/docs/llms). The docs at...
Some items to dig into at some point: - https://github.com/didier/llmctx / https://llmctx.com/ - https://svelte-llm.khromov.se / https://github.com/khromov/llmctx - https://www.youtube.com/watch?v=tprMklFzy44&list=LL
d3-hierarchy's [stratify](https://d3js.org/d3-hierarchy/stratify) converts a flat array to a `hierarchy` and not just pure nested structure like[ hierarchy(data, children)](https://d3js.org/d3-hierarchy/hierarchy) which might complicate taking in `` instead of `` although we might...
> I wasn't able to find any tests for components specifically in the codebase. Is there anywhere I can add these before we merge these? I currently only have `vitest`...
Few other ideas I forgot to mention. It might make sense to put an instance of the `toastStore` in [settings()](https://github.com/techniq/svelte-ux/blob/main/packages/svelte-ux/src/lib/components/settings.ts#L119-L130) like we do for themes, locales, nav drawer, etc. We...
> @techniq started working on the changes and got an issue where I can't get the toasters to appear over the elements of the app layout that used fixed position...
@willm0602 I started work on improving/simplifying the `Notification` component by support props (not requiring but still supporting slots) such as `` and also supporting `color`/`variant`/etc props. Take a look at...