-
Notifications
You must be signed in to change notification settings - Fork 200
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: Duplicate chart #109
Conversation
🦋 Changeset detectedLatest commit: a767ad9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
0867926
to
ceae882
Compare
ceae882
to
a767ad9
Compare
@@ -31,6 +31,7 @@ | |||
"esbuild": "^0.14.47", | |||
"fuse.js": "^6.6.2", | |||
"immer": "^9.0.21", | |||
"jotai": "^2.5.1", |
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.
ah it finally made its way into the project... @joelseq I think you'll enjoy this 😂
}, [confirm, setConfirm]); | ||
|
||
return confirm ? ( | ||
<Modal show onHide={handleClose}> |
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.
Personally I'd prefer a tooltip next to the action button but can see how this is faster to implement rn
|
||
return React.useCallback( | ||
async (message: string, confirmLabel?: string): Promise<boolean> => { | ||
return new Promise(resolve => { |
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.
new pattern learned for me today 🤯
docker compose -f docker-compose.dev.yml up -d --no-deps --build app
after pulling this branchScreen.Recording.2023-11-16.at.7.19.24.PM.mov