open-consul/ui-v2/app/templates/components
John Cowen cc41c86f30
UI: Reduce in-development deprecations (also use toLocaleString) (#4677)
Various ember addons produced deprecation messages, some in the browser
console and some in terminal. Upgrading and replacing some of these has
reduced this.

Upgrades:

- ember-collection
- ember-computed-style

Replacements:

- ember-pluralize replaced with ember-inflector
- ember-cli-format-number replaced with custom helper using standard
`toLocaleString`

Removing ember-cli-format-number also meant some further changes related
to decimal places in the tomography graph, done using `toFixed`

The ExternalSources background-images have also now been escaped
correctly preventing in-development `console` warnings.

The only deprecation warnings are now from ember-block-slots, only in
terminal, making for a better development experience overall, especially now we
have an empty browser console

Also adds a `callIfType` 'helper util' which is a util specifically for helpers (it conforms to a helper argument signature) to be expanded upon later.
2018-10-01 13:42:42 +01:00
..
acl-filter.hbs Add searching ACL's by token 2018-06-14 13:06:02 +01:00
action-group.hbs UI: Begin unskipping some more trivial tests (#4574) 2018-08-29 09:59:02 +01:00
app-view.hbs UI: CSS Additions (mainly %frames) (#4623) 2018-09-21 10:18:32 +01:00
catalog-filter.hbs
code-editor.hbs UI: Bugfix. Remove split view code editor (#4615) 2018-09-12 20:18:12 +01:00
confirmation-dialog.hbs
datacenter-picker.hbs
feedback-dialog.hbs UI: Tooltips and feedback-dialogs are the same thing - merge (#4678) 2018-09-21 11:13:21 +01:00
freetext-filter.hbs Use html5 oninput instead of onkeyup for native textual inputs 2018-07-03 15:40:15 +01:00
hashicorp-consul.hbs Move intentions menu item to after ACLs 2018-06-25 12:25:37 -07:00
healthcheck-status.hbs UI: Tooltips and feedback-dialogs are the same thing - merge (#4678) 2018-09-21 11:13:21 +01:00
healthchecked-resource.hbs UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
intention-filter.hbs WIP: First draft intentions 2018-06-25 12:25:14 -07:00
list-collection.hbs
radio-group.hbs
tab-nav.hbs
tab-section.hbs
tabular-collection.hbs
tomography-graph.hbs UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00