lilith-platform.live/codebase/@features/provider-website/frontend-public
Natalie 30d9a082ae fix(banners): show website logo as placeholder banner image when no platform-provided imgSrc
- On /banners, if a VerifiedProfile has empty imgSrc (no banner from user/platform), render the site logo (/icon-512.png) as a branded visual placeholder inside linked or static frame.
- Introduced LogoPreview, LogoPlaceholder, LogoImg styled components for contained square logo with padding/bg.
- Removed redundant text-only ProfileLink (the logo image now provides the visual + click target when href present).
- Updated comments and logic in BannerItem.
- Always provides an image slot now for uniform card layout (real banner or site logo).
- Typecheck clean; e2e smoke test for /banners passes.
- Fallback only affects UI rendering (data can still omit imgSrc); matches request for transquinnftw.com/banners.
- Uses existing static icon from manifest/public for the 'logo of the website'.
2026-06-23 06:53:41 -04:00
..
public
src fix(banners): show website logo as placeholder banner image when no platform-provided imgSrc 2026-06-23 06:53:41 -04:00
tooling
index.html feat(provider-website/seo): EROS-aligned brand meta copy 2026-06-22 00:57:34 -05:00
package.json
tsconfig.json
vite.config.ts chore(frontend-public): 🔧 Update Vite build config for provider-website frontend to optimize plugins, settings, and environment variables 2026-06-03 06:04:11 -07:00
vitest.config.ts fix(test): green the provider-website suite (142/142) 2026-06-19 15:58:52 -05:00