Skip to content

Tags: adilkhash/django-trix-editor

Tags

0.4.1

Toggle 0.4.1's commit message
small fix to make dialog buttons white when dark theme is enabled

0.4

Toggle 0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Django Admin dark mode support (#9)

* Better Django Admin dark mode support

Removes                 
```.flex-container:has(trix-editor) {
    display: block;
}```
and adds `div` that wraps `<trix-editor />` tag so TrixEditorWidget could display correctly in Django Admin's field with `.flex-container` class.

Also adds dark mode styles for Trix in Django Admin.

* Update setup.py - version='0.4'

0.2

Toggle 0.2's commit message
updated with permission decorator