Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(notification-center-vue): use the novu forked floating-vue library #3057

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

LetItRock
Copy link
Contributor

What change does this PR introduce?

The notification-center-vue package has a dependency on the forked floating-vue library, which has an important fix applied. The original library is not maintained.

The quick fix for use before was to as the link to a GH resource (tarball) in the dependencies list. But, this solution is not working well everywhere, for ex. some Indian ISPs are blocking downloads from the GH, resulting in the failed installation of the notification-center-vue package.

Now, we've forked the floating-vue library under the Novu org and released it on the NPM, so we can now install it normally through the NPM registry. And this PR is using that NPM package.

Why was this change needed?

Context: https://discord.com/channels/895029566685462578/1083589887804067880

Other information (Screenshots)

Screenshot 2023-03-20 at 17 58 51

Screen.Recording.2023-03-20.at.17.58.31.mov

@scopsy scopsy added this pull request to the merge queue Mar 21, 2023
@scopsy scopsy merged commit 7f31bdf into next Mar 21, 2023
@scopsy scopsy deleted the notification-center-vue-use-forked-floating-vue branch March 21, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants