Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor: replace deprecated Popovers which open on click#19709

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aqandrew merged 64 commits intomainfromaqandrew/replace-popover
Sep 24, 2025

Conversation

aqandrew
Copy link
Contributor

for#19397
dependency:#19635

This PR specifically covers components which open a popover that's triggered by a click, rather than a hover.

IdpOrgSyncPageView, TableColumnHelpTooltip, TemplateInsightsPage
@aqandrewaqandrew marked this pull request as ready for reviewSeptember 9, 2025 22:41
Copy link
Member

@aslilacaslilac left a comment

Choose a reason for hiding this comment

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

lots of good stuff! thanks!

constcanvas=within(canvasElement);
constbutton=canvas.getByRole("button");
awaituserEvent.click(button);
constmenu=canvasElement.querySelector<HTMLElement>("[role=menu]")!;
Copy link
Member

Choose a reason for hiding this comment

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

muuuuch better

aqandrew reacted with laugh emoji
import{typeDependencyList,useMemo}from"react";

exporttypeClassName=(cssFn:typeofcss,theme:Theme)=>string;
typeClassName=(cssFn:typeofcss,theme:Theme)=>string;
Copy link
Member

Choose a reason for hiding this comment

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

this means we're getting closer!! excited to see this old hack gone

aqandrew and Parkreiner reacted with heart emoji
Co-authored-by: ケイラ <mckayla@hey.com>
Copy link
Member

@ParkreinerParkreiner left a comment

Choose a reason for hiding this comment

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

Looks really, really good. Just had a few suggestions

color:theme.palette.text.secondary,

"&:hover .rdrStaticRangeLabel":{
"&:is(:hover, :focus) .rdrStaticRangeLabel":{
Copy link
Member

Choose a reason for hiding this comment

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

Slick

aqandrew reacted with laugh emoji
@@ -0,0 +1,47 @@
importtype{Meta,StoryObj}from"@storybook/react-vite";
Copy link
Member

Choose a reason for hiding this comment

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

🙏

Comment on lines +134 to +137
<Link
href={`/@${workspace.owner_name}/${workspace.name}/settings/parameters`}
className="self-start"
>
Copy link
Member

Choose a reason for hiding this comment

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

Oof, great update

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Blink wrote the original<Button> version of this. Hopefully there will come a day when LLMs can be trained on semantic HTML 🥴

@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelSep 23, 2025
@github-actionsgithub-actionsbot removed the staleThis issue is like stale bread. labelSep 24, 2025
@aqandrewaqandrew merged commit669984c intomainSep 24, 2025
32 checks passed
@aqandrewaqandrew deleted the aqandrew/replace-popover branchSeptember 24, 2025 17:00
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 24, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@ParkreinerParkreinerParkreiner left review comments

@aslilacaslilacaslilac approved these changes

Assignees

@aqandrewaqandrew

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@aqandrew@aslilac@Parkreiner

[8]ページ先頭

©2009-2025 Movatter.jp