summaryrefslogtreecommitdiffstats
path: root/client/components/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors related to language namesGhassen Rjab2018-02-261-4/+8
|
* Fix card shadow to cover the full page.Stefano Pogliani2018-02-211-0/+2
|
* Remove Emoji support, so MAC addresses etc show correctly.Lauri Ojansivu2018-02-123-28/+3
| | | | Thanks to xet7 ! Closes #1248, closes #323
* Fix Igbo language at menu.Lauri Ojansivu2018-01-281-1/+1
|
* Merge branch 'fix-bug-on-header-quick-access' of ↵Lauri Ojansivu2017-12-111-0/+1
|\ | | | | | | https://github.com/thuanpq/wekan into thuanpq-fix-bug-on-header-quick-access
| * Fixed - boards subscription should be placed at header for all other ↵Thuan Pham Quoc2017-12-061-0/+1
| | | | | | | | component can be used
* | Fix lint errors.Lauri Ojansivu2017-12-031-1/+1
|/
* Move user-admin subsciption to headerThuan Pham Quoc2017-12-011-0/+2
|
* Merge branch 'conflict-resolution-458' of https://github.com/nztqa/wekan ↵Lauri Ojansivu2017-11-293-14/+52
|\ | | | | | | into nztqa-conflict-resolution-458
| * Optimize for mobile web, show single list per page with navigate barnztqa2017-11-293-14/+52
| |
* | Fix: Frequent Subscriptions problem that make Excessive CPU usage.Lauri Ojansivu2017-11-291-4/+0
|/ | | | Thanks to mfshiu ! Closes #1096, Closes wekan/wekan-mongodb#2
* Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317Lauri Ojansivu2017-10-311-0/+1
|
* Fix: Admin announcement can be viewed without signing in.Lauri Ojansivu2017-10-091-6/+7
| | | | Thanks to nztqa ! Closes #1281
* Rename notice -> announcementnztqa2017-10-011-4/+4
|
* Add message from service administratornztqa2017-09-283-0/+22
|
* Add emojis back, because removing them broke local dev Sandstorm.Lauri Ojansivu2017-09-252-2/+22
| | | | Thanks to xet7 ! Opens #1248, opens #743, opens #643, opens #323
* Remove emoji support, because it breaks MAC addresses, urls, code etc.Lauri Ojansivu2017-09-252-22/+2
| | | | Thanks to xet7 ! Closes #1248, closes #743, closes #643, closes #323
* Usernames should be able to include dots (.)Jonas Oberg2017-08-251-2/+2
|
* Add web manifestDan Hawkes2017-08-201-0/+1
| | | | Adds a basic web manifest to support progressive web-app use.
* Fix keyframe propertynztqa2017-07-281-1/+2
| | | | | Support for IE11 https://github.com/wekan/wekan/pull/646
* Edit card description with invalid markdownGhassen Rjab2017-06-201-0/+2
| | | The viewer has a minimum height of 18px (at least a single line) so the anchor can still be clickable even there is no text shown
* Add Breton labelGhassen Rjab2017-06-191-1/+1
|
* Sort available languages by their translated namesGhassen Rjab2017-06-181-3/+11
|
* Fix fonts. Still looking for better solution for #707Lauri Ojansivu2017-03-241-1/+1
|
* Fix default font so Chinese is shown correctly. Closes #914Lauri Ojansivu2017-03-191-1/+1
|
* Set IE compatibility mode to Edge to so thatLauri Ojansivu2017-03-151-0/+1
| | | | Wekan board loads correctly.
* Admin panel:lkisme2017-02-241-0/+2
| | | | | | | Only invited user can register in strict mode, Set mail server in admin panel, Switch strict mode in admin panel, Invite people to system in admin panel
* invoke new component from headerBarJoel Louzado2017-02-221-1/+1
|
* Merge pull request #706 from kamijin-fanta/fix/viewer-linkLauri Ojansivu2017-02-101-0/+5
|\ | | | | UI: fix description link style.
| * UI: fix description link style.kamijin-fanta2016-10-121-0/+5
| | | | | | | | | | - apply underline - change text color on hover
* | Merge pull request #707 from kamijin-fanta/fix/font-familyLauri Ojansivu2017-02-101-1/+1
|\ \ | | | | | | UI: fix font
| * | UI: fix fontkamijin-fanta2016-10-121-1/+1
| |/ | | | | | | - Add YuGothic and Meiryo. because display of non english letter dirty.
* | fixed few overseightsMario Orlicky2016-11-251-1/+0
| |
* | New option to set up minimum limit to show cards count for each list in boardMario Orlicky2016-11-251-0/+6
|/
* Fix eslint testingMaxime Quandalle2016-07-211-2/+2
| | | | Partially reverting c8705a0
* Fix bug where you get a "null" option in @-mention autocomplete (#649)Drew Fisher2016-07-211-2/+2
|
* Fix #573Maxime Quandalle2016-07-201-1/+3
|
* Implement a disconnected indicatorMaxime Quandalle2016-07-203-0/+25
| | | | Fixes #451
* UI: Fix overlapping click event handler (#614)Alexander Sulfrian2016-07-111-9/+11
| | | | | The click event handler for links in the card display are overlapping: The general event for opening the link in a new window matches on user mentions, too. But user mentions cannot be opened in a new window.
* Merge pull request #531 from TheElf/develMaxime Quandalle2016-03-181-2/+2
|\ | | | | Plural of Emoji
| * Changes in code to correct the spelling of emoji (plural)Daniel2016-02-281-2/+2
| |
* | Upgrade ESLint to v2Maxime Quandalle2016-03-171-10/+12
|/ | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-2/+6
| | | | | | | | 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-3/+3
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-052-1/+7
|
* 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
* Optimize login form layout & cssfloatinghotpot2015-12-281-8/+9
| | | | Fixes #448
* Don't display sing-in link to connected usersMaxime Quandalle2015-12-211-2/+3
|
* fix board headeer issuefloatinghotpot2015-12-173-4/+5
|
* add: support compact mode for mobile web, auto adapt to small screen/windowLiming Xie2015-12-174-103/+242
|