My Cards development

* Add cards due view
* Add input for selecting sort (not working)
* Add methods to `Utils` to save sort to local browser storage
*  CSS updates to make lists display horizontally within swimlanes
This commit is contained in:
John R. Supplee 2021-01-06 20:13:36 +02:00
parent febc020cd3
commit 1ea99a5dc8
5 changed files with 202 additions and 38 deletions

View file

@ -852,5 +852,9 @@
"my-cards": "My Cards",
"card": "Card",
"list": "List",
"board": "Board"
"board": "Board",
"context-separator": "/",
"my-cards-sort": "My Cards Sort",
"my-cards-sort-board": "By Board",
"my-cards-sort-dueat": "By Due Date"
}