Task editing
This commit is contained in:
41
docs/styles.md
Normal file
41
docs/styles.md
Normal file
@ -0,0 +1,41 @@
|
||||
# Styles
|
||||
|
||||
The kanbn board has a default style which is based on the current vscode theme, however this can be overridden by creating a CSS file `board.css` inside the `.kanbn/` directory.
|
||||
|
||||
## CSS class structure
|
||||
|
||||
### Kanbn board
|
||||
|
||||
- `div.kanbn-header`
|
||||
- `h1.kanbn-header-name`
|
||||
- `p.kanbn-header-description`
|
||||
- `div.kanbn-board`
|
||||
- `div.kanbn-column.kanbn-column-{column name in snakecase}`
|
||||
- `h2.kanbn-column-name`
|
||||
- `i.codicon.codicon-{chevron-right or check}`
|
||||
- `span.kanbn-column-count`
|
||||
- `button.kanbn-create-task-button`
|
||||
- `i.codicon.codicon-add`
|
||||
- `div.kanbn-column-task-list[.drag-over when dragging a task over this column]`
|
||||
- `div.kanbn-task[.drag when being dragged]`
|
||||
- `div.kanbn-task-row`
|
||||
- `button.kanbn-task-name`
|
||||
- `div.kanbn-task-row`
|
||||
- `div.kanbn-task-data.kanbn-task-tags`
|
||||
- `span.kanbn-task-tag.kanbn-task-tag-{tag name in snakecase}`
|
||||
- `div.kanbn-task-row`
|
||||
- `div.kanbn-task-data.kanbn-task-assigned`
|
||||
- `i.codicon.codicon-account`
|
||||
- `div.kanbn-task-data.kanbn-task-date`
|
||||
- `i.codicon.codicon-clock`
|
||||
- `div.kanbn-task-data.kanbn-task-comments`
|
||||
- `i.codicon.codicon-comment`
|
||||
- `div.kanbn-task-data.kanbn-task-sub-tasks`
|
||||
- `i.codicon.codicon-tasklist`
|
||||
- `div.kanbn-task-data.kanbn-task-workload`
|
||||
- `i.codicon.codicon-run`
|
||||
- `div.kanbn-task-progress`
|
||||
|
||||
### Task editor
|
||||
|
||||
- `// TODO`
|
10
docs/test-themes.md
Normal file
10
docs/test-themes.md
Normal file
@ -0,0 +1,10 @@
|
||||
Tested with the following themes:
|
||||
https://vscodethemes.com/e/Yummygum.city-lights-theme
|
||||
https://vscodethemes.com/e/Luxcium.pop-n-lock-theme-vscode
|
||||
https://vscodethemes.com/e/wwmyers.hackpot
|
||||
https://vscodethemes.com/e/selfrefactor.Niketa-theme
|
||||
https://vscodethemes.com/e/liviuschera.noctis
|
||||
https://vscodethemes.com/e/johnpapa.winteriscoming
|
||||
https://vscodethemes.com/e/Gyunbie.high-contrast-yellow-theme
|
||||
https://vscodethemes.com/e/high-contrast-light.high-contrast-light
|
||||
https://vscodethemes.com/e/danibram.theme-clear
|
Reference in New Issue
Block a user