mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-25 03:48:38 +09:00
v1.5: Integrated optional category feature, i18n stabilization, and documentation update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!-- Knowledge Explorer Drawer -->
|
||||
<div id="knowledgeDrawer" class="drawer">
|
||||
<div class="drawer-header">
|
||||
<h3 data-i18n="nav_explorer">🔍 Knowledge Explorer</h3>
|
||||
<button id="closeDrawerBtn" class="close-btn">×</button>
|
||||
</div>
|
||||
<div id="drawerContent" class="drawer-body">
|
||||
<!-- Groups/Tags will be injected here -->
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user