Marco 'Lubber' Wienkoop

Results 525 comments of Marco 'Lubber' Wienkoop

Alright, we found the reason: The provided locale files inside the 'examples/_shared/locales' folder of all packages (schedulerpro in our case) are not updated for the non-umd versions. Inside the umd...

update again: We just figured out the locales are properly available at `lib\Core\Localization` which we just haven't imported but used an old copy of the examples folder as mentioned above....

The current `avatar image` is currently getting refactored to support initials and icons as well as sharing the sizing of non avatar images. Please stay tuned 😉

Speaking of usual text links, i think the text should remain visible. As you already suggested yourself, putting a loading indicator next to the link is already possible using a...

Sure, with a small css snippet so the `.htmx-request` class replaces the `.active` class ```css .htmx-request.ui.inline.loader { display: inline-block; } ``` According to https://htmx.org/attributes/hx-indicator/ the link should then look as...

- To control the overall font size you can make use of the variable "fontSize" and adjust it according to your needs inside your "site.variables" file (you need to recompile...

> data-tooltip works, but this causes an issue with corner labeled input: > 🤔 Cannot reproduce using latest nightly beta ```html ``` results in See https://jsfiddle.net/lubber/4m8Lrtbf/2/

> It happens when the tooltip is on the label > > [jsfiddle.net/tk3pn19b](https://jsfiddle.net/tk3pn19b/) Yeah, just recognized this as well. This happens, because the corner label uses the same pseudo selector....

The internally used grid responsiveness does not work, even if I remove the fixed 100% width . The grid is flex so it should wrap automatically.... Will try to look...