diff --git a/TODO.md b/TODO.md index db71616..9338afd 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ # TODO ## Code -- [ ] Temporal API or day.js for dates +- [ ] day.js for dates ## SSE - [x] Correct Sitemap.xml @@ -12,15 +12,18 @@ - [x] Show current page - [x] Correct bg colour on entire page - [x] Hamburger menu on mobile +- [ ] Dark mode toggle +- [ ] Navigate using pathname / breadcrumbs ## Accessibility -- [ ] Fix colours on buttons +- [x] Fix colours on buttons - [x] Correct contrast - [ ] All interactable elements have labels -- [ ] Colour links, also in MDX posts +- [x] Colour links, also in MDX posts ## ~/ - [ ] About me description +- [ ] Latest projects - [ ] Non-cat image ## ~/about @@ -29,6 +32,7 @@ ## ~/links - [ ] Add Bluesky link - [ ] Add MusicBrainz link +- [ ] Add Archidekt link ## ~/slashes - [ ] List of all slashes diff --git a/src/components/ContactMeForm.astro b/src/components/ContactMeForm.astro index d37cbb2..fb78e9d 100644 --- a/src/components/ContactMeForm.astro +++ b/src/components/ContactMeForm.astro @@ -4,20 +4,28 @@ import * as m from "@/paraglide/messages.js" // TODO self-host email server --- -
- +{description}