Florian Pichler
Florian Pichler
Better semantics. Also the values should be saved to localStorage.
It can be disabled in the preferences
It can be disabled in the preferences
This aims to be the foundation for replacing the deprecated and abandoned torii ember addon and the authenticator we deprecated that relied on it. Scope of this PR / authenticator:...
```css /* works */ .main { grid-column: 2 / 3; } /* Error: Unsupported property error: grid-column is not a supported property */ .main { grid-column: 2 / span 3;...
This change is made with the intention of deprecating and later removing the `htmlContent` flag from the message, shifting the responsibility of creating htmlSafe content to the consuming application in...
- Simplifies component class - Move @z-index@ handling to CSS custom property Closes #250 Closes #272
Needs to be rebased once #324 / #328 are approved and merged. * Simpler (and therefore better) HTML and CSS layout for individual notifications * Better handling of animations *...
Sending ctrl + c to a running `ember serve` should terminate the server and running ember-cli instance, but for some reason it does not completely clean up after itself and...
Is there a reason `alwaysIncludeLinkageData` isn't `true` by default? There is no way to reach the relationship from ember if not even the ids are serialized. ```js import { JSONAPISerializer...