summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.jade
Commit message (Collapse)AuthorAgeFilesLines
* resolving merge conflictsIgnatzHome2018-05-171-0/+1
|\
| * dropdown itemsPouyan Savoli2017-09-221-1/+1
| |
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-1/+1
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-221-0/+1
| |
* | Fix #1567Andrés Manelli2018-04-161-1/+1
| |
* | Board title as markdown in board view.Lauri Ojansivu2018-04-061-2/+3
| | | | | | | | Thanks to xet7 !
* | Open search sidebar from an opened boardGhassen Rjab2018-02-231-0/+4
| |
* | Add view boards field to change between viewsAndrés Manelli2018-01-221-0/+5
|/
* Rename New integration to New Outgoing WebhookLauri Ojansivu2017-09-091-1/+1
|
* Allow delete from client. List all integrations in web UIAndrés Manelli2017-08-301-5/+15
|
* A Sandstorm user can restore an archived boardGhassen Rjab2017-07-251-0/+6
|
* Fix import pages URLsGhassen Rjab2017-07-241-2/+2
|
* Add export and import in board menu in SandstormGhassen Rjab2017-07-241-0/+5
|
* Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-07-121-0/+11
|\ | | | | | | nztqa-improve-notify
| * Add input form in board menunztqa2017-07-091-0/+11
| |
* | Use right class for options listGhassen Rjab2017-07-091-1/+1
| |
* | Add import Wekan board featureGhassen Rjab2017-07-081-1/+7
|/
* 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