discourse/app/assets/stylesheets
Joffrey JAFFEUX c25b8abd70
FEATURE: allows plugins to add a global notice (#8552)
* FEATURE: allows plugins to add a global notice

Usage:

```
api.addGlobalNotice(id, text, options = {});
```

Options can be:

```
dismissable // Will display a button to hide the notice if true
html // will prepend html to the next if present
level // alert level, will usee css class of alert component
persistentDismiss // if true won't show notice again on reload
onDismiss // execute a custom action on dismiss
visibility // defines custom logic for notice visibility
```

Co-authored-by: Robin Ward <robin.ward@gmail.com>
2019-12-27 09:06:36 +01:00
..
common FEATURE: allows plugins to add a global notice (#8552) 2019-12-27 09:06:36 +01:00
desktop UX: Some category page style adjustments for sub-sub categories 2019-12-20 16:17:34 -05:00
mobile UX: Some category page style adjustments for sub-sub categories 2019-12-20 16:17:34 -05:00
vendor Revert "FIX: update normalize css from 3.0.1 to 8.0.1 (#8591)" (#8618) 2019-12-24 10:45:42 +11:00
admin.scss Sane sendAction() behavior 2015-09-11 09:34:20 -07:00
common.scss FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
desktop_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
desktop.scss DEV: debundle plugin css assets and don't load if disabled (#7646) 2019-08-20 22:09:52 +05:30
embed.scss FEATURE: Create New Topic button on embed with params (#8280) 2019-11-01 14:19:10 -05:00
mobile_rtl.scss FEATURE: support user local switching to RTL correctly 2015-05-20 15:56:54 +10:00
mobile.scss General admin style cleanup 2019-10-04 13:25:54 -04:00
wizard.scss UX: Adjusts wizard step margins (#8452) 2019-12-03 22:28:03 +08:00