10 Commits

Author SHA1 Message Date
kosgrz 55e0ee387c [MM-13298] Remove usage of localizeMessage for aria-label and title attributes (#2245)
* Remove usage of localizeMessage for aria-label and title attributes in HTML tags
* Remove duplicate tooltip caused by the usage of OverlayTrigger and title attribute
2019-01-15 17:05:04 +08:00
Jesús Espino 593a8bbd00 MM-13272: New LoadingWrapper component (#2149)
* MM-13272: Adding Loading Component

* MM-13272: Improving loaders consistency

* Updated i18n/en.json

* Applying proposed changes

* Lot of naming and path changes

* Changing classes names
2018-12-19 05:28:56 +01:00
Jesús Espino 94930766b2 Add t() translation mark to i18nable strings and update translations (#1593)
* Add t() translation mark to i18nable strings and update translations

* Add 'Search Gfycat' string translation

* More translation fixes
2018-09-21 11:24:53 -03:00
Asaad Mahmood 983635d83d MM-10064 - Updating title for icons (#1256)
* MM-10064 - Updating title for icons

* Updating activity log icon

* Updating menu icon

* Updating unrelated code change

* Updating plus icon

* Updating tests

* Updating localised strings

* Updating Utils typo
2018-06-22 11:36:57 -04:00
Jesús Espino b7ea06f099 Migrating storage admin console panel to declarative (#1178) 2018-05-09 17:10:34 -04:00
Jesse Hallam e76203baa0 add eslint-plugin-header, and --fix all (#1140)
* add eslint-plugin-header, and --fix all

While the checking feature of this plugin seems to work great, its --fix
will sometimes removing leading comments when the license header doesn't
match. I've hand-edited the over-zealous removals, so this won't be an
issue going forward except for new files with missing headers but
leading comments.

* fixes from latest master changes

* latest changes from master
2018-04-30 13:31:29 -04:00
Jesse Hallam 27a5b77fb9 update eslint's comma-dangle rule to always-multiline. (#830)
* update eslint's `comma-dangle` rule to `always-multiline`

* Invoke `yarn fix` to adopt the updated eslint rules. No other changes are included.
2018-02-21 11:34:59 -05:00
Saturnino Abril c41de179cd Reorganize imports and add eslint rules (#87)
* reorganize imports and add eslint rules

* rebase and fix conflicts
2017-10-06 01:50:05 +08:00
George Goldberg 3b0c2a8173 PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)
* PLT-6595: System Console for Elasticsearch Job Management.

* Fixing UI issues

* Fixing colors

* ESLint Fixes.

* Update test snapshots.

* Fixing cancel button

* Fix review comments.

* Config capitalisation.

* Review fixes.
2017-08-01 13:11:29 +01:00
George Goldberg 5c79de0d66 Refactor system console buttons into RequestButton component. (#6808)
Since I was going to make yet another button for the ElasticSearch test
config button, I refactored all of them to use a single common component
and tidied that component up and gave it some unit tests.
2017-07-04 00:00:17 -07:00