summaryrefslogtreecommitdiffstats
path: root/client/components/boards
Commit message (Collapse)AuthorAgeFilesLines
* Restore original font and font sizes.Lauri Ojansivu2018-04-111-2/+2
| | | | Admin panel people and version texts to darker.
* Board title as markdown in board view.Lauri Ojansivu2018-04-061-2/+3
| | | | Thanks to xet7 !
* Fix scroll board when opening cardDetailsAndrés Manelli2018-03-171-2/+2
|
* Fix drag and drop issues when re-enter boardAndrés Manelli2018-03-161-21/+82
|
* Fix scrollbar inside list and outer scrollAndrés Manelli2018-02-282-1/+3
|
* Fix order lists in lists viewAndrés Manelli2018-02-281-0/+3
|
* Allow swimlanes reorderingAndrés Manelli2018-02-272-10/+1
|
* Open search sidebar from an opened boardGhassen Rjab2018-02-232-0/+7
|
* Fix card shadow to cover the full page.Stefano Pogliani2018-02-211-3/+6
|
* Allow toogle of lists and swimlanes viewsAndrés Manelli2018-01-223-4/+19
|
* Add view boards field to change between viewsAndrés Manelli2018-01-222-0/+21
|
* Add siwmlane button. Allow card drop between swimlanesAndrés Manelli2018-01-192-20/+0
|
* First swimlane draft, no functionalityAndrés Manelli2018-01-194-164/+13
|
* Fixed - boards subscription should be placed at header for all other ↵Thuan Pham Quoc2017-12-061-2/+0
| | | | component can be used
* Move user-admin subsciption to headerThuan Pham Quoc2017-12-011-1/+0
|
* Merge branch 'conflict-resolution-458' of https://github.com/nztqa/wekan ↵Lauri Ojansivu2017-11-294-10/+33
|\ | | | | | | into nztqa-conflict-resolution-458
| * Optimize for mobile web, show single list per page with navigate barnztqa2017-11-294-10/+33
| |
* | Fix: Frequent Subscriptions problem that make Excessive CPU usage.Lauri Ojansivu2017-11-291-0/+7
|/ | | | Thanks to mfshiu ! Closes #1096, Closes wekan/wekan-mongodb#2
* Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵Lauri Ojansivu2017-11-213-0/+35
|\ | | | | | | thuanpq-card-spent-time
| * Added red-green circle to board lists item for indicating board which has ↵Thuan Pham Quoc2017-11-203-0/+35
| | | | | | | | overtime logs or normal spent time log
* | Fixed issue on board list with long-desc boardsThuan Pham Quoc2017-11-201-0/+1
|/
* Fix and update translations. Thanks to xet7 ! Closes #1286Lauri Ojansivu2017-10-101-1/+1
|
* Add toggle switch-style for board color change eventsnztqa2017-10-041-0/+11
|
* 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-303-16/+34
|
* A Sandstorm user can restore an archived boardGhassen Rjab2017-07-253-0/+16
|
* Import boards in SandstormGhassen Rjab2017-07-241-0/+1
|
* 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-122-0/+54
|\ | | | | | | nztqa-improve-notify
| * Add input form in board menunztqa2017-07-092-0/+54
| |
* | Use right class for options listGhassen Rjab2017-07-091-1/+1
| |
* | Add import Wekan board featureGhassen Rjab2017-07-082-1/+14
|/
* Archived boards to be translatable.Lauri Ojansivu2017-06-191-3/+3
|
* Fix Travis CI errors, againGhassen Rjab2017-06-171-6/+4
|
* Fix Travis CI errorsGhassen Rjab2017-06-171-5/+5
|
* Fix export pathGhassen Rjab2017-06-161-1/+7
|
* Reenable the export featureJohannes Zellner2017-06-121-11/+11
| | | | Fixes #1055
* Fix Drag Board To Scrollnztqa2017-06-061-1/+1
|
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-271-11/+11
|
* comment only working, naive implementation completeRyan Helsing2017-03-182-2/+8
|
* cant see add list if comment onlyRyan Helsing2017-03-182-1/+7
|
* changes for lint warningsJoel Louzado2017-02-221-6/+6
|
* New component for use in header-barJoel Louzado2017-02-222-6/+16
|
* Added tooltip to `MenuBoard` buttonJoel Louzado2017-02-151-1/+1
|
* Fix typos, thanks to umbertoooLauri Ojansivu2017-02-011-1/+1
|
* Fix undefined variables errorsMaxime Quandalle2016-07-211-2/+5
|
* 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-212-10/+23
| | | | | | | | | 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).