Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since Nova 4 uses Vue 3, the Indicators weren't rendering on the latest Nova version.
This PR updates the package to support Nova 4 (just for the project i'm using it on) and likely won't be compatible with previous Nova versions. That is why i'd suggest to release this eventually as a v2 of this package with instructions how Nova 1 - 3 users should install v1 on their project.
Besides the Nova 4 / Vue 3 update, i've also made minor changes to the code styling to match other packages i've came across and a small CSS change to improve spacing between the indicator and the text. Feel free to revert these smaller changes if they don't match your workflow.
This PR is not 100% release ready since i've not