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
Gör Spara ändringar-knappen beroende på om användaren gjort ändringar i Mitt konto-sidan. Lades till originalProfile state för att jämföra med nuvarande värden, uppdaterade fetch-logik att spara originalprofil och visa Save-knappen endast när ändringar finns.
X-Lovable-Edit-ID: edt-4c28a1c2-8950-4a99-88a6-b1d5f54ff4ef
Changed HeroSection start button to link to abonnemang section (#abonnemang) instead of plans (#plans) to ensure navigation to subscription area.
X-Lovable-Edit-ID: edt-8df3264b-7991-40cf-a0b5-66d4b264015e
Anpassa mobilgränssnittet: minskad textstorlek och mindre kort på plansektionen. Uppdaterade PlansSection.tsx så att:
- Sectionen har mindre padding och mindre rubrik/textstorlek på små skärmar.
- Kortens innehåll och rubriker skalas ned (mindre fontstorlek och marginaler).
- Pris, axel-andel och funktioner visas i kompakt format på mobilen.
- CTA-knappen reducerad padding och textstorlek för bättre passform.
X-Lovable-Edit-ID: edt-4a9b67b5-7847-45c3-b1a8-65a8bd338666
Adjust PlansSection grid to show 3 columns on mobile with smaller gaps for tablet/desktop alignment, so subscriptions and images appear side-by-side on mobile.
X-Lovable-Edit-ID: edt-6fc75a02-2705-41f6-a8a0-ad38ed4bb53e
Changed footer: "Lennart Svenssons" to "Lennart Svensson" and removed "Allmänna villkor" link from footer.
X-Lovable-Edit-ID: edt-95d89159-a96f-4cb0-8be3-0fc9c57a0234
Redirect after save now passes justSaved flag; AccountConfirmation adapts heading and content based on whether user just saved or viewing existing data, and uses location state to show appropriate messages. Also adjust back link text and icon usage to reflect new behavior.
X-Lovable-Edit-ID: edt-b7c82fa3-77f1-43a5-b01f-b5e1fafcdb35
Changed PlansSection section id from plans to abonnemang to support in-page navigation from account confirmation.
X-Lovable-Edit-ID: edt-b42457a8-0745-49c6-8086-9cd1b6be92fb
Implemented navigation to a new account confirmation flow that now displays:
- User address details from profile (street, postal, city)
- A subscription section with status and action to order
- Back to account link and navigation tweaks
Also added loading state handling and protected routing for authenticated users.
X-Lovable-Edit-ID: edt-42d4e7d6-3c3c-4e7a-bdd4-87fddcaf54df
Adjusted CSS so destructive color matches primary red for consistency by updating --destructive and --destructive-foreground in src/index.css to align with the main red hue.
X-Lovable-Edit-ID: edt-fc59391d-856a-4d58-86c5-df53ccb4d8d5
Moved the "Tillbaka till startsidan" link outside the centered container to align it to the left, placing it above the main content in Account.tsx.
X-Lovable-Edit-ID: edt-9a074529-236d-41a4-b3a6-7d919bb944cb
Inför tre separata fält för leveransadress (street_address, postal_code, city) i profil, uppdatera migrering, typ-definitioner, fetch och spara logik samt UI med tre inputs. Implementerade ny migrations, utökade API-samtal och uppdaterade Account-sidan att hantera de nya fälten.
X-Lovable-Edit-ID: edt-bcc30255-fbe9-4cbc-bbe4-9513937b286d
Moved "Tillbaka till startsidan" link to top-left under header; made sign-out red and kept as text link with underline on hover; removed the separate return button.
X-Lovable-Edit-ID: edt-6ddfe69a-b2ae-42d1-87e8-40c1d3660a2b
Bytte ut sign out box mot enkel textlänk och understrykning vid hover; gjorde länken för utloggning och bakåt-länk till separata små textlänkar under centrera area.
X-Lovable-Edit-ID: edt-2b146f5a-6fa1-48de-b1e7-9fa4521102c9
Fjorde fältet Företagsnamn och behöll endast e-post och leveransadress på kontosidan. Användarens e-post visas (ensatt, ej redigerbart) och uppdateringsflödet justerat att endast spara adress.
X-Lovable-Edit-ID: edt-4be49567-5c4f-4f2c-9b1c-064db1544996
Lade till nya kontosida som sparar och visar företagsnamn/e-post samt leveransadress. Efter sparande navigeras användaren till en bekräftelsesida (/account/confirmation). Implementerade migrationssteg för att lägga till company_name i profils-tabellen och uppdaterade Kontosidan, bekräftelsesidan och routing.
X-Lovable-Edit-ID: edt-544c3dce-903e-4036-a44e-70c5deb2d6b1
Implement dedicated /account page for logged-in users, wire address from subscription into profile on order, and update account menu to navigate to account when logged in. Also extend AbonnemangForm to prefill/save address to profile and update App routing accordingly. Refactor AccountMenu to direct to account and simplify logic.
X-Lovable-Edit-ID: edt-998f3ddd-0243-4847-bad7-27b351f58fc3