summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
Commit message (Collapse)AuthorAgeFilesLines
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-0/+6
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-051-0/+87
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-041-0/+87
|/
* Add Worker role.Lauri Ojansivu2020-01-051-1/+2
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-38/+1
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Fix not being able to edit received date.Lauri Ojansivu2020-01-031-6/+1
| | | | Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-2/+44
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Fix: Allow to set empty card title, AssignedBy and RequestedBy.Lauri Ojansivu2019-12-131-0/+6
| | | | Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-071-0/+8
| | | | | | | When there is one selected assignee on card, don't show + button for adding more assignees, because there can only be one assignee. Thanks to xet7 !
* Fix prettier.Lauri Ojansivu2019-11-051-4/+4
|
* fixed #2780jymcheong2019-11-051-11/+15
| | | | https://github.com/wekan/wekan/issues/2780
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-0/+13
| | | | | | | | | | Added features: - When selecting new assignee (+) icon, list shows names who to add. TODO: - When selecting new assignee (+) icon, list does not yet show avatars who to add. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-021-0/+104
| | | | | | | | | | | | Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 !
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-10-311-0/+3
| | | | | | Assignee can not be removed yet, it removes member, wrong link in popup. Thanks to xet7 !
* Drag handles. In progress.Lauri Ojansivu2019-10-031-2/+1
|
* Drag handles continue. In progress.Lauri Ojansivu2019-10-011-1/+2
| | | | Thanks to xet7 !
* Fix #2451 unable to drag select text without closing card detailsJustin Reynolds2019-09-061-1/+21
|
* Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-27/+29
| | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
* Webhook cardDetails onRenderedjymcheong2019-08-141-0/+29
| | | | Send webhook when cardDetails is rendered.
* Prettier & eslint project style updateJustin Reynolds2019-06-281-168/+221
|
* Inferface: Can move cardToTop/Bottom. Fixes #2289Christoph Jahn2019-06-211-2/+2
|
* Fixed #2338 -> Slow opening of big boards with too many archived itemswekan2019-05-131-3/+3
|
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-161-3/+5
| | | | | | - Fix card copy & move between boards with labels with same name - Fix activities for labels when copying and moving card - Fix activities for customFields when copying and moving card
* Avoid set self as parent card, for realAndrés Manelli2019-03-081-23/+16
|
* Avoid setting same card as parentCard.Andrés Manelli2019-03-061-1/+9
| | | | Avoid listing templates board in copy/move/more menus
* Fix card copyAndrés Manelli2019-02-281-4/+4
|
* Allow swimlane creation from templateAndrés Manelli2019-02-241-3/+0
| | | | Mix lists with same name to avoid duplicates
* Prepare to create card from templateAndrés Manelli2019-02-241-53/+5
|
* Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-241-0/+3
|
* automatic scroll: fix vertical automatic scrolling when opening a cardBenjamin Tissoires2019-01-281-5/+4
| | | | | | | We actually want the vertical scrolling to be fixed when opening the card details. I am not sure where the `100` value comes from, but this makes the scrolling happy on the swimlane view and on the lists view.
* card colors: remove unused variablesBenjamin Tissoires2019-01-241-1/+0
|
* IFTTT: card colors: add an actual white entryBenjamin Tissoires2019-01-241-0/+3
| | | | | | | | | To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward.
* - Translate and add colors to IFTTT Rules dropdown.Lauri Ojansivu2019-01-221-1/+1
| | | | Thanks to xet7 !
* Set the card color with the color pickerBenjamin Tissoires2019-01-221-10/+34
| | | | When triggered from the hamburger
* color: add option in hamburger to change the card colorBenjamin Tissoires2019-01-221-0/+13
| | | | | | Currently only dropdown, no palette Fixes: #428
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-221-0/+1
| | | | Currently the only way to set it is via the REST API
* Fix lineter issuehupptechnologies2018-12-081-3/+1
|
* Issue : Clicking the scrollbar closes the card on Chrome #1404hupptechnologies2018-12-081-0/+3
| | | | Resolved #1404
* - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-031-1/+19
| | | | Thanks to schulz !
* Allow description and member two way bindingAndrés Manelli2018-08-101-3/+2
|
* Link descriptionAndrés Manelli2018-08-101-1/+2
|
* Fix missing utility function.Haocen Xu2018-07-061-1/+1
|
* Hotfix more sortable elementsHaocen Xu2018-07-061-0/+6
|
* Added ability to change card's parent.Nicu Tofan2018-06-261-27/+110
|
* Links for parents in card details.Nicu Tofan2018-06-261-1/+18
|
* Show parent in card (no links, yet)Nicu Tofan2018-06-261-0/+8
|
* Get rid of old implementation for substacksNicu Tofan2018-06-261-7/+7
|
* Change order using drag-n-drop for subtasksNicu Tofan2018-06-261-0/+38
|
* Initial implementation for subtasksNicu Tofan2018-06-261-22/+34
|
* This seems to make more sense.IgnatzHome2018-06-141-14/+15
|