feat(portal): add role views

This commit is contained in:
igor04091968
2026-06-04 20:32:27 +03:00
parent 0992679100
commit 10f0d15407
5 changed files with 387 additions and 56 deletions
@@ -49,6 +49,12 @@
</select>
</label>
</div>
<div class="view-switch" aria-label="Ролевое представление">
<span>Представление</span>
<button class="view-button is-active" data-view-mode="executive" type="button">Руководитель</button>
<button class="view-button" data-view-mode="security" type="button">Безопасность</button>
<button class="view-button" data-view-mode="operations" type="button">Эксплуатация</button>
</div>
<div class="header-actions">
<button class="small-button primary" data-open-reports="true">Сформировать отчет</button>
<button class="small-button" data-export-markdown="true">Markdown</button>