Carlos Daniel Vilaseca

Results 26 comments of Carlos Daniel Vilaseca

Thanks for the heads up! I'll be extra careful to make the changes without causing hiccups in the main development.

i also tried the approaches above but cant get autocompletion on the value of set context, only on the key here is my own flavor, importing `Context` from $lib/types ```ts...

i would like to open a PR for this if thats ok, already solved in a fork

i just found another loop like that one ![image](https://github.com/open-webui/open-webui/assets/81443707/904cc592-5024-49c4-a43b-4d5b4adb5c75)

in the end there were several (5 more) all of them addressed on #969 (^^")

also getting this, so frustrating sad that it seems like is not going to be fixed

worked for me in ubuntu 22.04 following theese steps thank you @min-xu-ai

i would like to contribute on this if thats ok @huntabyte edit: i also think is worth looking at the smui approach

> How do you plan to implement/type this and how will `update`s to the actions be handled? i was planning on doing some proof of concept first regarding the types,...

@huntabyte i was just checking on this issue and of course i tried first to add an action to the Button component this is the shadcn-svelte Button ``` import {...