Nicola

Results 14 comments of Nicola

An update: it works fine with: ``` class=move || (if disabled.get() { "red" } else { "" }).to_string() ```` instead of the tuple syntax `class=("red", disabled)` or `class:red=disabled`

Maybe related, dragging a tab in the application creates immediately a new floating window that is impossible to dock again. I didn't test any previous Hyprland version but the workaround...

Are you sure that you can't reproduce it? Look at the output of the api endpoint `/api/datasources`. You'll notice that the manually added datasource has the `database` field inside `jsonData`....

In the meanwhile, I think you can use `${__from:date}` and `${__to:date}` like this ``` range(start: ${__from:date}, stop: ${__to:date}) ```