feat: bổ sung phần section-item và section tab

This commit is contained in:
2026-07-24 17:00:22 +07:00
parent 6a17e7036c
commit 17a284ad17
5 changed files with 536 additions and 188 deletions
+6
View File
@@ -17,6 +17,7 @@
<script src="/static/js/services/aiGateway.js?v=202607232105"></script>
<script src="/static/js/services/dawCommandDispatcher.js?v=202607232105"></script>
<script src="/static/js/app.precompiled.js?v=202607232105" defer></script>
<link rel="stylesheet" href="/static/css/styles.css?v=202607232105">
<style>
:root {
--right-sidebar-width: 320px;
@@ -229,6 +230,11 @@
.resizer-row-handle:active {
background: #00ffcc;
}
/* Disable mouse pointer events on SVG icons to prevent SVGAnimatedString className type errors in event listeners */
svg, i[data-lucide] {
pointer-events: none;
}
</style>
</head>