Spaces:
Paused
Paused
agent / plugins /_memory /extensions /webui /sidebar-quick-actions-dropdown-start /memory-entry.html
| <!-- Memory --> | |
| <div x-data> | |
| <button | |
| x-move-after=".quick-actions-dropdown .dropdown-header + .dropdown-item" | |
| class="dropdown-item" | |
| id="memory-dash-dropdown" | |
| title="Memory" | |
| @click="openModal('/plugins/_memory/webui/memory-dashboard.html'); dropdownOpen = false"> | |
| <span class="material-symbols-outlined">psychology</span> | |
| <span>Memory</span> | |
| </button> | |
| </div> | |