nav_big.tmpl 1.4 KB

12345678910111213141516171819
  1. <aside class="w-64 border-r border-zinc-800 bg-zinc-900/50 flex flex-col">
  2. <div class="p-4 flex justify-between items-center border-bottom border-zinc-800">
  3. <span class="text-xs font-bold uppercase tracking-widest text-zinc-500">Main Vault</span>
  4. <span class="text-[10px] px-1.5 py-0.5 rounded bg-zinc-800 text-zinc-400 border border-zinc-700">v2.4</span>
  5. </div>
  6. <div class="flex-1 overflow-y-auto custom-scrollbar p-2 space-y-1">
  7. <details open class="group">
  8. <summary class="flex items-center p-2 text-sm hover:bg-zinc-800 rounded cursor-pointer list-none text-zinc-400 group-open:text-zinc-100">
  9. <span class="mr-2 transform group-open:rotate-90 transition-transform">▸</span> Projects
  10. </summary>
  11. <div class="pl-6 space-y-1 mt-1 border-l border-zinc-800 ml-3">
  12. <div class="p-2 text-xs bg-indigo-500/10 text-indigo-400 rounded border border-indigo-500/20">System_Architecture.md</div>
  13. <div class="p-2 text-xs hover:bg-zinc-800 rounded text-zinc-500">Database_Schema.sql</div>
  14. </div>
  15. </details>
  16. <div class="p-2 text-sm hover:bg-zinc-800 rounded cursor-pointer text-zinc-400">Daily_Notes</div>
  17. <div class="p-2 text-sm hover:bg-zinc-800 rounded cursor-pointer text-zinc-400">Templates</div>
  18. </div>
  19. </aside>