-
Notifications
You must be signed in to change notification settings - Fork 470
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: Dialog Component #886
feat: Dialog Component #886
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🎉 This PR is included in version 3.13.0-beta-dialog.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: Dialog Component (#886) * basic dialog component --------- Co-authored-by: severinlandolt <[email protected]> Co-authored-by: christopherkindl <[email protected]> * Update README.md * Update dialog * fix: dialog story * fix: add max-w default to panel * fix: classify background as theme token --------- Co-authored-by: Touha Zohair <[email protected]> Co-authored-by: christopherkindl <[email protected]>
Hey @iamtouha, thank you very much for creating this PR. I merged it a few days ago and its almost ready to be included in our next release. Today I wanted to update Headless UI from https://github.com/tremorlabs/tremor/tree/chore/updatetailwindpackagegs PS: I recently learned, that Headless UI also exports its props, might be useful too: |
Hi @severinlandolt I'll take a look at the branch and investigate the type issue. I'll do my best to address it and get things sorted out. |
@iamtouha Oh wow, you are quick! Thanks a ton✨ |
Hi @severinlandolt It seems headlessui introduced a new property for dialog in their latest release. tailwindlabs/headlessui#2709. the fix is to add I didn't use the P.S. I have no idea how can i push this change to the branch. Should I create another PR? |
@iamtouha Cool! One moment, I will add you as contributor. Makes things a lot easier, have a look at your emails ;) You should now be able to directly commit to this PR 👍 |
@severinlandolt Cool! thanks! |
Hi @severinlandolt, I apologize for any inconvenience or confusion caused by my inexperience. It seems a new PR was created whin i tried to commit to this PR as this is already closed. |
Hey @iamtouha, no worries at all! I will check it right now :) |
* feat: add custom colors for Tracker (#872) * fix: add CustomColor type * feat: tickGap (#890) * fix: remove lib styles (#894) * feat: Dialog Component (#886) Co-authored-by: mbauchet <[email protected]> Co-authored-by: Touha Zohair <[email protected]> Co-authored-by: christopherkindl <[email protected]> Co-authored-by: severinlandolt <[email protected]>
Hi @iamtouha, we just released a new version including your Dialog component! Thank you for your contribution. I was able to release your PR almost unchanged with what you submitted. If you would like to contribute in the future, we have two issues which we would love to get some help:
|
Thanks @severinlandolt. Excited that the Dialog component is part of the new release. It was my pleasure contributing and I'm definitely interested in contributing further. I'll take a look at these issues and see how I can assist. |
Description
This PR introduces-
Dialog
andDialogPanel
componentDialog
Dialog
Dialog API
Related issue(s)
refs #830
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
How has this been tested?
Dialog
Screenshots (if appropriate):
The PR fulfils these requirements:
main
branch