Markus Baumer
Markus Baumer
Fixes klendi/react-top-loading-bar#53
Fixes klendi/react-top-loading-bar#55
Fixes klendi/react-top-loading-bar#52
When using the continuous bar you add a random value to the current percentage within each interval call `const random = randomInt(10, 20)` After that you check if the current...
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Symfony...
See shadcn/ui#72 Exit animations on Dialog didn't work because of the `` between `Portal` and its children (`Overlay` and `Content`). When removing those we need to position `Overlay` and `Content`...
I added exit animations for dialog, alert-dialog, context-menu, dropdown-menu, popover, sheet and tooltip. On some I just added missing exit animation classes on some like dialog and alert-dialog I had...
You can choose a locale which changes the language of the interface and the categories. But the emoji names and keywords still are in English, because they are in the...
#Fixes svtslv/nestjs-knex#40 This make a version jump to nestjs 10 for dev dependencies since the problem is fixed there
The display of the blurred background is delayed in [MRBlurView didMoveToWindow] by either CATransaction.animationDuration (if greater zero) or by 0.25 seconds. When using the Example project I can reproduce this...