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-2293 chore: Migrate 'settings/my-accout/*' pages #143
Closed
hbjORbj
wants to merge
44
commits into
chore/make-no-meeting-found-page-ssr
from
chore/migrate-my-account
Closed
INT-2293 chore: Migrate 'settings/my-accout/*' pages #143
hbjORbj
wants to merge
44
commits into
chore/make-no-meeting-found-page-ssr
from
chore/migrate-my-account
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:
|
DmytroHryshyn
approved these changes
Dec 5, 2023
This PR is being marked as stale due to inactivity. |
* add pipedrive crm app w/ revert api * update lockfile * fix issues highlighted by codacy * get pipedrive `client_id` & `client_secret` from db * update readme with instructions to add credentials * Fix yarn.lock * fix `turbo.json` --------- Co-authored-by: Hariom <[email protected]>
Co-authored-by: sean-brydon <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
* dark mode improvements * small changes * readded producthunt badges * only show social proof on cal.com
* removed isSignup for 404 page * removed unused i18n * minor fix to go back button * nit
* fixes#12966 * fixes#12966 * "fix-modification * fix-mis-paste * checks-fixes * civilized-code-of-same-previous-approach * civilized-changes-of-same-approach * fix * checks-fix * fix * fix * checks-fix * checksfix * check fix * undochanges-_- --------- Co-authored-by: Udit Takkar <[email protected]>
* fix: preview url for booking page * chore: use cal url * chore: fix tests --------- Co-authored-by: Peer Richelsen <[email protected]>
…2925) * doc: Add Tunnelmole as an open source alternative to ngrok plus minor grammar fixes * Update README.md --------- Co-authored-by: Peer Richelsen <[email protected]> Co-authored-by: Keith Williams <[email protected]>
* feat: integrate formbricks in help feedback box * Update yarn.lock * Update yarn.lock * fix: use formbricks/[email protected] & set user with userId linked to feedback * fix: use separate env vars as suggested * test: Add more orgs tests (calcom#12241) * feat: integrate formbricks in help feedback box * Update yarn.lock * fix: yarn lockfile * fix: yarn lockfile again * feat: link cal and formbricks user.id and add attributes of email and username to formbricks person object * Update yarn.lock * Update yarn.lock * fix: type safety in enums --------- Co-authored-by: Peer Richelsen <[email protected]> Co-authored-by: Hariom Balhara <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
* chore: Inherit secrets for assigning team labels * Added workflow_call for testing * Added this branch for testing * Moved secrets label * Trying to set permissions differently * Removed testing branch
* fixed url * added settings fix
* dynamic booking duration fix * fix: Correct duration handling from boolean -> number --------- Co-authored-by: Alex van Andel <[email protected]>
…recurring) (calcom#12331) Co-authored-by: gitstart-calcom <[email protected]> Co-authored-by: GitStart-Cal.com <[email protected]> Co-authored-by: Keith Williams <[email protected]>
* fix: Permissions issue with team labeler * Made the job runnable
* fix: Ensure generated Cal Video link matches expected pattern on booking confirmation * fix: missing Google Meet videoCallUrl in webhooks on booking confirmation --------- Co-authored-by: Peer Richelsen <[email protected]> Co-authored-by: Udit Takkar <[email protected]>
* installed todesktop tailwind variant * moved todesktop styles into tailwind classes * fixed back button in settings
Co-authored-by: Dmytro Hryshyn <[email protected]> Co-authored-by: zomars <[email protected]>
* chore: Update team labeler to workflow_dispatch * Fixed conflict
Co-authored-by: gitstart-calcom <[email protected]> Co-authored-by: GitStart-Cal.com <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
…team (calcom#12917) * Move orgMigration routes to app to allow them to be tested as they are here to stay for longer tim * move to Form everywhere and fix session reading --------- Co-authored-by: sean-brydon <[email protected]>
hbjORbj
force-pushed
the
chore/migrate-my-account
branch
from
January 4, 2024 11:16
4d62910
to
f2efce4
Compare
hbjORbj
changed the base branch from
main
to
chore/make-no-meeting-found-page-ssr
January 4, 2024 11:21
hbjORbj
force-pushed
the
chore/migrate-my-account
branch
from
January 4, 2024 11:22
736863d
to
c762554
Compare
* Make private URLs easier to copy-paste from web app * Apply suggestions from code review * Update apps/web/pages/event-types/index.tsx * lint --------- Co-authored-by: Peer Richelsen <[email protected]> Co-authored-by: Peer Richelsen <[email protected]>
Co-authored-by: Omar López <[email protected]>
…ure (calcom#12988) * make no-meeting-found page use ssr * remove-route-groups * add LayoutHOC * fix * fix * ensure proper types for withLayout function --------- Co-authored-by: Greg Pabian <[email protected]>
DmytroHryshyn
approved these changes
Jan 4, 2024
hbjORbj
force-pushed
the
chore/migrate-my-account
branch
from
January 4, 2024 18:52
c762554
to
b91f17e
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.
What does this PR do?
Fixes # (issue)
Requirement/Documentation
Type of change
How should this be tested?
Mandatory Tasks
Checklist