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

feat(blocks): new smooth-corner component #7181

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

CatsJuice
Copy link
Member

No description provided.

Copy link

vercel bot commented May 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blocksuite ❌ Failed (Inspect) Jun 11, 2024 4:06am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
blocksuite-docs ⬜️ Ignored (Inspect) Visit Preview Jun 11, 2024 4:06am

Copy link

graphite-app bot commented May 31, 2024

Your org has enabled the Graphite merge queue for merging into master

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Member Author

CatsJuice commented May 31, 2024

@CatsJuice CatsJuice force-pushed the catsjuice/feat/separate-edgeless-toolbar-presentation-toolbar branch from c3e51ee to c21587d Compare June 3, 2024 10:12
@CatsJuice CatsJuice force-pushed the catsjuice/feat/smoohing-border-radius branch from 67bb905 to 6fd8401 Compare June 3, 2024 10:12
@CatsJuice CatsJuice force-pushed the catsjuice/feat/separate-edgeless-toolbar-presentation-toolbar branch from c21587d to 2b9ee10 Compare June 4, 2024 13:53
@CatsJuice CatsJuice force-pushed the catsjuice/feat/smoohing-border-radius branch from 6fd8401 to 78ca90c Compare June 4, 2024 13:53
@CatsJuice CatsJuice force-pushed the catsjuice/feat/separate-edgeless-toolbar-presentation-toolbar branch from 2b9ee10 to e60c194 Compare June 6, 2024 11:52
@CatsJuice CatsJuice force-pushed the catsjuice/feat/smoohing-border-radius branch from 78ca90c to 0558fcd Compare June 6, 2024 11:52
@CatsJuice CatsJuice force-pushed the catsjuice/feat/separate-edgeless-toolbar-presentation-toolbar branch from e60c194 to 2045f64 Compare June 7, 2024 11:31
@CatsJuice CatsJuice force-pushed the catsjuice/feat/smoohing-border-radius branch from 0558fcd to 8a6b167 Compare June 7, 2024 11:31
@CatsJuice CatsJuice marked this pull request as ready for review June 7, 2024 11:32
@CatsJuice CatsJuice requested review from fundon and doouding June 7, 2024 11:34
@doouding
Copy link
Member

doouding commented Jun 7, 2024

A brief description would be better.

@CatsJuice
Copy link
Member Author

A brief description would be better.

Ok, I will add jsdoc soon

@Saul-Mirone Saul-Mirone force-pushed the catsjuice/feat/separate-edgeless-toolbar-presentation-toolbar branch from 2045f64 to 29d5857 Compare June 8, 2024 06:36
@Saul-Mirone Saul-Mirone changed the base branch from catsjuice/feat/separate-edgeless-toolbar-presentation-toolbar to master June 8, 2024 06:46
.setFrameMenuShow=${(show: boolean) =>
(this.presentFrameMenuShow = show)}
></presentation-toolbar>
${type === 'frameNavigator' ? nothing : this._DefaultContent}
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably not needed visible. nothing can be replaced with presentation-toolbar.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, but there's a lot of initialization logic in present-toolbar, so this instance is preserved here and won't be destroyed in edgeless-toolbar.

Copy link
Contributor

Choose a reason for hiding this comment

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

How about cache?

@CatsJuice CatsJuice force-pushed the catsjuice/feat/smoohing-border-radius branch from 1ca1491 to 72352c5 Compare June 11, 2024 01:20
accessor height: number = 0;

get _path() {
// return curvePath(this._points);
Copy link
Contributor

Choose a reason for hiding this comment

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

should be deleted

Copy link

graphite-app bot commented Jun 11, 2024

Merge activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants