all but todo is at least semi functional
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
const title=id ? branch.Leaf.Title : "ROOT"
|
||||
return `
|
||||
<a style="flex-grow: 1;" href="${href}"><button style="width: 100%; text-align: left; outline: none;">${title}</button></a>
|
||||
<!-- TODO -->
|
||||
<a href="${href}/${crypto.randomUUID().split("-")[0]}"><button>+</button></a>
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user