summaryrefslogtreecommitdiffstats
path: root/client/components/boards
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errorsAndrés Manelli2019-02-241-2/+2
|
* Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-243-10/+15
| | | | Avoid deleting template containers
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-243-6/+19
|
* Fix swimlanes sortingBenjamin Tissoires2019-02-081-4/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 7cc185ac "Properly fix horizontal rendering on Chrome and Firefox" The rendering of the new design of the swimlanes was correct, but this commit broke the reordering capability. Having the swimlane header at the same level than the lists of cards makes the whole sortable pattern fail. 2 solutions: - revert to only have 1 div per swimlane. But this introduces the firefox bug mentioned in 7cc185ac, so not ideal - force the sortable pattern to do what we want. To force the sortable pattern, we need: - add in the helper a clone of the list of cards (to not just move the header) - make sure the placeholder never get placed between the header and the list of cards in a swimlane - fix the finding of the next and previous list of cards. For all of this to be successful, we need to resize the swimlanes to a known value. This can lead to some visual jumps with scrolling when you drag or drop the swimlanea. I tried to remedy that by computing the new scroll value. Still not ideal however, as there are still some jumps when dropping. Fixes #2159
* - Fix: Bug: Not logged in public board page has calendar.Lauri Ojansivu2019-01-312-5/+11
| | | | | | Thanks to xet7 ! Closes #2061
* Make sure Swimlanes and Lists have a populated sort fieldBenjamin Tissoires2019-01-251-0/+31
| | | | | | | | | When moving around the swimlanes or the lists, if one element has a sort with a null value, the computation of the new sort value is aborted, meaning that there are glitches in the UI. This happens on the first swimlane created with the new board, or when a swimlane or a list gets added through the API.
* Remove the 'Add Swimlane' entry and replace it by a plus signBenjamin Tissoires2019-01-241-2/+0
| | | | | Still need to create the swimlane right after the one that has been created
* swimlane-view: have the swimlane header horizontalBenjamin Tissoires2019-01-241-0/+2
| | | | | | | This allows to use the header as a separator between swimlanes. This will be most useful when we can set the background color of these headers.
* - Maybe custom html should be here. But it still does not work yet.Lauri Ojansivu2018-12-161-2/+0
| | | | Thanks to xet7 !
* - Admin Panel / Layout / Custom HTML after <body> start, and Custom HTML ↵Lauri Ojansivu2018-12-161-0/+2
| | | | | | | | before </body> end. In progress, does not work yet. Thanks to xet7 !
* - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-031-0/+7
| | | | Thanks to schulz !
* - Move Add Board button to top left, so there is no need to scrollLauri Ojansivu2018-09-281-3/+2
| | | | | | to bottom when there is a lot of boards. Thanks to xet7 !
* Rules hidden from non adminAngelo Gallarello2018-09-211-4/+4
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-162-0/+12
|\ | | | | | | Angtrim-feature-rules
| * Fixed rule allowsAngelo Gallarello2018-09-121-1/+1
| |
| * Labels activitiesAngelo Gallarello2018-08-161-1/+1
| |
| * Almost full circleAngelo Gallarello2018-08-151-1/+1
| |
| * UI for rules listAngelo Gallarello2018-08-032-0/+12
| |
* | - Fix Delete Board and keep confirmation popup.Lauri Ojansivu2018-08-281-2/+1
|/ | | | Thanks to xet7 !
* Hotfix more sortable elementsHaocen Xu2018-07-061-3/+1
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* - Made Subtask Settings visible at Board menu at Sandstorm.Lauri Ojansivu2018-07-061-0/+3
| | | | Thanks to xet7 !
* Merge branch 'calendar' of https://github.com/TNick/wekan into TNick-calendarLauri Ojansivu2018-07-052-51/+79
|\
| * Changing events in calendar updates the cardNicu Tofan2018-06-281-1/+31
| |
| * Reactive change when a date is modified.Nicu Tofan2018-06-271-2/+21
| |
| * Can show card on event clickNicu Tofan2018-06-272-2/+26
| |
| * Can show card on top of calendarNicu Tofan2018-06-272-58/+13
| |
* | Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵Lauri Ojansivu2018-07-053-0/+170
|\ \ | | | | | | | | | TNick-nested-tasks
| * | Merge branch 'devel' into nested-tasksNicu Tofan2018-06-283-1/+67
| |\|
| * | Show parent in card (no links, yet)Nicu Tofan2018-06-263-4/+73
| | |
| * | Board level settings for subtasksNicu Tofan2018-06-262-0/+101
| | |
* | | - Fix Minimize board sidebar actually just moves it over.Lauri Ojansivu2018-07-051-2/+3
| |/ |/| | | | | | | | | Thanks to dagomar ! Closes #1589
* | Show cards in calendarNicu Tofan2018-06-262-0/+58
| |
* | Introducing third board view: calendar.Nicu Tofan2018-06-262-1/+9
|/ | | | A dependency to rzymek:fullcalendar has also been added.
* hotfix public boardIgnatz2018-06-141-0/+2
|
* Change button order at Boards Recycle Bin.Lauri Ojansivu2018-06-081-4/+4
|
* Attempt to lineup buttons in recycle bin & get delete board popup to appearRJevnikar2018-06-071-8/+9
|
* Remove delete option from board hamburger menuRJevnikar2018-06-063-8/+4
|
* Remove double template for deleteCardPopupRJevnikar2018-06-061-6/+0
|
* Add delete board to Recycle Bin, fix delete-board menu item on board menuRJevnikar2018-06-062-0/+22
|
* Finish adding delete board featureRJevnikar2018-06-051-0/+2
|
* Fix problems highlighted by Codacy/PR Quality ReviewRJevnikar2018-06-052-0/+11
|
* resolving merge conflictsIgnatzHome2018-05-172-0/+5
|\
| * dropdown itemsPouyan Savoli2017-09-222-2/+2
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-222-2/+2
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-222-0/+5
| |
* | Fix #1567Andrés Manelli2018-04-163-20/+10
| |
* | Restore original font and font sizes.Lauri Ojansivu2018-04-111-2/+2
| | | | | | | | Admin panel people and version texts to darker.
* | Board title as markdown in board view.Lauri Ojansivu2018-04-061-2/+3
| | | | | | | | Thanks to xet7 !
* | Fix scroll board when opening cardDetailsAndrés Manelli2018-03-171-2/+2
| |