• Stars
    star
    175
  • Rank 212,098 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

โš› Atom inspired notification messages for ember-cli

ember-cli-notifications

Download count all time NPM package Build Status Ember Observer Score Maintainability

Compatibility

  • Ember.js v3.8 or above
  • Ember CLI v3.8 or above
  • Node.js v12 or above

Installation

ember install ember-cli-notifications

Usage

An Ember addon that adds Atom inspired notification messages to your app.

Interactive documentation can be found here.

Upgrading to 5.0.0

Icons and FontAwesome

As of 5.0.0 we no longer depend on Font Awesome so you can remove any configuration you have related to the icons:

var ENV = {
  'ember-cli-notifications': {
    includeFontAwesome: true
  }
}

or

var ENV = {
  'ember-cli-notifications': {
    icons: 'bootstrap'
  }
}

Service Name

We have also updated the name of the service to be simply notifications so you can now inject the notifications service with a much simpler inject statement:

import Controller from '@ember/controller';
import { inject as service } from '@ember/service';

export default Controller.extend({
  notifications: service(),
});

Removing CSS modules

We have removed the use of CSS Modules so you can now override the styles more effectively without needing as many hacks. You can remove any strange hacks that you might have implemented in your app to override styles.

Contributing

See the Contributing guide for details.

More Repositories

1

ember-get-config

Get `config/environment` from anywhere, even addons!!!
JavaScript
64
star
2

lint-to-the-future

A modern way to progressively update your code to the best practices
JavaScript
53
star
3

ember-radio-buttons

Implementation of radio buttons for ember that works with ember-cli
JavaScript
39
star
4

express-autoroute

Helper module to automatically load Express routes from a structured routes/ folder
JavaScript
35
star
5

ember-body-class

CSS classes on the <body> for your routes, as well as loading and error states.
JavaScript
27
star
6

express-autoroute-json

Opinionated way to automatically build CRUD for express apps. Get up and running in < 5 mins
JavaScript
16
star
7

express-lightning-deploy

An implementation of the lightning deploy strategy for Express. Works great with ember-cli-deploy
JavaScript
10
star
8

paypal-to-ynab

JavaScript
8
star
9

npm-lockfile-version

Shell
7
star
10

lint-to-the-future-ember-template

JavaScript
6
star
11

twitch-overlay

The source code for the twitch overlay I use for stream on https://twitch.tv/real_ate
JavaScript
5
star
12

testing-mu

Hacking with Robert Jackson to add two dummy apps: https://youtu.be/rsftBMGOfyo
JavaScript
3
star
13

ember-deprecation-error

A simple ember addon that can be useful for creating deprecation ember-try scenarios
JavaScript
3
star
14

emberfest-watch-list

JavaScript
2
star
15

ember-html-excerpt

JavaScript
2
star
16

jam-for-humans

OpenSlide presentation "Jam Templates for Humans"
JavaScript
2
star
17

chris.manson.ie

JavaScript
1
star
18

rfc-app

Experiment: host app for empress/rfc-process for the Ember rfcs
JavaScript
1
star
19

tinydesignsystem

Website for tinydesignsystem.com
HTML
1
star
20

emberfest-bottled-ember

JavaScript
1
star
21

ember-vite-app

JavaScript
1
star
22

lttf-dashboard

Reusable workflows for creating your lint-to-the-future tracking dashboard
1
star
23

an-octane-powered-jam-stack

JavaScript
1
star
24

lint-to-the-future-stylelint

JavaScript
1
star
25

emberconf-modern-ember-addons

JavaScript
1
star
26

emberconflive.netlify.com

JavaScript
1
star