Updated Logga in item to ensure text turns black on hover and focus by adding hover:!text-black and focus:!text-black styles.
X-Lovable-Edit-ID: edt-c8899314-7da7-4ff1-bd4c-bc3bafd446ca
Removed the icon from the Logga in item and applied a 30% red hover/focus background to the Logga in option in AccountMenu.tsx.
X-Lovable-Edit-ID: edt-9d136e57-5431-49b1-9ed7-0bc90cb67335
Made Mitt konto button text bold by adding font-bold to the account menu trigger button in AccountMenu.tsx.
X-Lovable-Edit-ID: edt-e07f866d-2cf9-4efb-9fa9-592c174af1df
Adjusted AccountMenu.tsx to drop the font-bold class on the sign-up button, preserving hover/focus red background behavior with rounded styling.
X-Lovable-Edit-ID: edt-6c584676-ec83-4ed1-b90f-72cacfe61da0
Updated AccountMenu.tsx to give the Mitt konto button a red border and maintain hover background opacity. Specifically, added border-2 with a red-tinged hover background and explicit border color, ensuring the header button shows a red outline.
X-Lovable-Edit-ID: edt-a8610805-6251-428e-9b12-8c47ff042573
Removed the red border from the Create account button in AccountMenu.tsx by dropping the inline border style, while preserving hover/focus red translucent background.
X-Lovable-Edit-ID: edt-6b15ec75-aedf-4285-b7ae-13f170f9e673
Applied inline red border and hover styling to the Skapa konto button:
- Replaced Tailwind border classes with an explicit 2px red border (#dc2626)
- Ensured hover/focus states use a semi-transparent red background (rgba(220,38,38,0.3))
- Adjusted to preserve button layout within AccountMenu.tsx
X-Lovable-Edit-ID: edt-e64d77b3-1ce1-4050-8b07-9e67c2684235
Replaced DropdownMenuItem for signup with a full-width button inside a padded div to ensure a visible red border frame. Hover/focus opacity preserved via hover:bg-red-600/30.
X-Lovable-Edit-ID: edt-67e0f7fb-c7fa-4955-a367-78b4f401e68c
Updated the Sign Up menu item to apply a red background with 30% opacity on hover/focus, instead of a fully red state.
X-Lovable-Edit-ID: edt-24d53d40-0c74-45ef-8623-9310190fbf86
Updated the account menu to display a red border around the "Skapa konto" option by replacing the previous border classes with border-2 and border-red-600 for clearer emphasis.
X-Lovable-Edit-ID: edt-ebdcb8e1-4719-4314-9d31-88cde26235be
Removed account icon, simplified trigger styling, and emphasized signup option with bold border in the account dropdown.
X-Lovable-Edit-ID: edt-821b61d1-1180-4d99-b6ff-1a5a0050acd3
Implemented user profile data persistence:
- Added profiles table with auto-creation on signup and RLS policies
- Created Supabase migrations and config updates
- Wired authentication flow with frontend hooks (useAuth) and account menu UI
- Added AccountMenu component and AuthDialog for login/signup
- Updated header to include account menu; removed some previous nav items
- Integrated Lovable Cloud auth and profile storage across app
X-Lovable-Edit-ID: edt-a6b4f7c5-0684-48c9-ad36-c1332edcff8e
Eliminated the logo from the header by removing the anchor+img block in src/components/Header.tsx to simplify the top navigation.
X-Lovable-Edit-ID: edt-d1769964-736d-405e-8459-4d453050fe2a
Eliminated the logo image element from HeroSection.tsx (line 16), simplifying the hero by removing the logo markup and its styling.
X-Lovable-Edit-ID: edt-5d5aff44-e778-4289-af7d-9a306c1e4bbc
Hide abonnemang and Sortiment from header on desktop by removing nav links in Header.tsx, so only logo shows.
X-Lovable-Edit-ID: edt-9387f358-e025-4e7d-81ad-af813d184b55
Updated hero background to use wide outpainted bakery image and applied to HeroSection via hero-bakery-wide.jpg for edge-to-edge display.
X-Lovable-Edit-ID: edt-7af80faf-4c2c-4c7c-9015-dca1347900cd
Reduced beige overlay intensity to enhance hero contrast and prevent washed-out sides by replacing 60% overlay with 25% overlay on background layer.
X-Lovable-Edit-ID: edt-f4eaa116-722d-45e9-828b-63c35f5614c3
Eliminated max-width and default padding on #root in App.css and added full-width rules in index.css to prevent beige side edges and allow hero background to span full viewport.
X-Lovable-Edit-ID: edt-9f685be6-9908-4736-8521-d1a25ed034b9
Adjusted HeroSection to enforce full viewport width with centered background:
- Replaced inline background on section with layered full-width background div
- Added edge-to-edge container via left-1/2 w-screen -translate-x-1/2
- Introduced semi-transparent overlay and preserved content layering
- Background uses baker image with 40% opacity and covers center area
X-Lovable-Edit-ID: edt-cf6915f1-050c-4c66-ad63-7eabf98be22e
Refactored HeroSection to render a full-width, edge-to-edge background using the section itself, applied cover sizing and center positioning, and added a semi-transparent overlay. Updated structure to remove per-element background divs and rely on section styling for the image.
X-Lovable-Edit-ID: edt-86270d43-16fa-4fba-8a5e-4570c4a2c1af
Adjusted HeroSection to ensure the bakery background covers the full viewport width regardless of parent container. Replaced previous inline sizing with left-1/2, w-screen, -translate-x-1/2, and added persistent overlay, keeping opacity at 40%.
X-Lovable-Edit-ID: edt-8416ce2d-6b7f-46e7-9d29-d0aa89557c04
Refactored HeroSection to render background image as full-viewport width using a fixed-width trick and updated containers to remove clipping. Background overlay now spans full viewport with opacity, and content remains centered above it.
X-Lovable-Edit-ID: edt-e9d50ce7-b3ea-4a2e-b4b0-0b8bf1ab96ad