summaryrefslogtreecommitdiff
path: root/assets/css/src/board.css
AgeCommit message (Collapse)Author
2016-06-24Expose tags to the user interface (first prototype)Frederic Guillot
2016-02-23compatibility for disabling user selectConnor Bode
2016-01-17Show in user interface the saving state of the taskFrederic Guillot
2016-01-17Add dropdown menu on each board column title to close all tasksFrederic Guillot
2015-12-30Do not show window scrollbars when individual column scrolling is enabledFrederic Guillot
2015-10-18Do not show scrollbars when a column is collapsed (IE)Frederic Guillot
2015-09-26Change swimlane layout to save space on the screenFrederic Guillot
2015-09-26Add the possibility to set/unset max column height (scrolling)Frederic Guillot
2015-09-12automatic horizontal scroll on #board-containerjulesverhaeren
edited source directly
2015-08-29Add handle to move tasks on touch devicesFrederic Guillot
2015-08-29Add delay of 1.5s for draggable items on touch devicesFrederic Guillot
2015-08-22Improve swimlane heightFrederic Guillot
2015-08-15Add show/hide columns on the boardFrederic Guillot
2015-08-07Rewrite dropdown menuFrederic Guillot
2015-08-02Add column vertical scrolling and set column height dynamicallyFrederic Guillot
2015-07-19Hide task age in compact modeFrederic Guillot
2015-07-04Refactoring to implement new layout with filters: board/calendar/list views ↵Frederic Guillot
(work in progress)
2015-06-02[DEV] Fix column width in compact mode.Francois Ferrand
This is a regression introduced with commit 8d15d0641fe183e530904a146c6e4e729c024e40, make code conditional for IE to avoid issues.
2015-05-25Move swimlane title and add swimlane anchorFrederic Guillot
2015-05-21Avoid the dropdown menu to be truncatedFrederic Guillot
2015-05-09Update task links, assignee and time tracking (#775), group links by label ↵Frederic Guillot
(#669) Merge and modification of pull-request #785
2015-04-25Fix issue compact mode with IEFrederic Guillot
2015-04-12Add screenshot support for tasks (copy/paste images directly)Frederic Guillot
2015-03-12Fix flickering and column sizes.Francois Ferrand
* Avoid flickering in default view mode, by properly setting the default (horizontal-scroll) layout directly in CSS. This flickering was introduced with #675 pull request. This also fixes the layout of the public board. Javascript is now used only to activate the 'compact' mode, thus still causing a slight flickering, but in that mode only. * Use fixed-layout on the table to improve layout and rendering speed. * Slightly reduce the width of the swimlane header column, and make it fixed-width. * Slightly simplify the Javascript/jQuery code for activating compact mode. This is replaces pull request #688, with only the table layout fix, since I have no proper solution for the scrolling problem.
2015-02-28Improve toggle compact/horizontal scrolling viewFrederic Guillot
2015-02-26Fixed issues with all class reset, resulting to lots of mess.ashbike
2015-02-25A small patch which enables scroll view toggling.ashbike
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.
2015-02-24Tweak to limit flickering when Chosen replaces the SELECT fields.Francois Ferrand
2015-02-21Add task menu in collapsed modeFrederic Guillot
2015-02-21Add max-width to board columnFrederic Guillot
2015-02-21Fix issue with the dropdown menu and overflow containerFrederic Guillot
2015-02-16Use chosen for board dropdown filtersFrederic Guillot
2015-02-16Add recent filter (merge pull-request #627)Frederic Guillot
2015-02-15Re-order items on the cardFrederic Guillot
2015-02-15Add board horizontal scrollingFrederic Guillot
2015-02-01Add collapsible swimlanes (merge and improve pull-request #565)Frederic Guillot
2015-01-25Move assets to seperate subfoldersFrederic Guillot