Anatol Zakrividoroga
Anatol Zakrividoroga
https://github.com/lingster/drf-api-tracking/issues/8 Added request city and country logging using Django's wrapper for the python pacakge `geoip2` 
I get this error whenever I ran any command with Django like `runserver` ``` File "/mnt/c/Users/anato/desktop/playground/django_gallery/env/lib/python3.8/site-packages/content_gallery/utils.py", line 8, in from django.core import urlresolvers ImportError: cannot import name 'urlresolvers' from 'django.core'...
fix(calendar) calendar selected day border radius & date range picker selection start border radius
## Fixed border radius of selected day in calendar of default theme ### before (you might need to zoom in to see the dark corners) https://ui.shadcn.com/docs/components/calendar  ### after ...
When editing a Model object, the rich text editor appears on desktop but not on mobile. Here is a screenshot:  I checked the console and I noticed this error:...
closes https://github.com/melt-ui/melt-ui/issues/1150 Previously we added the `closeOnOutsideClick` store to the dependencies of the effect of every builder that was interested in the outside-click behavior. This breaks as soon as we...
cleaned up the popper action and removed some unnecessary code.
We should wait till https://github.com/melt-ui/melt-ui/pull/1080 is merged before this PR. After https://github.com/melt-ui/melt-ui/pull/1080, we will correctly handle sibling portals and now the default should be to mount each floating element to...
When opening context menu, and opening a submenu, when pressing escape, the whole menu closes as expected. However, when reopening the context menu, and hovering over the submenu trigger, the...
### Describe the bug When mounting the tags input component inside any floating element that listens to outside interactions, and then clicking outside a tag that's being edited, closes the...
closes https://github.com/melt-ui/melt-ui/issues/1062 When using native html elements with ids and clicking on multiple anchor tags with a hash in the current page, when clicking the back and forward navigation buttons...