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: add initial site edit navbar #374

Merged
merged 2 commits into from
Aug 1, 2024
Merged

feat: add initial site edit navbar #374

merged 2 commits into from
Aug 1, 2024

Conversation

seaerchin
Copy link
Contributor

@seaerchin seaerchin commented Jul 26, 2024

TL;DR

This pull request refactors the schema and component structure related to the editing experience.

What changed?

  • Moved editPageSchema to a centralized schema.ts file in the editing-experience feature.
  • Introduced SiteEditNavbar component to improve the navigational structure within the editing experience.
  • Adjusted PageEditingLayout to use the new SiteEditNavbar component.
  • Cleaned up imports and removed redundant code for better maintainability.

How to test?

  1. Navigate to any page edit view.
  2. Verify that the breadcrumb navigation renders correctly and links function as expected.
  3. Ensure the entire editing experience functions without errors.

Why make this change?

To improve code organization, enhance the user interface, and make future maintenance easier.

Copy link

vercel bot commented Jul 26, 2024

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

Name Status Preview Comments Updated (UTC)
isomer-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:54am

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @seaerchin and the rest of your teammates on Graphite Graphite

@seaerchin seaerchin changed the title feat: update navbar feat: add initial site edit navbar Jul 26, 2024
@seaerchin seaerchin marked this pull request as ready for review July 29, 2024 04:47
@seaerchin seaerchin requested a review from a team as a code owner July 29, 2024 04:47
@seaerchin seaerchin force-pushed the feat/site-edit-navbar branch from 9c49f37 to bd6f1be Compare July 29, 2024 14:40
Copy link
Contributor

@dcshzj dcshzj left a 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>
Copy link
Contributor

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?

Copy link
Contributor Author

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

@seaerchin seaerchin force-pushed the feat/site-edit-navbar branch from 16ff2a4 to 8de5bb2 Compare August 1, 2024 08:51
@seaerchin seaerchin merged commit 25a166c into main Aug 1, 2024
16 checks passed
@seaerchin seaerchin deleted the feat/site-edit-navbar branch August 1, 2024 08:55
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