progress: widgets layouts + themes

This commit is contained in:
Johann Dreo 2023-07-30 15:26:53 +02:00
commit 9daa497a3a
2 changed files with 82 additions and 35 deletions

View file

@ -4,12 +4,12 @@
2,"DONE","edit existing","When calling edit, populate defaults with existing data.","feat","","2023-07-29T17:51:23.166131"
3,"TODO","sanity checks","Check data consistency in load_data and save_data.","core,test","","2023-07-29T17:51:09.870813"
4,"TODO","find csv up dir","Try to find .klyban.csv on upper directories if not in the existing one.","data,feat","","2023-07-29T17:50:32.534829"
5,"TODO","semantic tags","Allow tags starting with # to refer to a Github issue if data file is in a git repository having a remote on Github.","github,feat","","2023-07-29T17:50:08.254833"
5,"HOLD","semantic tags","Allow tags starting with # to refer to a Github issue if data file is in a git repository having a remote on Github.","github,feat","","2023-07-30T10:25:37.048008"
6,"TODO","style metadata","Add a METADATA column to host styling tags.","feat","","2023-07-29T17:49:51.174446"
9,"TODO","fix add","'add' should prompt for columns content.","bug","","2023-07-29T17:49:19.286464"
10,"DONE","fix delete","'delete' print the kanban not updated","bug","","2023-07-29T17:48:14.950376"
11,"TODO","fix quotes","After 'add', empty columns got remaining quotes.","bug","","2023-07-29T17:49:33.862442"
12,"TODO","multiple select","Allow to pass several IDs or ranges to commands.","feat","","2023-07-29T17:49:05.411800"
13,"TODO","card widgets","Refactor into cards/list of cards with widget classes.","feat,UX","","2023-07-30T10:12:18.299798"
13,"DOING","card widgets","Refactor into cards/list of cards with widget classes.","feat,UX","","2023-07-30T15:26:41.900699"
14,"DONE","highlight last action","Use a virtual hint column to point to the last touched task.","feat,UX","","2023-07-30T10:20:36.795048"
15,"TODO","hide old done tasks","Hide tasks with last status that haven't been touched since a long time.","feat","","2023-07-30T10:16:39.517669"

1 ID STATUS TITLE DETAILS TAGS DEADLINE TOUCHED
4 2 DONE edit existing When calling edit, populate defaults with existing data. feat 2023-07-29T17:51:23.166131
5 3 TODO sanity checks Check data consistency in load_data and save_data. core,test 2023-07-29T17:51:09.870813
6 4 TODO find csv up dir Try to find .klyban.csv on upper directories if not in the existing one. data,feat 2023-07-29T17:50:32.534829
7 5 TODO HOLD semantic tags Allow tags starting with # to refer to a Github issue if data file is in a git repository having a remote on Github. github,feat 2023-07-29T17:50:08.254833 2023-07-30T10:25:37.048008
8 6 TODO style metadata Add a METADATA column to host styling tags. feat 2023-07-29T17:49:51.174446
9 9 TODO fix add 'add' should prompt for columns content. bug 2023-07-29T17:49:19.286464
10 10 DONE fix delete 'delete' print the kanban not updated bug 2023-07-29T17:48:14.950376
11 11 TODO fix quotes After 'add', empty columns got remaining quotes. bug 2023-07-29T17:49:33.862442
12 12 TODO multiple select Allow to pass several IDs or ranges to commands. feat 2023-07-29T17:49:05.411800
13 13 TODO DOING card widgets Refactor into cards/list of cards with widget classes. feat,UX 2023-07-30T10:12:18.299798 2023-07-30T15:26:41.900699
14 14 DONE highlight last action Use a virtual hint column to point to the last touched task. feat,UX 2023-07-30T10:20:36.795048
15 15 TODO hide old done tasks Hide tasks with last status that haven't been touched since a long time. feat 2023-07-30T10:16:39.517669