django-admin-interface/admin_interface
Vasanth cc1f72b23d
Add tabbed changeform support (#211).
* WIP : basic templates

* Add params

* Working override

* Use headerless version only during tabs

* Move CSS to separate file

* Extract js to static folder

* script is not self-closing

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* use classList for updating classes

* Add EOF (newline) to new text files

* a simple test to keep up code coverage

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fieldsets are not tabbed by default

* rename templatetag

* use default page if show_*_tabs are false

* Narrow down css to admin-interface

* Fix typo

* keep codacy happy

* prefix tab classes with tabbed-changeform-

* horizontal scrolling

* Update colors

* color updates

* add back missing font bold

Co-authored-by: vaz <vmohan@lenbox.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-26 09:54:33 +01:00
..
fixtures Fixed migration error. 2021-11-25 11:58:00 +01:00
locale Remove translations line numbers. 2022-11-18 21:12:51 +01:00
migrations Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
static Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
templates Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
templatetags Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
__init__.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
admin.py Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
apps.py Run `pre-commit`. 2022-10-14 17:31:57 +02:00
cache.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
compat.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
models.py Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
settings.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
version.py Update `CHANGELOG` and version. 2022-11-18 21:29:30 +01:00