forked from calcom/cal.com
-
Notifications
You must be signed in to change notification settings - Fork 1
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
INT-2215 Migrate '/insights' page #130
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
hbjORbj
changed the base branch from
main
to
11-23-codemod_app-directory-boilerplate-calcom
November 28, 2023 14:54
hbjORbj
force-pushed
the
11-28-intuita_codemod_remove-get-static-props
branch
2 times, most recently
from
November 28, 2023 15:01
5e72dec
to
61b8785
Compare
hbjORbj
force-pushed
the
11-28-intuita_codemod_remove-get-static-props
branch
from
November 29, 2023 14:34
61b8785
to
3b203bc
Compare
hbjORbj
changed the base branch from
11-23-codemod_app-directory-boilerplate-calcom
to
main
November 29, 2023 18:14
6 tasks
This PR is being marked as stale due to inactivity. |
This PR is being marked as stale due to inactivity. |
* Changed dynamic to group meeting and udpated meta * type fix * Update packages/features/bookings/components/BookerSeo.tsx * Update packages/features/eventtypes/lib/getPublicEvent.ts * Update packages/features/bookings/components/BookerSeo.tsx * Update packages/features/eventtypes/lib/getPublicEvent.ts * Update getPublicEvent.ts * Apply suggestions from code review * Update packages/lib/defaultEvents.ts * Update packages/lib/defaultEvents.ts * Update packages/lib/defaultEvents.ts * Update packages/lib/defaultEvents.ts --------- Co-authored-by: Peer Richelsen <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
hbjORbj
force-pushed
the
11-28-intuita_codemod_remove-get-static-props
branch
from
January 5, 2024 14:05
979ffe5
to
5daf52d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is on top of [app-router-migration-1] chore: migrate the pages in
settings/admin
to the app directoryWhat does this PR do?
/insights
page to the app directory (which runs under the App Router)./future
and is accessible at all times.Requirement/Documentation
/insights
page (App Router vs Pages Router) can be found hereType of change
How should this be tested?
AB_TEST_BUCKET_PROBABILITY
to100
APP_ROUTER_INSIGHTS_ENABLED
to1
/insights
Mandatory Tasks