summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
Commit message (Collapse)AuthorAgeFilesLines
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-071-3/+11
| | | | | | Now assignee is visible also at minicard. Thanks to xet7 !
* Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-3/+2
| | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* More black minicard badges.Lauri Ojansivu2019-10-051-1/+1
| | | | | | Thanks to sfahrenholz and xet7 ! Closes #2745
* Revert drag handle changes.Lauri Ojansivu2019-10-031-14/+2
|
* Drag handles. In progress.Lauri Ojansivu2019-10-031-1/+14
|
* Drag handles. In Progress.Lauri Ojansivu2019-09-171-1/+1
|
* Revert drag handle changes.Lauri Ojansivu2019-09-141-1/+1
| | | | | | Thanks to Keelan ! Related #2704
* Mobile and Desktop drag handles part 1.Lauri Ojansivu2019-09-131-1/+1
| | | | | | Thanks to xet7 ! Related #2081
* Limit card width to fixed size.Lauri Ojansivu2019-08-231-3/+8
| | | | Thanks to xet7 !
* Wrap minicard text labels to multiple rows.Lauri Ojansivu2019-08-191-0/+1
| | | | Thanks to xet7 !
* [Remove from minicard comment icon and number of commentsLauri Ojansivu2019-07-081-8/+1
| | | | | | | the aggressive red color and big bold serif font style number](https://github.com/wekan/wekan/commit/bbc68309af0029f2bc4194db4c7e79689f888ea4#commitcomment-34216371). Thanks to hever and xet7 !
* Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.Lauri Ojansivu2019-07-011-1/+8
| | | | Thanks to xet7 !
* Add the ability to change the card backgroundBenjamin Tissoires2019-01-221-0/+83
| | | | Currently the only way to set it is via the REST API
* Issue : UI feature suggestion: drag handles and long press #1772hupptechnologies2018-12-201-0/+13
| | | | Resolved #1772
* Refactor imported -> linked in componentsAndrés Manelli2018-08-111-4/+4
|
* Indicate board or card through icons. Indicate if archivedAndrés Manelli2018-08-111-0/+2
|
* Remove imported cards and boards colorsAndrés Manelli2018-08-111-27/+0
|
* Import card-as-card, board-as-card. Add styling. Missing details and linksAndrés Manelli2018-08-101-0/+37
|
* Merge branch 'nested-tasks' of https://github.com/TNick/wekan into ↵Lauri Ojansivu2018-07-051-0/+7
|\ | | | | | | TNick-nested-tasks
| * Merge branch 'devel' into nested-tasksNicu Tofan2018-06-281-2/+2
| |\
| * | Fix minicard parents displayNicu Tofan2018-06-261-0/+7
| | |
* | | - More margin-bottom after minicard.Lauri Ojansivu2018-06-301-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 !
* | | - Revert previous More margin-bottom after minicard.Lauri Ojansivu2018-06-301-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 !
* | | revert 6a58729pravdomil2018-06-261-1/+1
| |/ |/|
* | - Add more card inner shadow.Lauri Ojansivu2018-06-261-1/+1
| | | | | | | | | | | | Thanks to pravdomil and xet7 ! Related #1690
* | less margin-bottom after minicardpravdomil2018-06-191-1/+1
|/
* style correction for custom fields on minicardIgnatzHome2018-05-201-0/+7
|
* remove erroneous minicard title whitespacecouscous32017-11-201-0/+3
| | | introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
* Make Due Date layout nicer on minicard. Thanks to whittssg2!Lauri Ojansivu2017-02-111-14/+13
|
* Add checklist featurelksime2017-01-201-0/+16
|
* Display start and due dates in minicards.shoetten2016-11-221-1/+4
|
* UI: Fix scaling of cover images (Fixes: #548)Alexander Sulfrian2016-04-251-6/+1
| | | | | | This reverts f039923ac134e4a3cc70a1a7d47c21460676b1c0 and fixes #196 in a different way (adding quotes). So that we can use the css background properties to scale the cover images.
* Fix layout on Apple devicesMaxime Quandalle2016-01-021-0/+2
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-0/+9
|
* Dynamically resize the new card form if the title is too longMaxime Quandalle2015-12-091-1/+2
|
* Redesign the card design header and change header menu iconMaxime Quandalle2015-08-301-2/+2
|
* Yet another iteration on the user interfaceMaxime Quandalle2015-08-281-7/+19
| | | | | | | | | | | | * Automatically display the overlay when the card details is opened (previously we waited for the mouse to enter the card details panel) * Improve the design of the minicards badges * Change the minicard background when it is hovered or selected * Removes unimplemented features links from the UI * Fix the board canvas position when the sidebar is open (was hidden behind) Fixes #215
* Display keyboard shortcuts on a modalMaxime Quandalle2015-08-281-1/+1
| | | | Fixes #241
* Switch the font to robotoMaxime Quandalle2015-08-201-11/+0
|
* Improve card and list sortable dragMaxime Quandalle2015-06-171-0/+1
| | | | | | | | Use a custom build of jquery-ui with only the plugins we need (instead of including everything). Fix a tricky bug of conflict between Blaze reactive updates and jquery-ui (which caused cards to sometimes disappear).
* Fix #196Maxime Quandalle2015-06-161-9/+4
|
* Work on the card activities and commentsMaxime Quandalle2015-06-121-9/+17
| | | | | | | | | This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.
* Start designing the card details paneMaxime Quandalle2015-06-051-30/+6
| | | | Implement a dynamic overflow to focus sight on the pane.
* Implement multi-selectionMaxime Quandalle2015-05-301-53/+66
| | | | | | The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
* Improve scrollingMaxime Quandalle2015-05-241-6/+8
| | | | | | | | | | | | We now replace native scrollbar by custom ones on the list card (which is required by the new ergonomics in the parent commit), but the "scrolling engine", is still native, we just hide the scrollbar and draw our own in HTML/CSS using the perfect-scrollbar package (from bower). This commit also implements component scrolling when certain actions are performed, eg scroll to the bottom when the new card composer is opened.
* Experiment new ergonomics to interact with card detailsMaxime Quandalle2015-05-241-3/+8
| | | | | | | | | | | | | | The idea is that by displaying card details in a sidebar stuck on the right of the screen, the mouse had to travel too much before interacting with it. I also don’t want to use the Trello solution (modal) on big screens, because I like the ability to interact with the selected card and with the board at the same time (like in a e-mail client). The solution introduced in this commit consist of opening the card detail in a column next to the minicard list. This commit also fix right sidebar members and labels drag and drop.
* RenaissanceMaxime Quandalle2015-05-121-0/+136
_,,ad8888888888bba,_ ,ad88888I888888888888888ba, ,88888888I88888888888888888888a, ,d888888888I8888888888888888888888b, d88888PP"""" ""YY88888888888888888888b, ,d88"'__,,--------,,,,.;ZZZY8888888888888, ,8IIl'" ;;l"ZZZIII8888888888, ,I88l;' ;lZZZZZ888III8888888, ,II88Zl;. ;llZZZZZ888888I888888, ,II888Zl;. .;;;;;lllZZZ888888I8888b ,II8888Z;; `;;;;;''llZZ8888888I8888, II88888Z;' .;lZZZ8888888I888b II88888Z; _,aaa, .,aaaaa,__.l;llZZZ88888888I888 II88888IZZZZZZZZZ, .ZZZZZZZZZZZZZZ;llZZ88888888I888, II88888IZZ<'(@@>Z| |ZZZ<'(@@>ZZZZ;;llZZ888888888I88I ,II88888; `""" ;| |ZZ; `""" ;;llZ8888888888I888 II888888l `;; .;llZZ8888888888I888, ,II888888Z; ;;; .;;llZZZ8888888888I888I III888888Zl; .., `;; ,;;lllZZZ88888888888I888 II88888888Z;;...;(_ _) ,;;;llZZZZ88888888888I888, II88888888Zl;;;;;' `--'Z;. .,;;;;llZZZZ88888888888I888b ]I888888888Z;;;;' ";llllll;..;;;lllZZZZ88888888888I8888, II888888888Zl.;;"Y88bd888P";;,..;lllZZZZZ88888888888I8888I II8888888888Zl;.; `"PPP";;;,..;lllZZZZZZZ88888888888I88888 II888888888888Zl;;. `;;;l;;;;lllZZZZZZZZW88888888888I88888 `II8888888888888Zl;. ,;;lllZZZZZZZZWMZ88888888888I88888 II8888888888888888ZbaalllZZZZZZZZZWWMZZZ8888888888I888888, `II88888888888888888b"WWZZZZZWWWMMZZZZZZI888888888I888888b `II88888888888888888;ZZMMMMMMZZZZZZZZllI888888888I8888888 `II8888888888888888 `;lZZZZZZZZZZZlllll888888888I8888888, II8888888888888888, `;lllZZZZllllll;;.Y88888888I8888888b, ,II8888888888888888b .;;lllllll;;;.;..88888888I88888888b, II888888888888888PZI;. .`;;;.;;;..; ...88888888I8888888888, II888888888888PZ;;';;. ;. .;. .;. .. Y8888888I88888888888b, ,II888888888PZ;;' `8888888I8888888888888b, II888888888' 888888I8888888888888888 ,II888888888 ,888888I8888888888888888 ,d88888888888 d888888I8888888888ZZZZZZ ,ad888888888888I 8888888I8888ZZZZZZZZZZZZ 888888888888888' 888888IZZZZZZZZZZZZZZZZZ 8888888888P'8P' Y888ZZZZZZZZZZZZZZZZZZZZ 888888888, " ,ZZZZZZZZZZZZZZZZZZZZZZZ 8888888888, ,ZZZZZZZZZZZZZZZZZZZZZZZZZZ 888888888888a, _ ,ZZZZZZZZZZZZZZZZZZZZ88888888 888888888888888ba,_d' ,ZZZZZZZZZZZZZZZZZ8888888888888 8888888888888888888888bbbaaa,,,______,ZZZZZZZZZZZZZZZ88888888888888888 88888888888888888888888888888888888ZZZZZZZZZZZZZZZ88888888888888888888 8888888888888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888 888888888888888888888888888888888ZZZZZZZZZZZZZZ88888888888888888888888 8888888888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888888 88888888888888888888888888888ZZZZZZZZZZZZZZ888888888888888888888888888 8888888888888888888888888888ZZZZZZZZZZZZZZ88888888888888888 Normand 8 88888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888 Veilleux 8 8888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888888888888