Rensade bort frågor om beställning, allergener och returpolicy. Begränsade leveransområdet till Storstockholm och behöll endast leveransfrekvensfrågan samt ändringsmöjlighet.
X-Lovable-Edit-ID: edt-b88bf8fe-c429-4bab-8f71-7941f1d622d6
Adjusted FAQ page spacing to push content down below header by adding top padding (pt-32) to main wrapper, ensuring the heading and questions aren’t hidden behind the header.
X-Lovable-Edit-ID: edt-e5d9ac47-ed5f-4cc8-bcd5-be93393e757d
Implemented a new FAQ page with accordion questions and added a footer link next to Kontakta oss. Also wired up a new /faq route and created the FAQ page component.
X-Lovable-Edit-ID: edt-041f40a4-fe8f-4904-b145-39f6f1139b9f
Adjusted hero background mask to start fading at 70% instead of 50%, delaying the transition to the beige background for a tighter content gap.
X-Lovable-Edit-ID: edt-f8e2e6b3-8512-49f7-977a-1f087ec63a3d
Changed HeritageSection background from bg-secondary/30 to match main background (bg-background) for seamless transition.
X-Lovable-Edit-ID: edt-4c3ef013-86b6-4f0a-8c4d-e14a0b5c765d
Updated HeroSection.tsx to blend background image more seamlessly by:
- Replacing separate fade-out gradient with a masked background image
- Applying lower opacity and gradient mask to the hero image container
- Simplifying section padding to avoid gaps and ensure smooth transition into the next section
X-Lovable-Edit-ID: edt-b1c97920-4cd3-4262-b02e-9729a306cd67
Updated HeroSection gradient to blend exactly with background color for a seamless seam. Replaced previous gradient with a bottom fade using linear-gradient to match hsl(38 25% 96%), ensuring no visible line.
X-Lovable-Edit-ID: edt-d165db1f-31e0-4b92-a7f3-c9bbc6b5822e
Made the bottom fade less strong and shift to fade into beige by updating the gradient to be more subtle: from transparent to beige via a transparent midpoint, instead of a semi-opaque beige.
X-Lovable-Edit-ID: edt-07ae462b-3413-4a91-bbc5-1f3f2bae30b3
Increase gradient intensity for smoother, more gradual fade of the hero image by adjusting bottom overlay to use a semi-transparent mid-stop (via-background at 50%).
X-Lovable-Edit-ID: edt-3024e3e7-57e6-4bc2-ad9d-00b5d29a8549
Adds fade-out gradient under hero image in HeroSection and replaces hardcoded opacity with bottom gradient for nicer transition.
X-Lovable-Edit-ID: edt-0004586e-5bd0-4420-b6de-b0c812b29845
Implemented full admin interface for orders, customers, and payments:
- Added Admin page at /admin with stats and tabbed views
- Created AdminData hooks for orders, customers, payments, and admin stats
- Added OrdersTable, CustomersTable, PaymentsTable components with search, filters, and formatting
- Updated App routing to include admin route
- Extended Supabase schema with customers and payments tables and relations; added RLS policies and admin views support
X-Lovable-Edit-ID: edt-eafb0967-e55e-46c4-a963-9fdfd9476d83
Introduced a new Supabase orders table with fields for order details, added RLS policies, and a trigger to update timestamps. Updated generated types to include full CRUD shape for orders.
X-Lovable-Edit-ID: edt-53ec8b01-5fdb-4c55-85a1-62b1000f26a4
Set account dropdown width to match trigger by using CSS variable for width in AccountMenu.tsx, ensuring the menu is as wide as the "Mitt konto" button.
X-Lovable-Edit-ID: edt-448ad83f-d041-4eec-97e7-a9eb482c4905
Adjusts AccountMenu dropdown: convert signup/login items to full-width buttons with consistent padding, removing inner wrapping and making both options render as full-width clickable buttons for better alignment.
X-Lovable-Edit-ID: edt-5043d30e-399e-4c35-9003-a479de35e7b0
Lagt till abonnemangssektion i kontosidan som hämtar data via Shopify, visning av laddning state, och knapp för att beställa abonnemang. Sektionen renderas under kontoinnehållet och scrollar till abonnemang vid knapptryck.
X-Lovable-Edit-ID: edt-71c05e59-98b2-498a-96fe-91bdd4836387
shortened footer padding and typography, reduced logo size, and tighter spacing in Footer.tsx to compress layout while preserving content.
X-Lovable-Edit-ID: edt-77695aad-a64f-49c9-96f7-b1f64756ee84
Added Instagram and TikTok icons in Footer.tsx with handle @konditorivaror, including a custom TikTok SVG, and updated layout to display them alongside the logo.
X-Lovable-Edit-ID: edt-a8610430-db76-4f5b-b42e-4ad2ece4be10
Increase logo height in footer for larger display:
- Updated src/components/Footer.tsx to use h-32 md:h-44 instead of h-24 md:h-32 for the logo image.
X-Lovable-Edit-ID: edt-ec55c84b-19e6-48d2-ba78-87bc69bfc0b8
Removed the "Äkta svenskt konditorhantverk" text from the footer and cleaned up logo container by adjusting image class.
X-Lovable-Edit-ID: edt-06f983eb-95a6-4078-b001-37dbd1edd41e
Removed the "Om konditoriet" link from the footer links section. Updated footer to only show “Vårt sortiment” and “Kontakta oss.”
X-Lovable-Edit-ID: edt-4d31e989-48ff-477e-b760-f7d67560bf83
Implemented a new contact flow:
- Added contact page with form and submission to email via edge function
- Exposed /contact route and wired to header/footer
- Updated edge function to send email using Resend (fetch-based) with CORS
- Integrated form validation and user feedback
X-Lovable-Edit-ID: edt-06d16b58-a22a-447e-b6cb-4a7b4af3347b
Replace footer text with logo image and fix copyright
- Swapped textual header for logo image in footer
- Updated logo alt text and sizing
- Corrected copyright line to "Lennart Svensson Konditorivaror"
X-Lovable-Edit-ID: edt-09cdb42f-4ed2-4482-9a83-f782926c4408