ui: улучшить дашборд — bar-графики, tooltips, empty states, spinner для scanning

- Заменить inline div-графики на styled bars с transition
- Добавить tooltips на heatmap
- Добавить empty state когда нет findings
- Добавить spinner для статуса scanning
- Добавить breadcrumbs на dashboard
- Добавить title block
This commit is contained in:
Marker689
2026-05-10 03:07:07 +03:00
parent 18d33cdfd7
commit d00cee3432
2 changed files with 39 additions and 19 deletions

View File

@@ -1,4 +1,12 @@
{% extends "base.html" %}
{% block title %}Dashboard — GuardDog Nexus{% endblock %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="/">Home</a>
<span class="separator">/</span>
<span>Dashboard</span>
</div>
{% endblock %}
{% block content %}
<h1>Dashboard</h1>