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
chore: migrate apps/categories page #132
Closed
DmytroHryshyn
wants to merge
23
commits into
chore/migrate-trpc-ssr-ssg
from
chore/migrate-apps/categories-apps/categories/_category_-pages
Closed
chore: migrate apps/categories page #132
DmytroHryshyn
wants to merge
23
commits into
chore/migrate-trpc-ssr-ssg
from
chore/migrate-apps/categories-apps/categories/_category_-pages
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
6 tasks
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link to collect XP and win prizes! |
This was referenced Nov 29, 2023
DmytroHryshyn
force-pushed
the
chore/migrate-trpc-ssr-ssg
branch
2 times, most recently
from
December 1, 2023 17:11
fd468a3
to
b5b1533
Compare
This was referenced Dec 5, 2023
DmytroHryshyn
force-pushed
the
chore/migrate-apps/categories-apps/categories/_category_-pages
branch
from
December 6, 2023 17:53
9000e9b
to
4789ed1
Compare
DmytroHryshyn
force-pushed
the
chore/migrate-trpc-ssr-ssg
branch
2 times, most recently
from
December 7, 2023 17:22
8b5e876
to
4385806
Compare
…m#12593) * chore: migrate trpc, ssgInit, ssrInit * manual: fix emails * manual: fix ts issues * Update packages/emails/README.md * remove unneeded use client statements * fix flaky locale tests, fix flaky login test --------- Co-authored-by: Omar López <[email protected]>
…aiting for them to click on verify button (calcom#12326)
Co-authored-by: Joe Au-Yeung <[email protected]>
* fix calcom#12640: Edit Location modal fields truncates on mobile * chore: fix dialog --------- Co-authored-by: Udit Takkar <[email protected]> Co-authored-by: Udit Takkar <[email protected]>
…m#12532) Fixes: calcom#12473 TODO: - [x] Fix Type error <img width="1512" alt="Screenshot 2023-12-02 at 12 47 19 AM" src="https://github.com/calcom/cal.com/assets/53316345/8a5c6dd0-6095-482b-b4d0-81653607a270"> <img width="1512" alt="Screenshot 2023-12-02 at 12 47 39 AM" src="https://github.com/calcom/cal.com/assets/53316345/fc64edb9-27b3-438f-b42d-75b200ac96e9">
…ng join (calcom#12695) * refactor booking details api middleware to use team member booking join Signed-off-by: titanventura <[email protected]> * fix. security issue in previous commit. check for booking against current user. then check for team booking Signed-off-by: titanventura <[email protected]> --------- Signed-off-by: titanventura <[email protected]>
* correctly query overlapping bookings * remove console.log * fix getting busy bookings for getAvailableSlots --------- Co-authored-by: CarinaWolli <[email protected]>
* test: booking and frequency limits e2e * test: refactor limit e2e and check multiple * test: move limits e2e to separate file * fix: blocked day assertions * chore: rename to booking-limits * fix: use todo test util * chore: un-DRY tests * feat: create user with limits helper * chore: move user limit helper to utils * fix: multiple limits test * feat: fail faster * chore: event url helper * fix: prismock count date comparisons * chore: improve booking limit types in test utils * test: add typed weekStart to getOrganizer helper * test: add custom fromDate to getDate helper * fix: correctly handle negative date increments * test: add helper for partial weeks * test: booking limits edge cases * chore: remove booking limit e2e todos * chore: normalize getDate return type and skip test * Fix imports paths that are changes after main merge * Fix failing types * Skip failing test --------- Co-authored-by: Peer Richelsen <[email protected]> Co-authored-by: Keith Williams <[email protected]> Co-authored-by: Alex van Andel <[email protected]> Co-authored-by: Hariom <[email protected]>
DmytroHryshyn
force-pushed
the
chore/migrate-apps/categories-apps/categories/_category_-pages
branch
from
December 8, 2023 11:04
4789ed1
to
633a95b
Compare
* Up libphonenumber-js * Re-patch libphonenumber-js and restore the test files. * fix: yarn and check * Conflict Resolution * fix lint error * Restore files * Fix yarn.lock --------- Co-authored-by: Hariom <[email protected]>
…alcom#12620) Co-authored-by: Omar López <[email protected]>
…alcom#12444) Co-authored-by: Omar López <[email protected]> Co-authored-by: Morgan <[email protected]>
DmytroHryshyn
force-pushed
the
chore/migrate-apps/categories-apps/categories/_category_-pages
branch
from
December 12, 2023 11:10
9e6bb1f
to
317b43b
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