-
Notifications
You must be signed in to change notification settings - Fork 10
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
build: dependency upgrades and dependency instructions update #38
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,12 +42,10 @@ const KeyNoteVelocityVisualise = React.memo( | |
<p>Value</p> | ||
<> | ||
<chakra.label | ||
index={1} | ||
noChildren={entry.notes?.length ?? 0} | ||
gridRow={`2 / span ${(entry.notes?.length ?? 0) + 1}`} | ||
htmlFor={key} | ||
> | ||
{HIDCodes[parseInt(key)]} | ||
{entry.notes?.length ?? HIDCodes[parseInt(key)]} | ||
</chakra.label> | ||
Comment on lines
-45
to
49
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change doesn't make much sense to me, it doesn't really seem equivalent? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @simon-wh you're right, it doesn't make any sense. Sorry for the long absence - in my defense I became a father a few months ago. I'll rework this PR next weekend. |
||
<div /> | ||
<Box | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "tauri" dependency should not be included here, it's an alpha channel of the "@tauri-apps/cli" that is already included, and the alpha seems to have been abandoned some 9 months ago by now and so is out of date in addition to not being needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right - thanks, and sorry for the long time it took to reply.