jieiku
December 7, 2021, 4:50pm
1
Here is a new Compact Layout I have been working on.
I am still making improvements, but it is currently in a usable state.
Plugins relevant to this theme:
Bigboard
Group_assign
Boardcustomizer
DarkLight (Theme made by me, still a work in progress)
Additional plugins I use:
Coverimage
HighlightCode Syntax
MarkdownPlus
PasteImageToMarkdown
EnableAttachmentRenaming
Activitystream diff
TaskNumberInDetails
ClickableCheckboxInTextAreas
Taglist
SearchPlugin
Not everything for this is currently in the plugins repository, but if you want to install it and try it out, and you have command line access, then here is how you can install it:
cd /var/www/kanboard/plugins/
sudo rm -rf Bigboard Boardcustomizer Group_assign
sudo git clone https://github.com/Jieiku/kanboard_plugin_bigboard Bigboard
sudo git clone https://github.com/Jieiku/kanboard_plugin_boardcustomizer Boardcustomizer
sudo git clone https://github.com/Jieiku/Group_assign
sudo git clone https://github.com/Jieiku/DarkLight
cd /var/www/kanboard/plugins/Group_assign
sudo git checkout compact-layout
cd /var/www/kanboard/plugins/Boardcustomizer
sudo git checkout compact-layout
sudo chown -R www-data:www-data /var/www
stoat
December 12, 2021, 8:58pm
3
Hey this looks really cool, Iām going to try it out on my Kanboard installation sometime this week!
1 Like
jieiku
December 22, 2021, 3:31pm
6
The pull requests have been submitted:
BlueTeck:master
ā Jieiku:compact-layout
opened 09:24PM - 19 Dec 21 UTC
New compact Layout for task cards.
BlueTeck:master
ā Jieiku:compact-layout
opened 02:57PM - 22 Dec 21 UTC
This new setting allows you to go from this:

to this:

I have already added what is needed to Bigboard: https://github.com/BlueTeck/kanboard_plugin_bigboard/pull/38
(feel free to add me as a maintainer to this repository as well and I will be happy to help!)
creecros:master
ā Jieiku:compact-layout
opened 03:10PM - 22 Dec 21 UTC
I have added some new code to Boardcustomizer and Bigboard, the changes in the p⦠ull request allow for a new compact mode that when toggled allows you to go from this:

to this:

I have already added what is needed to Bigboard: https://github.com/BlueTeck/kanboard_plugin_bigboard/pull/38
And I have submitted a pull request for Boardcustomizer: https://github.com/BlueTeck/kanboard_plugin_boardcustomizer/pull/6