mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 10:26:23 +02:00
adding sidebar
This commit is contained in:
parent
b293d83edd
commit
73ba7fee99
6 changed files with 352 additions and 33 deletions
|
|
@ -3,7 +3,6 @@
|
|||
import * as React from "react"
|
||||
import { useState, useEffect, useCallback } from "react"
|
||||
import {
|
||||
ArrowDownAZ,
|
||||
CalendarDays,
|
||||
ChevronRight,
|
||||
ChevronsDownUp,
|
||||
|
|
@ -258,7 +257,6 @@ function KnowledgeSection({
|
|||
{ icon: FilePlus, label: "New Note", action: () => actions.createNote() },
|
||||
{ icon: FolderPlus, label: "New Folder", action: () => actions.createFolder() },
|
||||
{ icon: Network, label: "Graph View", action: () => actions.openGraph() },
|
||||
{ icon: ArrowDownAZ, label: "Sort", action: () => {} },
|
||||
]
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue