A1 + A11: Erklärungen (visuelle Projektions-Tooltips) und Defekt-Fixes#83
Merged
TBum1404 merged 4 commits intoJul 22, 2026
Merged
Conversation
- Neue Komponente projection-preview: animierte Canvas-Vorschau je Projektionsmethode (portiert aus ClaudeDesign-Vorlage, eine Methode pro Instanz, laeuft nur bei geoeffnetem Popup) - Step 4: Hilfe-Icon mit Vorschau-Popup auf jeder Projektionskarte und bei FastMap (Badge Always active) - Step 4: Erklaertexte fuer Farbattribut und Farbskala (colorFeature, colorScale) eingebunden - Step 3: Smart-Defaults-Erklaertext an der Spalten-Konfigurationskarte - Outlier-Tooltip um die zwei Prinzipien (IQR vs Z-Score) und den Strenge-Hinweis ergaenzt
- Tooltip bleibt beim Hineinfahren offen (Grace-Period), Voraussetzung fuers Lesen/Betrachten der Vorschau (C-S4-04) - Hilfe-Icon nicht mehr dauerhaft blau nach Klick (Farbe nur bei Hover / :focus-visible) - Tooltip-Platzierung in Schritt 3 korrigiert: gsap.from() hinterliess ein inline transform auf .detail-well, wodurch fixed-Tooltips relativ zur Welle statt zum Viewport rechneten; clearProps entfernt es nach der Animation - Tooltips bis zur Positionsberechnung ausserhalb des Sichtfelds geparkt, Clamping an clientWidth/Height -> keine horizontale Scrollbar - .detail-well overflow-x: hidden; .detail-card waechst mit Inhalt (kein Abschneiden)
…at/a1-a11-erklaerungen-defekte
…nd aktualisiert
TBum1404
marked this pull request as ready for review
July 22, 2026 11:16
Collaborator
Author
|
ready to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Setzt A1 (Erklärungen) und A11 (technische Defekte) gemeinsam um. Zwei gruppierte Commits.
A1 – Fachbegriffe und Optionen erklären
shared/projection-preview/: animierte Canvas-Vorschau je Projektionsmethode (portiert aus der ClaudeDesign-Vorlage „Projection Previews"). Baut/animiert nur die angefragte Methode und läuft nur, solange das Popup offen ist. Tempo 0.5.colorFeature) und Farbskala (colorScale) eingebunden; im Farbskala-Text steht, dass sie rein kosmetisch ist (nur Einfärbung, nicht Projektion/Daten — verifiziert).A11 – Technische Defekte
:focus-visible).gsap.from()(A14-Morph) hinterließ ein inlinetransformauf.detail-well, wodurchposition:fixed-Tooltips relativ zur Welle statt zum Viewport rechneten;clearProps: 'transform'entfernt es nach der Animation.clientWidth/Height;.detail-welloverflow-x: hidden..detail-cardwächst mit dem Inhalt (flex: 1 0 auto) — kein Abschneiden langer Konfiguration mehr.Bereits behoben/verifiziert (keine Änderung nötig): S-S3-03 (Tooltip-Z-Ebene), S-S4-02 (Rücksprung Step 4), P-S5-02/03 (über A3).
Manuelle Testschritte