blob: ede7fec0bac166ead13c609fcd71abf288d0e4ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# Kanboard Plugin BoardCustomizer
Customize board and card style per user.
Plugin for https://github.com/kanboard/kanboard
## Options
### Board
- only show first column header
- top selection without scollbar
### Card
- material design
- hide task priority
- hide task age
- white background
- hide owner name
- hide category
- hide tags
- hide whole footer
- hide reference
- hide score
- hide time estimated
- hide task date
- hide group labels (if [Group Assign](https://github.com/creecros/group_assign) Plugin is installed)
Further options and pull requests are welcome.
## Screenshots
![Screenshot 1](https://user-images.githubusercontent.com/1961634/60758678-45135700-a01a-11e9-9c9d-23290daaddb7.png)
![Screenshot 2](https://user-images.githubusercontent.com/1961634/60758686-6f651480-a01a-11e9-8bb0-0afb13ba9a6e.png)
## Author
- [BlueTeck](https://github.com/BlueTeck)
- License MIT
## Installation
No additional tables are needed, metadata storage of the user is used.
- Decompress the archive in the `plugins` folder
or
- Create a folder **plugins/Boardcustomizer**
- Copy all files under this directory
|