Skip to content

Commit

Permalink
fixup! chore(root): Remove Embed, Widget and Web Component
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Oct 10, 2024
1 parent 9b1e280 commit 4d66cb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,17 +201,6 @@
"path": "/libs/novui",
"problemMatcher": "$tsc"
},
{
"type": "npm",
"script": "build",
"label": "NOTIFICATION CENTER",
"path": "/packages/notification-center",
"problemMatcher": "$tsc",
"dependsOn": [
"NC CLIENT",
"SHARED"
]
},
{
"type": "npm",
"script": "build",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ There are two ways to get started:
```bash
npx novu@latest dev
```

2. [Create a free cloud account](https://dashboard.novu.co?utm_campaign=github-readme)

## 📚 Table of contents
Expand Down Expand Up @@ -130,14 +131,15 @@ await commentWorkflow.trigger({

```

## Embeddable Inbox component
## Embeddable <Inbox /> component

Using the Novu API and admin panel, you can easily add a real-time notification center to your web app without building it yourself. You can use our [React](https://docs.novu.co/inbox/react/get-started?utm_campaign=github-readme), or build your own via our API and SDK. React native, Vue, and Angular are coming soon.

<div align="center">
<img width="762" alt="notification-center-912bb96e009fb3a69bafec23bcde00b0" src="https://novu.co/static/6e670ba56ed7a65c7f5ccff5d58c56fb/a9e85/inbox.webp" alt-text="GIF of Novu's Embeddable Notification Center">

Read more about how to add a [notification center Inbox](https://docs.novu.co/inbox/react/get-started?utm_campaign=github-readme) to your app.

</div>

## Providers
Expand Down
3 changes: 0 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
packages:
# all packages in subdirs of packages/ and components/
- 'packages/*'
# exclude notification-center angular and vue packages as they will be deprecated by the new Inbox
- '!packages/notification-center-angular'
- '!packages/notification-center-vue'
- 'apps/*'
- 'libs/*'
# exclude packages that are inside test directories
Expand Down

0 comments on commit 4d66cb8

Please sign in to comment.