-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move notifications to v2 addon; Add glint
- Loading branch information
1 parent
6d77453
commit 8fc53e2
Showing
58 changed files
with
418 additions
and
499 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
'use strict'; | ||
|
||
const { addonV1Shim } = require('@embroider/addon-shim'); | ||
module.exports = addonV1Shim(__dirname); |
44 changes: 0 additions & 44 deletions
44
packages/notifications/addon/components/notification-card.hbs
This file was deleted.
Oops, something went wrong.
105 changes: 0 additions & 105 deletions
105
packages/notifications/addon/components/notification-card.ts
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
packages/notifications/addon/components/notifications-container.hbs
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/notifications/app/components/notifications-container.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports = { | ||
presets: [['@babel/preset-typescript', { onlyRemoveTypeImports: true }]], | ||
plugins: [ | ||
'@embroider/addon-dev/template-colocation-plugin', | ||
[ | ||
'babel-plugin-ember-template-compilation', | ||
{ | ||
targetFormat: 'hbs', | ||
compilerPath: 'ember-source/dist/ember-template-compiler' | ||
} | ||
], | ||
['@babel/plugin-proposal-decorators', { legacy: true }], | ||
'@babel/plugin-proposal-class-properties', | ||
'@babel/plugin-transform-class-static-block' | ||
] | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.