SPB Git forge

spb/immo-ka

Public

Immo-Ka — agrégateur des propriétés à vendre au Québec (73 connecteurs, ~40 000 annonces, React+FastAPI)

112commits 1branches 0releases
125.4 MBsize
maindefault branch
13 days agolast push
Python 47.5% HTML 27.9% TypeScript 15.5% CSS 7.2% JavaScript 2%

chore: attribution carte — Groupe Ka seul (badge + crédit bas-droite), échelle en bas-gauche

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Simon-Pierre Boucher committed 1 mo ago (Aug 13, 2026) parent a752c51

2 changed files +3 −1

modified frontend/src/components/MapView.tsx +0 −0

Binary file not shown.

modified frontend/src/styles.css +3 −1
@@ -364,7 +364,9 @@ table.rooms tr:nth-child(even) td { background: var(--surface-2); }
364 364 .mv-legend span { display: flex; align-items: center; gap: 7px; }
365 365 .mv-lg-pill { display: inline-block; width: 22px; height: 12px; border-radius: 999px; background: #fff; border: 1.5px solid rgba(26, 18, 20, 0.35); }
366 366 .mv-lg-deal { background: var(--lime); border-color: var(--green); }
367 −.mini-map .mv-brand, .mini-map .mv-legend { display: none; }
367 +.mv-credit { position: absolute; bottom: 8px; right: 8px; z-index: 3; padding: 4px 10px; background: rgba(255, 255, 255, 0.9); border-radius: 999px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--ink-2); pointer-events: none; }
368 +.mv-credit b { color: var(--ink); }
369 +.mini-map .mv-brand, .mini-map .mv-legend, .mini-map .mv-credit { display: none; }
368 370 .mini-map .mapwrap { height: 100%; }
369 371 .map-loading { display: flex; align-items: center; justify-content: center; color: var(--ink-3); font-family: var(--font-mono); font-size: 13px; }
370 372 @media (max-width: 780px) { .map-split { grid-template-columns: 1fr; height: calc(100dvh - 230px); } .map-list { display: none; } .results-tools { width: 100%; justify-content: space-between; } }
371 373