summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.jade
Commit message (Collapse)AuthorAgeFilesLines
* comment only working, naive implementation completeRyan Helsing2017-03-181-2/+2
|
* New component for use in header-barJoel Louzado2017-02-221-1/+1
|
* Added tooltip to `MenuBoard` buttonJoel Louzado2017-02-151-1/+1
|
* UI: Fix small bug with the multi-selection button (#591)Alexander Sulfrian2016-07-111-1/+1
| | | This bug was introduced in 081b09207f2247d7e38fc28e0f0f9748eecbbcbe.
* UI: Add missing title attributesAlexander Sulfrian2016-04-211-5/+6
| | | | | | | The buttons of the normal view should have the same title attribute, than the mini screen buttons. I missed this in 0587158b6be930f53325baa54fccadc54d18c9a3.
* UI: Add log-in button to public boardsAlexander Sulfrian2016-04-211-10/+20
| | | | | | | | | Even if a board is public and a user can view it, the user might want to log in to be able to edit the board. The button replaces the "public" permission indicator, because it is obvious (if the user is not logged in and can view the board, it has to be public).
* UI: Only display the options, if there is a boardAlexander Sulfrian2016-04-211-70/+72
| | | | | | The board options does not have valid use case (or even valid values) if the board is not found (either because the user is not logged in or the board really does not exists).
* UI: Do not display notification settingsAlexander Sulfrian2016-04-211-19/+21
| | | | | The notification settings are only usefull if there is a current user, because the email address is required.
* Some small fixes for the buttons in the board header (#580)Alexander Sulfrian2016-04-211-7/+8
| | | | | | | | | | | * UI: Fix title of button The multi selection button should not get the filter description. * UI: Add title for all buttons in the header bar This is espectially important for the miniScreen view, because there is only the icon and no text next to the button.
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-1/+1
| | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* Bugfix, and optimize icon for notificationfloatinghotpot2016-01-081-6/+6
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-0/+49
|
* Merge pull request #435 from xavierpriour/develMaxime Quandalle2015-12-181-0/+1
|\ | | | | | | | | Export a board to JSON Fixes #396
| * Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-171-3/+5
| |\
| * | Export Wekan now server-based with proper authXavier Priour2015-12-161-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-131-2/+2
| |\ \
| * | | board export now checks authenticationXavier Priour2015-12-131-1/+1
| | | |
| * | | export board to Wekan JSONXavier Priour2015-12-091-0/+1
| | | |
* | | | fix board headeer issuefloatinghotpot2015-12-171-11/+25
| |_|/ |/| |
* | | add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-171-3/+5
| |/ |/|
* | Allow the header bar customizationMaxime Quandalle2015-12-091-1/+1
| | | | | | | | | | This commit also provide a way to escape the Shorcuts page on Sandstorm.
* | Fix board archive instructionsMaxime Quandalle2015-12-091-1/+1
|/ | | | Fixes #277.
* add: optional board descriptionfloatinghotpot2015-12-071-0/+3
|
* Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-201-2/+3
| | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base.
* Import board: added UIXavier Priour2015-10-171-0/+2
|
* Add some strings to the translation setMaxime Quandalle2015-09-181-2/+2
|
* Update translation source fileMaxime Quandalle2015-09-011-4/+4
|
* Fixes some UI bugs on sandstormMaxime Quandalle2015-08-311-6/+6
|
* Fix a bug with board title editionMaxime Quandalle2015-08-291-2/+3
| | | | Fixes #250
* Hide feature non-member users can't useMaxime Quandalle2015-08-281-11/+10
| | | | | Fixes #206 Fixes #244
* Yet another iteration on the user interfaceMaxime Quandalle2015-08-281-4/+0
| | | | | | | | | | | | * 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
* Implement board archive and restorationMaxime Quandalle2015-08-261-2/+2
|
* Fix the starsMaxime Quandalle2015-08-251-2/+2
| | | | Fixes #214
* Start the migration from iron-router to flow-routerMaxime Quandalle2015-08-231-6/+6
| | | | | | | | | | | | | | | | | | | Motivations: * Iron-Router foces us to use Tracker.nonreactive black magic in order to avoid un-necessary re-renders; * There is a community consensus (supported by some MDG members) that the flow-router API is easier to reason about; * The useraccounts now supports flow router (that was a blocking element when I considered the switch ~3months ago) On the server we use the Picker router, as encouraged by the Kadira team (which develop both Flow and Picker routers). In the current state of things there are some bugs related to the missing Loading architecure. Previously onRendered callback where always called when the data the component needed was available, now we have to handle this ourselves, which we will in a following commit.
* Allow a user to edit its profile or avatar from a member popoverMaxime Quandalle2015-06-191-2/+3
| | | | | | | Fixes the data context on the member popover in the details pane. Also change the way Popover detect if the click is initiated from a parent popover -- from reading Blaze context, to looking at the event target parents.
* Improve the multi-selection experienceMaxime Quandalle2015-06-161-6/+2
| | | | | | | | | | New features: - select all filtered cards - assign or unassign a member to selected cards - archive selected cards This commit also fix the card sort indexes calculation when a multi- selection is drag-dropped.
* Work on the card activities and commentsMaxime Quandalle2015-06-121-0/+2
| | | | | | | | | 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.
* Add a UI to restore archived cardsMaxime Quandalle2015-06-071-1/+1
|
* Click on the page to escape the last actionMaxime Quandalle2015-06-071-4/+4
| | | | | | 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 boardMaxime Quandalle2015-06-061-0/+4
|
* Maintain a visual indication of the popup openerElementMaxime Quandalle2015-06-061-1/+1
|
* Implement multi-selectionMaxime Quandalle2015-05-301-2/+30
| | | | | | 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.
* UI improvementsMaxime Quandalle2015-05-271-0/+94
* 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.