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:
@@ -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'])) ?>
|
||||
|
||||
Reference in New Issue
Block a user