-
- Downloads
add notification service
Showing
- app/app.js 8 additions, 1 deletionapp/app.js
- app/components/notifications/index.hbs 5 additions, 0 deletionsapp/components/notifications/index.hbs
- app/components/notifications/index.js 11 additions, 0 deletionsapp/components/notifications/index.js
- app/components/notifications/toast/index.hbs 21 additions, 0 deletionsapp/components/notifications/toast/index.hbs
- app/components/notifications/toast/index.js 12 additions, 0 deletionsapp/components/notifications/toast/index.js
- app/components/role/edit.js 0 additions, 1 deletionapp/components/role/edit.js
- app/components/viewer/action_buttons/index.hbs 3 additions, 2 deletionsapp/components/viewer/action_buttons/index.hbs
- app/components/viewer/index.hbs 1 addition, 0 deletionsapp/components/viewer/index.hbs
- app/components/viewer/index.js 20 additions, 3 deletionsapp/components/viewer/index.js
- app/services/notify.js 29 additions, 0 deletionsapp/services/notify.js
- app/styles/app.scss 4 additions, 0 deletionsapp/styles/app.scss
- app/templates/authenticated.hbs 1 addition, 0 deletionsapp/templates/authenticated.hbs
- package.json 2 additions, 2 deletionspackage.json
app/components/notifications/index.hbs
0 → 100644
app/components/notifications/index.js
0 → 100644
app/components/notifications/toast/index.hbs
0 → 100644
app/components/notifications/toast/index.js
0 → 100644
app/services/notify.js
0 → 100644
... | @@ -69,7 +69,8 @@ | ... | @@ -69,7 +69,8 @@ |
"prettier": "^2.5.1", | "prettier": "^2.5.1", | ||
"qunit": "^2.17.2", | "qunit": "^2.17.2", | ||
"qunit-dom": "^2.0.0", | "qunit-dom": "^2.0.0", | ||
"sass": "^1.47.0" | "sass": "^1.47.0", | ||
"tracked-built-ins": "^2.0.1" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "12.* || 14.* || >= 16" | "node": "12.* || 14.* || >= 16" | ||
... | @@ -78,7 +79,6 @@ | ... | @@ -78,7 +79,6 @@ |
"edition": "octane" | "edition": "octane" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"tracked-built-ins": "^2.0.1", | |||
"webpack": "^5.65.0" | "webpack": "^5.65.0" | ||
} | } | ||
} | } |
Please register or sign in to comment