ember-cli-flash
ember-cli-flash copied to clipboard
Simple, highly configurable flash messages for ember-cli
1. Create a new app using ember new testApp 2. Installed latest version of ember-cli-flash 3. created a test component `import Component from "@glimmer/component"; import { inject as service }...
This PR attempts to add ember-cli-addon-docs for this addon. Which should close #45
[email protected] includes PR #373, which includes a dep on `ember-cli-flash >= 2`. Upgrading from [email protected] to [email protected] does not work on apps that depend on `[email protected]` See my comment here...
Repro steps: 1. ember new my-app 1.1 cd my-app 2. ember install ember-cli-typescript 3. ember install ember-cli-flash 4. create a file that imports from ember-cli-flash, such as: ```ts import FlashService...
Would there be any interest in moving the current flash logic from the flash-message component, into a modifier? Thinking it could be (somewhat) backwards compatible, the current flash-message component would...
I would like to be able to specify what key I want my flash messages to be de-duped on - sometimes I'll have flashes with the same `message`, but they'll...
this is more of a feature suggestion than a bug: our team is looking to set an option for users to be able to toggle auto-dismiss/sticky messages. This enables us...
I'm working on a project where, for a number of reasons, I'd like to know how many messages are currently in the flash messages service. I'd use those to compute...
'exiting' class: how can I change this class name? Option in environment.js maybe? And why if I click to destroy flash the class is not applied?