GitXplorerGitXplorer
w

notific8-closeall

public
0 stars
0 forks
0 issues

Commits

List of commits on branch develop.
Unverified
4693498d8ef4bc441a8d3c812c18e701c3f04d41

Fixes #2 - Renaming Legacy theme to Ocho

wwillsteinmetz committed 8 years ago
Unverified
225d694098e0d4ff8e61d9cc5938cef0550b3ad8

Fixes #2 - Renaming legacy theme to Ocho

wwillsteinmetz committed 8 years ago
Unverified
130ed77d91ef2ce2968a423f1400cabc83b63427

Finishing up for initial release

wwillsteinmetz committed 8 years ago
Unverified
4038fb6866061bd9bd6ceeed567ec669ed74bd75

Updating the readme file

wwillsteinmetz committed 8 years ago
Unverified
08dc2558b8f3f102d17b33cbf88a2f93e4af5ba9

Adding server for demo

wwillsteinmetz committed 8 years ago
Unverified
db47980a0c49f678569e85bd0a967350f745657a

Updating demo for notific8-closeall

wwillsteinmetz committed 8 years ago

README

The README file for this repository.

notific8-closeall

Build Status

Image module for the notific8 JavaScript plug-in. This plug-in adds a button to close all notifications if more than one are open at a time.

Install with Bower

$ bower install notific8-closeall --save

Install with NPM

$ npm install notific8-closeall --save

Demo page

An interactive demo page can be found in the root directory. It can be launched by running npm start demo after installing the node modules required for development.

Browser support

Currently supported and testing:

  • Chrome
  • Firefox
  • Safari (Mac only)
  • IE 10+
  • Edge

While not tested, this plug-in should work on Opera versions released after the rewrite on the Blink rendering engine.

Browser version support

As a rule of thumb, only the most recent plus one version older of a browser is supported unless marked otherwise. While it may work in IE8 and IE9, notific8 will not be tested or officially supported in legacy browsers such as versions of IE older than 10.

Styles

The styles are written in Scss format and available in the src/sass directory. Development will continue in Scss only - please do not open issues or pull requests to change the default style format.

Contributing

When contributing, create a feature branch from develop. Ensure that all existing tests are still passing. If appropriate, be sure to write new tests. When a pull request is created, ensure that it is requested to go into develop and not master.

License

The notific8 plug-in is released under the BSD license.

(c) 2013-2016 Will Steinmetz