-
Notifications
You must be signed in to change notification settings - Fork 85
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
H-1643: Add draft indicators to browser plugin jobs, add tooltips #4168
Conversation
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.
Thanks Ciaran, this looks good to me and is working as expected. Had one thought whilst testing it out, but doesn't block merging.
@@ -114,47 +116,82 @@ const InferenceRequestContainer = ({ | |||
{request.status === "pending" ? ( | |||
<Stack alignItems="center" direction="row"> | |||
{cancellationRequested ? ( | |||
<Tooltip title="Cancellation pending..."> |
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.
Maybe we should rethink the positioning of the tooltips here, it's making it slightly harder to hover from the right icon to the left icon because of the placement:
Screen.Recording.2024-03-14.at.15.02.22.mov
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.
Moved in a16e59e
…el/hash into cm/fix-browser-plugin-indicators
🌟 What is the purpose of this PR?
Breaks this commit out of #3953, which is stuck.
UX improvements to the browser plugin:
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
You might have to run the browser plugina via
yarn build && yarn start
rather thanyarn dev
due to some bundling issues which will be fixed by changes to@blockprotocol/core
made in blockprotocol/blockprotocol#1373, but that is blocked by converting a bunch of stuff in this repo to ESM.❓ How to test this?