feat(www): drop the scheduling block - #675
Open
mehdibha wants to merge 2 commits into
Open
Conversation
Replaces the calendar-app page (navbar, stats, sidebar) with a centered three-pane booking card: event info, month calendar, and a scrolling time-slot column with a 12h/24h toggle. Picking a slot splits it into time + Confirm, leading to a booking form pane and a scheduled-meeting confirmation. The layout fits the viewport; only the slot list scrolls.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Removes the scheduling preview block and its picker entry.
This file contains hidden or 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
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.
Removes the
schedulingpreview block and its entry from the /create preview picker.The block (a calendar-app page) didn't earn its place in the preview lineup; rather than reworking it (a cal.com-style rewrite was explored in this branch's history), it's dropped entirely.
pnpm checkandpnpm typecheckpass. No registry files touched.