mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
refactor: modals styles cleanup and subdirectories
This commit is contained in:
parent
5bb89301f6
commit
e860b67ead
18 changed files with 319 additions and 451 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<script type="module">
|
||||
import { store as speechStore } from "/components/chat/speech/speech-store.js";
|
||||
import { store as attachmentsStore } from "/components/chat/attachments/attachmentsStore.js";
|
||||
import { store as fullScreenStore } from "/components/modals/full-screen-store.js";
|
||||
import { store as fullScreenStore } from "/components/modals/full-screen-input/full-screen-store.js";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -51,6 +51,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Full Screen Input Modal -->
|
||||
<x-component path="modals/full-screen-input/full-screen-input.html"></x-component>
|
||||
|
||||
|
||||
<style>
|
||||
/* Layout rows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue