Fix empty date/time step on service booking pages#147
Closed
Cookie-Cat21 wants to merge 6 commits into
Closed
Conversation
Creates scripts/seed-pilot-wax.ts to bootstrap the Wax in the City booking site with 14 services across four categories (Waxing, Facials, Moroccan, Hydra Facial), Mon-Sat 09:00-19:00 availability, deposit rules on premium services, and onboarding-complete business profile. Co-authored-by: Cookie_Cat21 <karunaratneovindu@gmail.com>
- Add maroon brand logo at public/demo/wax-in-the-city-logo.webp - Set logoUrl, accentColor (#5c1f2e), and gallery in seed-pilot-wax.ts Co-authored-by: Cookie_Cat21 <karunaratneovindu@gmail.com>
Use a maroon-toned hero placeholder at public/demo/wax-in-the-city-banner.webp and set galleryImages to the banner while keeping the logo separate. Co-authored-by: Cookie_Cat21 <karunaratneovindu@gmail.com>
Replace the AI-generated maroon logo with the official Wax In The City SL profile picture (pink WAX mark). Update accent color to #f86888 and refresh the placeholder banner to match. Co-authored-by: Cookie_Cat21 <karunaratneovindu@gmail.com>
- Migration 0036: booking page background, hero overlay, theme preset columns - Theme engine with presets (classic, salon, spa, bold) and contrast warnings - Dashboard booking page editor with iframe live preview - Plan gating: accent on all plans; extended theme on Pro+; footer hide on Growth - Wire public booking pages, embed preview params, and Wax pilot seed Co-authored-by: Cookie_Cat21 <karunaratneovindu@gmail.com>
- Auto-select any available staff when multiple team members qualify - Skip panel fade-in animation on pre-selected service pages (opacity stuck at 0) - Remove layout animation from BookingPanel that could collapse content - Add horizontal padding around the date/time picker Co-authored-by: Cookie_Cat21 <karunaratneovindu@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
Author
|
Superseded by #154 which resolved merge conflicts cleanly. |
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.
Problem
On service booking pages (e.g. Brightening Facial), after selecting a service the date/time step appeared as a blank white card — breadcrumb visible, but no calendar or time slots.
Root causes
staffnull andanyStafffalse, socanPickSlotsstayed false and the date/time UI never mounted.opacity: 0on pre-selected service pages; in some cases content stayed invisible.Fix
resolveBookingStaffSelection()when entering a service — defaults to "any available staff" when multiple team members qualifylayoutanimation fromBookingPanelthat could collapse panel contentTest plan
npm run verify/book/wax-in-the-city/brightening-facial— calendar + time slots should render immediately