Age | Commit message (Collapse) | Author |
|
|
|
listeners
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details: https://github.com/fguillot/kanboard/issues/608
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Save filter settings to localStorage everytime filter_apply() is called.
Get and set filters from localStorage when filter_load_events() is called.
This improves the user experience when browsing tasks on a filtered board. No need to set the filters each time the board loads.
Perhaps a checkbox option to initialize this functionality but I think it should be default behavior.
|
|
|
|
|
|
|
|
|