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

More tooltips #158

Merged
merged 8 commits into from
Jun 25, 2024
Merged

More tooltips #158

merged 8 commits into from
Jun 25, 2024

Conversation

fde31
Copy link
Member

@fde31 fde31 commented Jun 25, 2024

This introduces more tooltips across the whole UI, adjusts the help link to go straight to the Web Interface page and uses a diff icon for patcher instance unloading.

@fde31 fde31 requested a review from x37v June 25, 2024 10:02
Copy link
Contributor

@x37v x37v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one thing about sample dependencies and also..

the graph view on mobile.. feels like 'presets' should be one that shrinks and the patcher button maybe less so?

image

Comment on lines 20 to 30
title: "Delete Sample Dependency",
centered: true,
children: (
<Text size="sm">
Are you sure you want to delete the sample dependency { `"${dataFile.fileName}"` } from the runner?
</Text>
),
labels: { confirm: "Delete", cancel: "Cancel" },
confirmProps: { color: "red" },
onConfirm: () => onDelete(dataFile)
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should rename Sample Dependency to something else.. Audio File ?
Both here and in the left menu to get to the sample dep page.
They're not actually "Dependencies".. they are simply files that can be applied to a buffer (aka dataref) mapping.

@fde31 fde31 requested a review from x37v June 25, 2024 16:04
Copy link
Contributor

@x37v x37v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks great!

@fde31 fde31 merged commit 3f35ed2 into develop Jun 25, 2024
1 check passed
@fde31 fde31 deleted the fde/tooltips branch June 25, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants