diff --git a/static/admin/teddy_bear.png b/static/admin/teddy_bear.png new file mode 100644 index 0000000..d4262c2 Binary files /dev/null and b/static/admin/teddy_bear.png differ diff --git a/templates/admin/base.jinja b/templates/admin/base.jinja index 9250926..0ec24c0 100644 --- a/templates/admin/base.jinja +++ b/templates/admin/base.jinja @@ -1,11 +1,9 @@ -{% set is_nav_sidebar_enabled = true %} {% block title %}{{ title|none('Admiral') }}{% endblock %} - @@ -13,7 +11,6 @@ - {% block dark_mode_vars %}{% endblock %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} @@ -35,24 +32,30 @@ -
+
{% block branding %}Miniweb{% endblock %}
- {% block usertools %} - {% endblock usertools %} + diff --git a/templates/admin/dashboard.jinja b/templates/admin/dashboard.jinja index 9f798e4..a33051d 100644 --- a/templates/admin/dashboard.jinja +++ b/templates/admin/dashboard.jinja @@ -6,8 +6,42 @@

This is the example placeholder that should become the welcoming dashboard for the admin. It should show various statistics and also a detailed overview of all your models. + This Dashboard however has a low priority to be completed, so I started filling it with whatever + came into my mind. +

+ + +
+
+
+

Axum

+

Selecting from all the backend frameworks in rust, axum seemed like the most logical choice. While there + are plenty of good frameworks available, axum being close to tokio allows to rely on the most famous + async framework, which also powers great other crates like tower and hyper.

+ More Details +
+
+

Jumbotron

+

A jumbotron is a big box which is used for calling extra attention to some special content. The above + element was achieved by making use of Fomantic's messaging component. Click the button below for + information on Fomantic's message syntax.

+ More + Details +
+
+

Django Admin

+

Django was the inspiration to make this, but it has since changed into it's own project, where I have to + learn more frontend work. I like Django in python, even though there are more modern frameworks + available, because usually web projects end up using most of the framework anyway, so it is only one + dependency to maintain. Also, the most important thing in Django is the Admin, which I here try to + reproduce.

+ More + Details +
+
\ No newline at end of file