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

Integrate panda #1902

Merged
merged 4 commits into from
Jul 8, 2024
Merged

Integrate panda #1902

merged 4 commits into from
Jul 8, 2024

Conversation

Jonas-C
Copy link
Contributor

@Jonas-C Jonas-C commented Jul 1, 2024

Tar såvidt inn litt komponenter. Ser jo selvfølgelig ikke helt fantastisk ut. Vi må uansett starte et eller annet sted :')

@Jonas-C Jonas-C requested a review from a team July 1, 2024 10:19
@Jonas-C Jonas-C force-pushed the integrate-panda branch 2 times, most recently from 6233985 to 73f467c Compare July 8, 2024 08:33
Copy link
Contributor

@MaPoKen MaPoKen left a comment

Choose a reason for hiding this comment

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

Liten kommentar ellers så ser det bra ut for meg! Nå er vi straks igang!


const MastheadSearch = ({ subject }: Props) => {
const [isOpen, setIsOpen] = useState(false);
const [dialogState, setDialogState] = useState({ open: false });
Copy link
Contributor

Choose a reason for hiding this comment

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

Om root trenger et objekt for onOpenChange kan vi typesette dette på en måte? Så vi vet hva som kan være i dialogState?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ark eksporterer typer for det, men lurer på om vi skal vente litt med det. Litt usikker på hva konvensjonen for state skal være med de nye komponentene inntil videre :')

@Jonas-C Jonas-C merged commit e27bc4c into master Jul 8, 2024
6 checks passed
@Jonas-C Jonas-C deleted the integrate-panda branch July 8, 2024 18:28
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