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

Update Dialog to use children #907

Merged
merged 5 commits into from
Nov 20, 2023
Merged

Update Dialog to use children #907

merged 5 commits into from
Nov 20, 2023

Conversation

Oksamies
Copy link
Contributor

refs TS-1955

Copy link
Contributor

@anttimaki anttimaki left a comment

Choose a reason for hiding this comment

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

No hard blockers but I think at least some of the comments, like cleaning up the dead CSS, should be done within this PR.

@Oksamies Oksamies requested a review from anttimaki November 15, 2023 17:19
Copy link
Contributor

@anttimaki anttimaki left a comment

Choose a reason for hiding this comment

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

I think the any type and CSS nth-child bug (unless it's just misunderstanding on my part) should be fixed. Also check the older comments for replies.

packages/cyberstorm/src/components/Dialog/Dialog.tsx Outdated Show resolved Hide resolved
import { PackageDependencyDialog } from "./PackageDependencyDialog/PackageDependencyDialog";
import * as Button from "../../../Button/";
import { useDapper } from "@thunderstore/dapper";
import { usePromise } from "@thunderstore/use-promise";
import { Dialog } from "../../../..";
Copy link
Contributor

Choose a reason for hiding this comment

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

The latest changes brought multiple of these import back the PR. IDK if the tooling for autoimports could be improved to resolve this. Until then I'd prefer we'd fix these manually. Not a blocker though.

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems they are not all fixed yet.

@Oksamies Oksamies force-pushed the dialog-update branch 2 times, most recently from 3c1095e to 5ae34bd Compare November 16, 2023 13:57
Oksamies added a commit that referenced this pull request Nov 16, 2023
Base automatically changed from toast to master November 16, 2023 15:57
Copy link
Contributor

@anttimaki anttimaki left a comment

Choose a reason for hiding this comment

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

I'm not a huge fan of including fixes I requested in another PR in this PR.

FWIW there's still one open comment from earlier review.

@Oksamies Oksamies merged commit 875ff01 into master Nov 20, 2023
17 checks passed
@Oksamies Oksamies deleted the dialog-update branch November 20, 2023 14:34
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