From 661a253d8ca44c4000d97b4ab6e394ad625f4a2e Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:10:46 -0600 Subject: [PATCH] update todo --- todo.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/todo.md b/todo.md index 3302e95..4788393 100644 --- a/todo.md +++ b/todo.md @@ -40,21 +40,24 @@ - instances - [x] sending channel messages - [x] cleaning up instances - - [ ] sending command replies - - [ ] embeds - - [ ] buttons and links - - [ ] select menus + - [x] sending command replies + - [x] embeds + - [x] buttons and links + - [x] select menus + - [ ] adapters - api reference - [x] rendering and making it available # docs polish -- [ ] remove client-side react hydration -- [ ] use a small script for the popover menu toggle -- [ ] adding doc comments to source +- [x] remove client-side react hydration +- [x] ~~use a small script for the popover menu toggle~~ went with alpine +- [ ] improve accessibility on mobile menu +- [x] adding doc comments to source - [ ] docs: use literate-ts to typecheck code blocks - [ ] each page should have a link at the bottom to the previous and next pages - [ ] anchor links on markdown headings +- [ ] custom UI for api reference # internal