Pytal

Results 178 comments of Pytal

This looks to be from the return value of `linkToRouteAbsolute()` so would say that `urlGenerator` needs to be mocked, @blizzz might know more here though?

> So the resources are related to the calendar, not the event? Yes that is how it is implemented, please confirm @ArtificialOwl > Also, if the tab is named «...

This uses server-side calculated color variables so splitting up calculations with new client-side logic wouldn't be an option, seems that adding a new variable would be the way to go...

We can only increase the contrast by darkening the variable server-side with `$this->util->darken($colorTextMaxcontrast, 7)` (`#767676` -> `#646464`) as CSS does not allow you to darken a color variable at runtime...

For some reason this affects the NcAppSidebar cypress tests

> Can we mark `trailingButtonIcon` as deprecated so we can remove it in a few major bump? Did not mention deprecating anything?

> @Pytal We deliberately limited the functionality there to control the design a bit more. What trailing icon do you need there? Would need the `undo-variant` icon from https://materialdesignicons.com, and...