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

chore: app router - all sub-pages in /apps #16976

Draft
wants to merge 55 commits into
base: main
Choose a base branch
from

Conversation

hbjORbj
Copy link
Contributor

@hbjORbj hbjORbj commented Oct 7, 2024

What does this PR do?

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • N/A - I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

How should this be tested?

  • Test all sub pages of /apps

@hbjORbj hbjORbj marked this pull request as draft October 7, 2024 19:43
@graphite-app graphite-app bot requested a review from a team October 7, 2024 19:43
Copy link

vercel bot commented Oct 7, 2024

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 2:50am
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Jan 6, 2025 2:50am

@github-actions github-actions bot added the ❗️ .env changes contains changes to env variables label Oct 7, 2024
@dosubot dosubot bot added the 💻 refactor label Oct 7, 2024
@keithwillcode keithwillcode added consumer core area: core, team members only labels Oct 7, 2024
Copy link

graphite-app bot commented Oct 7, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (10/07/24)

1 reviewer was added to this PR based on Keith Williams's automation.

Copy link
Contributor

This PR is being marked as stale due to inactivity.

@github-actions github-actions bot added the Stale label Oct 22, 2024
@hbjORbj hbjORbj force-pushed the chore/apps-remove-pages-router-1 branch from b1501ff to 5587b8f Compare December 14, 2024 18:36
@hbjORbj hbjORbj changed the title chore: apps/[slug] remove pages router chore: app router - all sub-pages in /apps Dec 14, 2024
@github-actions github-actions bot added Medium priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work labels Jan 5, 2025
@hbjORbj
Copy link
Contributor Author

hbjORbj commented Jan 5, 2025

@hbjORbj

  • Configure isBookingPage for apps pages
  • Clicking the back button is missing the web app url and only has pathname /routing/...

{page}
</Shell>
);
return <Shell withoutMain={true}>{page}</Shell>;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed backPath as it is irrelevant when withoutMain is true

{page}
</Shell>
);
return <Shell withoutMain={true}>{page}</Shell>;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed backPath as it is irrelevant when withoutMain is true

{page}
</Shell>
);
return <Shell withoutMain={true}>{page}</Shell>;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed backPath as it is irrelevant when withoutMain is true

Comment on lines +617 to +619
source: "/apps/routing-forms/:path*",
destination: "/routing/:path*",
permanent: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

redirecting /apps/routing-forms paths to /routing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consumer core area: core, team members only ❗️ .env changes contains changes to env variables Medium priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work ready-for-e2e 💻 refactor routing-forms area: routing forms, routing, forms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-4828] migrate /apps/routing-forms/forms to /routing
3 participants