Furkan KURT
Furkan KURT
Package is redirecting to notFound handler when url is https://google.com/?fbclid=123 This changes fixes the issue.
When some aspect of the flutter `MediaQuery` changes, every widget which depends on `MediaQuery.of(context)` is rebuilt. Most of these rebuilds are unnecessary, since most changes to `MediaQuery` do not change...
Hello, I needed an icon list and my generated font class didn't sort by icon names. That's why I wanted to contribute and develop the package. I've also added the...
Django Unfold doesn't have a favicon feature. We had to override the whole `skeleton.html` template to add a favicon. (#206) I have added a `site_favicon.html` file to the `unfold/helpers` directory,...
Hello, Django Unfold doesn't have a favicon feature. We had to override the whole `skeleton.html` template to add a favicon. (already mentioned in #206) I have added a `site_favicon.html` file...
Add null check for readyState in InterceptAjaxRequestJS to skip events that are not done. ## Connection with issue(s) Resolve issue #2197 Connected to #404 ## Testing and Review Notes To...
## Description This feature enables developers to use a pre-generated debug token rather than generating one at runtime. It is particularly beneficial in CI environments where manually copying the token...