summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Add popup and changelog for linked card fixes.Lauri Ojansivu2020-05-141-1/+12
|
* Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixesLauri Ojansivu2020-05-141-1/+6
|\
| * Refuse to delete a card as long as there is link to itMarc Hartmayer2020-04-301-1/+6
| | | | | | | | This fixes https://github.com/wekan/wekan/issues/2785.
* | Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-masterLauri Ojansivu2020-05-135-51/+164
|\ \
| * | Card vote options in new forkNico2020-05-035-51/+164
| |/
* | Merge branch 'master' of https://github.com/krupupakku/wekan into ↵Lauri Ojansivu2020-05-131-0/+2
|\ \ | | | | | | | | | krupupakku-master
| * | avatar-image fixMarco Volo2020-05-081-0/+2
| |/
* / Add white-space:normal to copy-to-clipboard button in card detailshelioguardabaxo2020-05-022-1/+4
|/
* Revert part 2, related https://github.com/wekan/wekan/pull/3048Lauri Ojansivu2020-04-271-1/+4
|
* Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-274-22/+23
| | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* Remove old codeNico2020-04-261-5/+0
|
* Additional vote featuresNico2020-04-263-18/+21
|
* Put checkbox and label in same rowNico2020-04-261-3/+4
|
* Don't interpret dragging an element as a clickMarc Hartmayer2020-04-252-11/+2
| | | | Remove `enableClickOnTouch` as this behavior is not intuitive.
* Make it compatible with newer and older versions of jQuery sortableMarc Hartmayer2020-04-252-5/+9
| | | | While at it, fix comments and prettify it.
* Fix drag-and-drop and scrolling on mobile devicesMarc Hartmayer2020-04-231-2/+2
| | | | | | | | | | | | | Use drag handles on "miniscreens" whenever useful, this is especially useful on mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947. While at it, simplify the condition Utils.isMiniScreen() || (!Utils.isMiniScreen() && showDesktopDragHandles) to Utils.isMiniScreen() || showDesktopDragHandle
* Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-232-15/+7
| | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code.
* Fix lint errors in lint error fix.Lauri Ojansivu2020-04-221-9/+8
| | | | Thanks to xet7 !
* Merge pull request #3031 from marc1006/style_issuesLauri Ojansivu2020-04-221-3/+3
|\ | | | | Multiple lint issue fixes
| * Multiple lint issue fixesMarc Hartmayer2020-04-211-3/+3
| | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`.
* | Pre-fill the title of checklists (Trello-style)boeserwolf2020-04-211-1/+12
|/
* Add sortDefault helper for sorting boardsboeserwolf2020-04-191-3/+3
|
* Make linked card clickableboeserwolf2020-04-192-1/+4
|
* Improve card layout on mobile devicesMarc Hartmayer2020-04-171-0/+1
|
* Allows for use of checklist on mobileDevin McAllester2020-04-143-3/+7
|
* Fix margin in card labelsboeserwolf2020-04-131-0/+2
|
* Public voteNico2020-04-103-12/+50
|
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-082-29/+35
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* Fix typos.Lauri Ojansivu2020-04-081-6/+6
|
* Merge branch 'vote'Nico2020-04-074-5/+121
|\
| * Voteing featureNico2020-04-074-5/+121
| |
* | Merge branch 'feature/subtask-use-parent-swimlane' of ↵Lauri Ojansivu2020-04-041-1/+7
|\ \ | |/ |/| | | https://github.com/daniel-eder/wekan into daniel-eder-feature/subtask-use-parent-swimlane
| * subtasks now use swimlane with title matching parent lane titleDaniel Eder2020-04-021-1/+7
| | | | | | As discussed in #1953 this is required to handle two-board scenarios correctly.
| * subtasks now use parent task swimlane by defaultDaniel Eder2020-03-261-1/+1
| |
* | Minicard labels on the top and title on bottom.Lauri Ojansivu2020-04-011-1/+1
| | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2980
* | Improvements on card details visualization.Lauri Ojansivu2020-03-312-5/+8
|/ | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2974
* Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-122-36/+43
| | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
* Part 2: Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-102-1/+7
| | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
* Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-101-1/+2
| | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
* Remove hiding comments and activities.Lauri Ojansivu2020-02-101-9/+8
|
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-8/+9
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-073-2/+11
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* - Fix adding comments.Lauri Ojansivu2020-02-051-14/+11
| | | | | | | | | | - Added some working layout changes from https://github.com/wekan/wekan/pull/2920. - Fixed Card Settings not working at Sandstorm. Thanks to 2020product xet7 ! Closes #2918, closes https://github.com/wekan/wekan/pull/2920
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-053-139/+262
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-042-114/+216
|/
* Add Worker role.Lauri Ojansivu2020-01-056-114/+152
| | | | | | | | | | 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
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-033-27/+98
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-038-259/+118
| | | | | | | 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-039-129/+271
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788