mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-03 06:00:34 +00:00
add extension points for chat, sidebar, and modal shell
- Introduced new extension points in various chat components: `chat-input`, `chat-top`, and `chat-bar`. - Added extension points for sidebar components: `sidebar-start`, `sidebar-end`, and others. - Updated modal structure with extension points for better integration. - Updated documentation in README.md to reflect current sidebar, input, chat, welcome, and modal surfaces. - Added tests for web UI extension surfaces to ensure proper integration and functionality.
This commit is contained in:
parent
57b18336e3
commit
d65fada385
14 changed files with 207 additions and 6 deletions
|
|
@ -6,7 +6,8 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="progress-bar-box">
|
||||
<div id="progress-bar-box" x-data>
|
||||
<x-extension id="chat-input-progress-start"></x-extension>
|
||||
<h4 id="progress-bar-h">
|
||||
<span id="progress-bar-i">|></span><span id="progress-bar"></span>
|
||||
</h4>
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<x-extension id="chat-input-progress-end"></x-extension>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue