A small patch which enables scroll view toggling.

If there are many columns, the board adds a horizontal scrollbar. However, This looses the full board visibility. Now there is a menu item on the Board, Action > Toggle view which switches. This can also be toggled by 'c' keypress.
This commit is contained in:
ashbike
2015-02-25 12:05:14 +05:30
parent 11d1314fbe
commit 88444e8b3e
3 changed files with 63 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
<i class="fa fa-expand fa-fw"></i> <a href="#" class="filter-expand-link"><?= t('Expand tasks') ?></a>
</span>
</li>
<li>
<i class="fa fa-th"></i>
<a href="#" class="compactview-toggle"><?= t('Toggle view') ?></a>
</li>
<li>
<i class="fa fa-search fa-fw"></i>
<?= $this->a(t('Search'), 'project', 'search', array('project_id' => $project['id'])) ?>