-
Notifications
You must be signed in to change notification settings - Fork 2
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: add initial site edit navbar #374
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @seaerchin and the rest of your teammates on Graphite |
9c49f37
to
bd6f1be
Compare
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.
Going to assume that more work will be done on this navbar
</BreadcrumbItem> | ||
|
||
<BreadcrumbItem isCurrentPage> | ||
<BreadcrumbLink href="#">Current page</BreadcrumbLink> |
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.
question(non-blocking): is this copy supposed to be "Current page"? I suppose we are supposed to display the title here or something?
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.
yeap it is, checking w designers. lemme merge this PR first and do ^ in a follow up
bd6f1be
to
16ff2a4
Compare
16ff2a4
to
8de5bb2
Compare
TL;DR
This pull request refactors the schema and component structure related to the editing experience.
What changed?
editPageSchema
to a centralizedschema.ts
file in theediting-experience
feature.SiteEditNavbar
component to improve the navigational structure within the editing experience.PageEditingLayout
to use the newSiteEditNavbar
component.How to test?
Why make this change?
To improve code organization, enhance the user interface, and make future maintenance easier.