Features
- add the
ariaLabel
prop to theSwitch
component - add
isLink
prop to theButton
component to be able to style a button as a link - add "Filter" button that opens a filter menu
- add basic filtering system for the Text, Tag, Multi-tag and Checkbox types
Fixes
- when a column is changed to a cell type of checkbox, set any empty cell's to an unchecked markdown checkbox
[ ]
- change an empty body cell's value to an unchecked markdown checkbox
[ ]
when the column is changed to a cell type of - resolve file creation where a blank tab would appear
- fix bug where a duplicate
bodyRows
was being created outside of themodel
- when creating a new checkbox cell, set the default markdown to an unchecked markdown checkbox
[ ]
- close toggle menu when clicking on it while the menu is open
Refactor
- replace
logFunc
withuseLogger
hook - replace the toggle column button with a button called "Toggle"