-
v1.0.5
Stablereleased this
2026-01-26 09:49:51 -06:00 | 228 commits to main since this release- [todo list]: getList() function
- [todo list]: refactor so we aren't passing lists around everywhere
-
v1.0.4
Stablereleased this
2026-01-25 13:32:21 -06:00 | 230 commits to main since this releasedeletekeyboard shortcut for todo list appdeleteItemfunction for todo list app
-
v1.0.3
Stablereleased this
2026-01-24 13:32:15 -06:00 | 231 commits to main since this release- swap to grid for html container
- update summary of todo list app in db
-
v1.0.2
Stablereleased this
2026-01-24 10:00:48 -06:00 | 233 commits to main since this release- minor tweaks to presentation of todo list app
- update prettier precommit and action to format css files
-
v1.0.1
Stablereleased this
2026-01-23 15:57:24 -06:00 | 235 commits to main since this release- in todo app fixed issue with span overflowing parent element
- made width of todo app on mobile larger
- adjust header padding
-
v1.0.0
Stablereleased this
2026-01-23 13:35:27 -06:00 | 237 commits to main since this release- keyboard shortcuts
- how this works popover
-
v0.9.4
Stablereleased this
2026-01-23 10:35:06 -06:00 | 240 commits to main since this release- swap label elements with text input elements
- fix ternary operators (though they were somehow working)
-
v0.9.3
Stablereleased this
2026-01-22 15:11:05 -06:00 | 242 commits to main since this release- mess with css for todo app
- change all colors to use vars to prep for light/dark mode toggle in the future
-
v0.9.2
Stablereleased this
2026-01-22 12:20:25 -06:00 | 244 commits to main since this release- fixed a state issue where you could end up with an empty activeList in storage
-
v0.9.1
Stablereleased this
2026-01-22 11:45:30 -06:00 | 245 commits to main since this release- fixed issues with password managers on mobile
- refactored function names and variables
- added
data-lengthattribute to lists for easily determining logic throughout code - fixed some weird state issues that could come up