-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[@mantine/nprogress] Init #1222
Conversation
@rtivital can you please review this PR (I'm not really good at writing documents) |
Currently there is still one problem im not sure how to solve and that is when you want to restart the nprogress directly after it faded out because then it will not be visible for x ms (I will look in to that problem later this day) |
* [@mantine/hooks] use-fullscreen: custom ref state Added a check to ensure a custom ref element toggles the fullscreen state * fixed the prettier issue
…#1219) * [@mantine/core] Select: only use open/close callback when value changes * [@mantine/core] Select: do not use early return * [@mantine/core] Tooltip: floating tooltip positioned inside component instead of popper * [@mantine/core] Tooltip: revert positions story back * [@mantine/core] Tooltip: remove popper from floating tooltip * [@mantine/core] Tooltip: fix floating tooltip test, add position deps to coordinates array * [@mantine/core] Tooltip: remove extra div
I rebased the PR and updated the prop names
This is now also fixed @rtivital Can you check the PR |
Thanks, great job! |
This is a new version of my old PR (Complete rewrite)
New PR of old PR but based on the master branch