Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove modal component | Maxime Quandalle | 2015-06-07 | 4 | -23/+0 |
| | | | | | | This component wasn't used anymore. We'll probably need something like that again in the future, but we'll try to use a generic component from Atmosphere. | ||||
* | Click on the page to escape the last action | Maxime Quandalle | 2015-06-07 | 17 | -145/+199 |
| | | | | | | This is a generalization of what we had for closing a popup by clicking outside of it. It now works for inlinedForms and detailsPane as well. | ||||
* | Restore the popup to add a member to the board | Maxime Quandalle | 2015-06-06 | 7 | -193/+164 |
| | |||||
* | Improve the card details pane overlay interactions | Maxime Quandalle | 2015-06-06 | 4 | -8/+13 |
| | |||||
* | Autosize the rich editor (for card description and comments) | Maxime Quandalle | 2015-06-06 | 4 | -3/+13 |
| | |||||
* | Maintain a visual indication of the popup openerElement | Maxime Quandalle | 2015-06-06 | 4 | -6/+15 |
| | |||||
* | Start designing the card details pane | Maxime Quandalle | 2015-06-05 | 23 | -850/+304 |
| | | | | Implement a dynamic overflow to focus sight on the pane. | ||||
* | Dissable temporarily the cache value of inlinedForm | Maxime Quandalle | 2015-06-04 | 4 | -6/+5 |
| | | | | | Due to bug https://github.com/peerlibrary/meteor-blaze-components/issues/50 | ||||
* | Work on the user account system | Maxime Quandalle | 2015-06-03 | 16 | -151/+218 |
| | | | | | | | | Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149. | ||||
* | Implement presence indicators | Maxime Quandalle | 2015-05-30 | 14 | -222/+93 |
| | |||||
* | Improve card dropping area | Maxime Quandalle | 2015-05-30 | 1 | -2/+6 |
| | | | | Fixes #85. | ||||
* | Implement multi-selection | Maxime Quandalle | 2015-05-30 | 39 | -858/+797 |
| | | | | | | 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. | ||||
* | Fix card placeholder size on firefox | Maxime Quandalle | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | UI improvements | Maxime Quandalle | 2015-05-27 | 32 | -955/+596 |
| | | | | | | | | | | | | | | | | | | * Implement visibility choice on board creation; * Rework the board header bar. Remove links to un-implemented features; * Implement a board star counter (visible if the board have >2 stars); * Define a new icon (a thin cross) to close elements; * Remove $(document).on('mouseover') event handlers that were basically fired hundreds of times for nothing, we now define a proper Tracker dependency to execute jquery-ui plugin initialization only when something has changed; * Bug fixes related to list scrolling. | ||||
* | Prioritize escape actions with a label hierarchy instead of an integer | Maxime Quandalle | 2015-05-27 | 6 | -16/+34 |
| | |||||
* | Implement a new system to handle "escape actions" | Maxime Quandalle | 2015-05-26 | 12 | -50/+144 |
| | | | | | | | | The new EscapeActions object decide what to do when the user press the Escape key (such as closing a opened popup or inlined form). This commit also re-introduced the sidebar current view as a sidebar component local state. | ||||
* | Upgrade sandstorm integration | Maxime Quandalle | 2015-05-26 | 3 | -20/+21 |
| | | | | | | | | | | | | Both sandstorm and LibreBoard have significantly evolved since the last release of LibreBoard on sandstorm. This commit: * adds some more attributes on the sandstorm manifest * introduces support with the sandstorm sharing box * uses a server redirection to point to the board document * hides the top shortcut bar on sandstorm Fixes #163. | ||||
* | Fix detailed card pane animation | Maxime Quandalle | 2015-05-25 | 1 | -6/+4 |
| | |||||
* | Improve scrolling | Maxime Quandalle | 2015-05-24 | 18 | -182/+152 |
| | | | | | | | | | | | | 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 details | Maxime Quandalle | 2015-05-24 | 20 | -203/+231 |
| | | | | | | | | | | | | | | 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. | ||||
* | Hide the card composer link while a card is being dragged | Maxime Quandalle | 2015-05-23 | 5 | -13/+43 |
| | |||||
* | Fix tab navigation in the form to add a new card | Maxime Quandalle | 2015-05-23 | 4 | -39/+57 |
| | |||||
* | Improve popup animation | Maxime Quandalle | 2015-05-22 | 3 | -3/+27 |
| | | | | | When going back wait for the popup transition to end before removing the DOM element. | ||||
* | Animate popup screens transition | Maxime Quandalle | 2015-05-22 | 4 | -16/+46 |
| | |||||
* | Upgrade the useraccount system that support autofocus | Maxime Quandalle | 2015-05-18 | 1 | -6/+0 |
| | | | | v1.10.0 fixes https://github.com/meteor-useraccounts/core/issues/384 | ||||
* | Fix new list form | Maxime Quandalle | 2015-05-14 | 5 | -66/+69 |
| | | | | Fixes #157. | ||||
* | Style tweaks | Maxime Quandalle | 2015-05-14 | 5 | -17/+20 |
| | | | | Follows strictly jshint and jscs rules. | ||||
* | Renaissance | Maxime Quandalle | 2015-05-12 | 90 | -0/+7695 |
_,,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 |