-
Notifications
You must be signed in to change notification settings - Fork 158
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
[WIP] Dialog addapiapp & addopdsfeed #2028
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
opdsAddFeed : apiAppAddFeed : @arthur-lemeur can you propose a new css design 🙏 |
Status: This PR barely works, need to test with a screenReader and implement new CSS. This PR introduce a new Generic component DialogWithRadix with a optional collapse button. |
<DialogClose asChild> | ||
<button className={stylesButtons.button_primary}>{__("dialog.cancel")}</button> | ||
</DialogClose> | ||
<DialogClose asChild> | ||
<button type="submit" disabled={!title || !url} className={stylesButtons.button_secondary} onClick={() => addAction()}>{__("opds.addForm.addButton")}</button> | ||
</DialogClose> | ||
</DialogFooter> | ||
</form> |
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.
why move the form end tag : here !!
the submit button is not covered
The base branch is now arthur/ui/sass1 (#2007). Need to merge and works in this |
I'm closing it, I've manually merged 4 files in 5f07304
|
No description provided.