{"id":29215463,"url":"https://github.com/aackerman/ember-flash-queue","last_synced_at":"2025-09-03T09:39:59.602Z","repository":{"id":66051008,"uuid":"13259378","full_name":"aackerman/ember-flash-queue","owner":"aackerman","description":"Client-side flash queue for Ember applications","archived":false,"fork":false,"pushed_at":"2014-07-14T21:16:14.000Z","size":264,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T16:25:07.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aackerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-02T00:31:34.000Z","updated_at":"2014-07-10T00:01:34.000Z","dependencies_parsed_at":"2023-02-19T22:00:31.925Z","dependency_job_id":null,"html_url":"https://github.com/aackerman/ember-flash-queue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aackerman/ember-flash-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Fember-flash-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Fember-flash-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Fember-flash-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Fember-flash-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aackerman","download_url":"https://codeload.github.com/aackerman/ember-flash-queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Fember-flash-queue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273423734,"owners_count":25103143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-03T00:09:49.701Z","updated_at":"2025-09-03T09:39:59.531Z","avatar_url":"https://github.com/aackerman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-flash-queue\n\n![Example flash messages](https://raw.githubusercontent.com/aackerman/ember-flash-queue/master/examples/example.png)\n\nA client side flash queue similar to the Rails flash queue. For use with Ember. Completely ready to drop into an application, styling included. Or you can roll your own styling to better fit your application.\n\nYou can view a complete demo [here on jsbin](http://emberjs.jsbin.com/ember-flash-queue/latest).\n\nAssumes `App` namespace by default. With options for scheduling 'destruction' of flashes. Allowing flashes to be dismissable by the user. And four different color schemes for alerts, info, notices, and warnings.\n\nThe necessary Handlebars can be placed in your application template.\n\n```html\n\u003cdiv class=\"flash-queue\"\u003e\n  {{#each App.flashQueueController}}\n    {{view App.FlashMessageView}}\n  {{/each}}\n\u003c/div\u003e\n```\n\nThe main interface.\n\n```js\nApp.flashQueueController.flash('notice', 'Hello World!');\n```\n\nOr even easier alias `flash` to the top level namespace.\n\n```js\n// for ES5 environments\nApp.flash = App.flashQueueController.flash.bind(App.flashQueueController);\n\n// for ES3 environments\nApp.flash = function(type, message) {\n  App.flashQueueController.flash(type, message);\n}\n```\n\nAnd now you can flash to your :heart:'s content\n\n```js\nApp.flash('notice', '\u003c3 EmberJS');\n```\n\n## Author\n\n| [![twitter/_aaronackerman_](http://gravatar.com/avatar/c73ff9c7e654647b2b339d9e08b52143?s=70)](http://twitter.com/_aaronackerman_ \"Follow @_aaronackerman_ on Twitter\") |\n|---|\n| [Aaron Ackerman](https://twitter.com/_aaronackerman_) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faackerman%2Fember-flash-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faackerman%2Fember-flash-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faackerman%2Fember-flash-queue/lists"}