django-material-admin icon indicating copy to clipboard operation
django-material-admin copied to clipboard

Material design for django administration

Results 55 django-material-admin issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...

dependencies
javascript

it seems that there are some CSS issues after upgrading, text is not visible anymore, here is an example before and after the upgrade : Before: ![image](https://user-images.githubusercontent.com/1383161/117417494-b5db7100-af1a-11eb-85ae-09c9f1e1e402.png) After: ![image](https://user-images.githubusercontent.com/1383161/117417844-0d79dc80-af1b-11eb-96b8-7e5f7e475440.png) Before:...

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies
javascript

Many of the html assets show the below items as bugs in scanners and linters. 1. Replace this ` tag by ` 2. Add an `"alt"` attribute to this image....

bug
prio 1

Hello thanks for the great work i am trying to update the widget to show json editor in the admin https://github.com/abogushov/django-admin-json-editor but so far couldn't get this done is there...

question

after setting RTL LANGUAGE_CODE in settings.py sidebar overlaps content.

bug
prio 3

![image](https://user-images.githubusercontent.com/38354405/101861403-924a0f80-3ba2-11eb-83d2-f08940d2846a.png) There are a sudden CPU and memory usage spike after login into the admin for less than 60 seconds. Currently trying to find the culprit, but even the google...

The material admin uses inline script and style tags which get blocked by CSP. These should be moved to their own JS/CSS files to get around this issue. ![image](https://user-images.githubusercontent.com/45167957/101171217-5f020080-3637-11eb-843d-ef0cc918b81c.png)

Thanks for this great customization! Is there a way we can dynamically add a User Profile Pic from an image URL?