sl-ember-components icon indicating copy to clipboard operation
sl-ember-components copied to clipboard

An Ember CLI Addon that provides a variety of UI components.

Results 100 sl-ember-components issues
Sort by recently updated
recently updated
newest added

Use of "previous" everywhere rather than "previous", "previous", "back", etc. Balance this with need for specific context, such as "previous year", "previous month" (is such context necessary?)

discussion
architecture

https://codeclimate.com/github/softlayer/sl-ember-components/addon/components/sl-menu.js

sl-menu
refactor
changelog:7 internal

Had hoped https://github.com/softlayer/sl-ember-components/issues/135 would fix this but it did not

bug
demo app

https://github.com/zzarcon/ember-cli-Mutation-Observer

research

How do `sl-alert` and `sl-button` function as non-block form? What about `sl-textarea` that can be used as both?

research

To allow for importing of moment library in files that need it.

discussion

In dev console have went "native" and used `document.getElementById()` and was unable to. Possibly due to the focus data trigger added for popover?

bug
sl-input
changelog:2 breaking bug fix

Chart div height updates correctly@ 81 ms Expected: 50 Result: 51 Diff: 501

bug
sl-chart
tests

View code coverage reporting at /tests?coverage and determine whether the code identified in `updateData()` needs to be specifically tested or if other tests in existence are testing it as a...

sl-chart
tests
research

In scenarios where an argument can be an array of objects we have only been asserting that the argument is an array, and not that each element inside of it...

question