v1.2.8: Phase 0 review fixes — snackbar.js include + sidebar 72px + collapsed view

- index.html: add snackbar.js (was missing, showSnackbar not available)
- style.css: sidebar.collapsed 56→72px (match Nubes DS 4.5rem)
- style.css: .sidebar.collapsed ~ .view margin-left: 72px
This commit is contained in:
2026-07-31 13:14:49 +04:00
parent 78b5063259
commit 10377e9cdb
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -152,6 +152,7 @@ window.APP = {
};
</script>
<script src="{{ url_for('static', filename='js/icons.js') }}"></script>
<script src="{{ url_for('static', filename='js/snackbar.js') }}"></script>
<script src="{{ url_for('static', filename='js/utils.js') }}"></script>
<script src="{{ url_for('static', filename='js/params-render.js') }}"></script>
<script src="{{ url_for('static', filename='js/instances.js') }}"></script>