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

Extract Page Components #173

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Jan 25, 2024

  1. feat: Limit the amount of days to load for a schedule (calcom#13282)

    * feat: Disallow next month prefetching in booker
    
    * renamed to include NEXT_PUBLIC
    
    * fixed boolean expression
    
    * Now using a variable length of days to load
    
    * Type fixes
    
    * Now opening all dates to be clickable
    
    * Added turbo.json var and updated example env
    
    * Fixed issue with selectedDate being null when first loading the page
    
    * Updated description of variable
    
    * Made constant for the booking days
    
    * Type fix
    
    * Setting the days to load for weekly view to 7
    
    * feat: add ui and ability to fetch more on click
    
    * feat: add ui and ability to fetch more on click
    
    * fix: loader
    
    * fix: banner detection
    
    * Update packages/features/bookings/Booker/Booker.tsx
    
    * fix: types
    
    * Not showing HavingTroubleFindingTime component when the schedule is loading
    
    * Only enabled on monthly view
    
    * Correctly load initial date
    
    * Type fix
    
    * Fixed bugs around triggering multiple requests
    
    * Added case for when there is no selectedDate but the month has been specified
    
    * Types
    
    * More types
    
    * Check for undefined
    
    * More typing
    
    * More typing
    
    ---------
    
    Co-authored-by: sean-brydon <[email protected]>
    Co-authored-by: sean-brydon <[email protected]>
    3 people authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e4037be View commit details
    Browse the repository at this point in the history
  2. v3.7.9

    keithwillcode authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    17db644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe46b81 View commit details
    Browse the repository at this point in the history
  4. test: Check the webhook event tab and your funtionalities (calcom#12433)

    * Check the webhook event tab and your funtionalities
    
    * Check the webhook event tab and your funtionalities
    
    * add changes
    
    * add changes
    
    * add changes
    
    * add changes
    
    * add changes
    
    * add changes
    
    * fix tests
    
    * Refactor
    
    ---------
    
    Co-authored-by: gitstart-calcom <[email protected]>
    Co-authored-by: GitStart-Cal.com <[email protected]>
    Co-authored-by: CarinaWolli <[email protected]>
    4 people authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9db9204 View commit details
    Browse the repository at this point in the history
  5. fix: login flaky test

    zomars committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a477f33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d8b539 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    210bc9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753cb58 View commit details
    Browse the repository at this point in the history
  3. apps/ page

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    54e79c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7308a1 View commit details
    Browse the repository at this point in the history
  5. [d]/[link]/[slug]

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    15c13f1 View commit details
    Browse the repository at this point in the history
  6. wip

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    60cdd8f View commit details
    Browse the repository at this point in the history
  7. migrate /bookings[status]/

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5b7b4ee View commit details
    Browse the repository at this point in the history
  8. booking/[uid]/

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    706d781 View commit details
    Browse the repository at this point in the history
  9. not-found page

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7a9ac68 View commit details
    Browse the repository at this point in the history
  10. fix

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ab522ff View commit details
    Browse the repository at this point in the history
  11. booking/[uid]/embed

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2223304 View commit details
    Browse the repository at this point in the history
  12. team and teams

    hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e022a15 View commit details
    Browse the repository at this point in the history
  13. /apps/[slug]

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    40bda80 View commit details
    Browse the repository at this point in the history
  14. move login, error pages

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4d1e57d View commit details
    Browse the repository at this point in the history
  15. /apps/[slug]/setup

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d49037c View commit details
    Browse the repository at this point in the history
  16. /apps/[slug]/[...pages]

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    bf2b0a6 View commit details
    Browse the repository at this point in the history
  17. fix type page

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1976177 View commit details
    Browse the repository at this point in the history
  18. categories/[category]

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    178e869 View commit details
    Browse the repository at this point in the history
  19. sso/provider & fix

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    14d952f View commit details
    Browse the repository at this point in the history
  20. /apps/categories

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e51a46a View commit details
    Browse the repository at this point in the history
  21. ts-expect-error fix

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cc371a5 View commit details
    Browse the repository at this point in the history
  22. videos

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    01cd04c View commit details
    Browse the repository at this point in the history
  23. installed/[category]

    grzpab authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    29848f5 View commit details
    Browse the repository at this point in the history
  24. singup + fix

    DmytroHryshyn authored and hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3ae3943 View commit details
    Browse the repository at this point in the history
  25. fix one build error

    hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    89c45e1 View commit details
    Browse the repository at this point in the history
  26. run yarn install

    hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    43868b5 View commit details
    Browse the repository at this point in the history
  27. refactor

    hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c98f7eb View commit details
    Browse the repository at this point in the history
  28. fix

    hbjORbj committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e9a62c3 View commit details
    Browse the repository at this point in the history