summaryrefslogtreecommitdiffstats
path: root/client/components/cards
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-0811-45/+224
|\
| * 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
* | Attachments downloadRomulus Urakagi Tsai2020-05-051-2/+2
| |
* | Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-1311-209/+504
|\|
| * 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
| * Fix: Allow to set empty card title, AssignedBy and RequestedBy.Lauri Ojansivu2019-12-131-0/+6
| | | | | | | | Thanks to xet7 !
| * Fix: Don't add a blank space for empty custom fields on minicards.Lauri Ojansivu2019-12-121-6/+7
| | | | | | | | | | | | Thanks to roobre and xet7 ! Closes #2850
| * Fix lint errors.Lauri Ojansivu2019-11-261-6/+2
| |
| * When logged in, use database for setting, so that changes areLauri Ojansivu2019-11-191-10/+20
| | | | | | | | | | | | | | immediate. Only on public board use cookies. Comment out Collapse CSS that is not in use. Thanks to xet7 !
| * New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !