summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* trying to understand hirachyIgnatzHome2018-06-141-0/+4
|
* Merge branch 'feature-custom-fields' of https://github.com/feuerball11/wekan ↵IgnatzHome2018-06-141-1/+41
|\ | | | | | | into feature-custom-fields
| * Fix problems highlighted by Codacy/PR Quality ReviewRJevnikar2018-06-051-1/+1
| |
| * Add additional label colours (from pull by JamesLavin), Add Assigned & ↵RJevnikar2018-06-051-1/+41
| | | | | | | | Requested By text fields.
* | testing mobile detail view fix.IgnatzHome2018-06-141-7/+13
|/
* resolving merge conflictsIgnatzHome2018-05-171-0/+1
|\
| * show custom fields on cards but still with dummy valuePouyan Savoli2017-09-221-14/+0
| |
| * card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-1/+1
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-0/+15
| |
* | Fix lint errorsAndrés Manelli2018-04-161-3/+3
| |
* | Fix #1565Andrés Manelli2018-04-161-8/+25
| |
* | Add additional dates (received & end), default title of checklists to ↵RJevnikar2018-03-261-0/+6
| | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist
* | Add stylingAndrés Manelli2018-03-191-1/+1
| |
* | Add checklist ordering capabilityAndrés Manelli2018-03-191-0/+46
| |
* | Fix scroll board when opening cardDetailsAndrés Manelli2018-03-171-1/+1
| |
* | Fix card copy and move with swimlanesAndrés Manelli2018-03-071-13/+25
| |