summaryrefslogtreecommitdiff
path: root/assets/css
AgeCommit message (Collapse)Author
2015-03-21Move task complexity to the bottomFrederic Guillot
2015-03-13Remove extra space below description in tooltip.Francois Ferrand
2015-03-12Merge and improve pull-request #704Frederic 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-03-10Merge pull-request #699Frederic Guillot
2015-03-09Add user timetablesFrederic Guillot
2015-03-07add image thumbnail to task detail view, add icons to common file ↵BlueTeck
extensions, better layout in task attachments
2015-03-02preview images in taskviewBlueTeck
2015-02-28Improve toggle compact/horizontal scrolling viewFrederic Guillot
2015-02-28Added a menu item and short key 'c' to toggle board view. View modes are ↵ashbike
compact (tries to stuff all columns in the window) and wide (scrollbar appears)
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-21Improve responsive cssFrederic 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-15Enable keyboard shortcut inside textarea and minor fixesFrederic Guillot
2015-02-15Display confirmation box to close task from the board and improve popover ↵Frederic Guillot
listeners
2015-02-15Re-order items on the cardFrederic Guillot
2015-02-15Add board horizontal scrollingFrederic Guillot
2015-02-14Add board filter: collapse/expand tasksFrederic Guillot
2015-02-14Replace home icon with KB logoFrederic Guillot
2015-02-14Move function to the right place (pull-request) and improve board task iconsFrederic Guillot
2015-02-14Allow remote images for markdown contentFrederic Guillot
2015-02-14Refactoring/simplification of the pull-request about linksFrederic Guillot
2015-02-13Add task links (Merge pull-request #610)Frederic Guillot
2015-02-11Improve pull-requestFrederic Guillot
2015-02-11Task age and time spent in one column.ashbike
Details: https://github.com/fguillot/kanboard/issues/608
2015-02-09Display subtask icon status and title everywhereFrederic Guillot
2015-02-09Code cleanup + minor css improvementFrederic Guillot
2015-02-09- Markdown supported in column description.ashbike
- Project > Edit Board and Project Summary pages now show description as tooltip. - Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview. - Fixed bug while adding a new column inserts description as column limit.
2015-02-08Add z-index property to the popoverFrederic Guillot
2015-02-08Add user calendar view on the dashboard and in the user management sectionFrederic Guillot
2015-02-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-02-08Improve sidebar css (fix #593)Frederic Guillot
2015-02-07Add task time tracking on the dashboardFrederic Guillot
2015-02-07Update task time tracking based on subtask time trackingFrederic Guillot
2015-02-07Add toggle/expend links on the dashboardFrederic Guillot
2015-02-07Make the sidebar relative/responsiveFrederic Guillot
2015-02-01Add dropdown menu to the tasksFrederic Guillot
2015-02-01Add dropdown menu to the board menuFrederic Guillot
2015-02-01Add collapsible swimlanes (merge and improve pull-request #565)Frederic Guillot
2015-01-31Add table/pagination to the project listFrederic Guillot
2015-01-30Add ignored assets from gitFrederic Guillot
2015-01-25Move assets to seperate subfoldersFrederic Guillot
2015-01-17Add project calendars (merge/refactoring of #490)Frederic Guillot
2014-12-31Acl refactoringFrédéric Guillot