summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Allow swimlane creation from templateAndrés Manelli2019-02-242-6/+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-242-0/+6
|
* 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-242-5/+0
|
* IFTTT: card colors: add an actual white entryBenjamin Tissoires2019-01-243-3/+11
| | | | | | | | | 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.
* set card colors: properly set the title of the popupsBenjamin Tissoires2019-01-241-4/+1
|
* card colors: force overwrite of text colorBenjamin Tissoires2019-01-241-11/+11
| | | | | This allows to show checks on the color with the correct color instead of plain white.
* - 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-222-38/+41
| | | | When triggered from the hamburger
* color: add option in hamburger to change the card colorBenjamin Tissoires2019-01-222-1/+46
| | | | | | Currently only dropdown, no palette Fixes: #428
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-226-2/+168
| | | | Currently the only way to set it is via the REST API
* Issue: Hard to use Wekan on mobile because of UI/UX issues #953hupptechnologies2019-01-011-2/+2
| | | | Resolved #953
* Issue : UI feature suggestion: drag handles and long press #1772hupptechnologies2018-12-202-0/+15
| | | | Resolved #1772
* Fix lineter issuehupptechnologies2018-12-081-3/+1
|
* Issue : Clicking the scrollbar closes the card on Chrome #1404hupptechnologies2018-12-082-2/+10
| | | | Resolved #1404
* autoamted local changehupptechnologies2018-11-272-1/+3
|
* - Fix: Message box for deleting subtask unreachable.Lauri Ojansivu2018-11-231-0/+1
| | | | | | Thanks to hupptechnologies ! Closes #1800
* custom fields upgradeNunes Nelson2018-11-051-2/+3
|
* - Hide Linked Card and Linked Board on Sandstorm, because they are onlyLauri Ojansivu2018-11-031-7/+11
| | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982
* - Fix Card URL https://github.com/wekan/wekan/pull/1932/filesLauri Ojansivu2018-10-031-1/+19
| | | | Thanks to schulz !
* - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-042-22/+26
| | | | | | comments and activities. Thanks to xet7 !
* Only allow ifCanModify users to add dates (received, start, end, and due).rjevnikar2018-08-281-4/+8
|
* - Move labels back to original place at minicard.Lauri Ojansivu2018-08-231-5/+4
| | | | | | Thanks to hever and xet7 ! Closes #1842
* - Move color labels on minicard to bottom of minicard.Lauri Ojansivu2018-08-201-4/+5
| | | | | | Thanks to xet7 ! Closes #1842
* Fix hiddenSystemMessagesAndrés Manelli2018-08-151-1/+6
|
* Fix removed setters and gettersAndrés Manelli2018-08-151-10/+10
|
* Fix lint errorsAndrés Manelli2018-08-111-3/+3
|
* Fix rebase errorsAndrés Manelli2018-08-113-25/+5
|
* Fix lint warningAndrés Manelli2018-08-111-1/+1
|
* Refactor imported -> linked in componentsAndrés Manelli2018-08-117-28/+27
|
* Add imported card locationAndrés Manelli2018-08-112-0/+10
|
* Indicate board or card through icons. Indicate if archivedAndrés Manelli2018-08-114-4/+27
|
* Remove imported cards and boards colorsAndrés Manelli2018-08-111-27/+0
|
* Add title bindingAndrés Manelli2018-08-112-4/+4
|
* Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-2/+7
|
* Add two way binding of checklistsAndrés Manelli2018-08-113-5/+4
|
* Add two way binding of card/board timesAndrés Manelli2018-08-115-51/+68
|
* Allow description and member two way bindingAndrés Manelli2018-08-103-9/+8
|
* Link descriptionAndrés Manelli2018-08-104-17/+9
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-103-1/+51
|
* Fix typo.Lauri Ojansivu2018-08-021-1/+1
|
* Fix flagging of dates (i.e. due date only flagged when before end date)RJevnikar2018-07-313-37/+41
|
* bug fix: #1780Jonas Olsson2018-07-171-1/+2
| | | | Cards that are longer than the screen height can now scroll on the y-axis in order to be able to see the whole card.
* Fix missing utility function.Haocen Xu2018-07-061-1/+1
|
* Hotfix more sortable elementsHaocen Xu2018-07-062-3/+7
|
* Hotfix for mobile deviceHaocen Xu2018-07-061-1/+6
|
* Fix missing space in jade file.Lauri Ojansivu2018-07-051-1/+1
| | | | Thanks to xet7 !
* Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵Lauri Ojansivu2018-07-059-56/+654
|\ | | | | | | TNick-nested-tasks
| * Merge branch 'devel' into nested-tasksNicu Tofan2018-06-282-23/+38
| |\