feat(a5): Projektionsparameter in die Methodenbox gruppieren - #74
Merged
Conversation
Parameter jeder Projektionsmethode erscheinen nun innerhalb der Methoden-Card statt in einem separaten Block darunter; pro Box ein Reset auf die Defaultwerte. ROADMAP-Hinweis ergaenzt: unklare Farbdefinition gehoert zu A1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
Expanded-Card bleibt in ihrer Grid-Zelle (Breite konstant); Hoehe animiert per CSS grid-template-rows 0fr->1fr; Parameter fuellen die Spaltenbreite. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ecken overflow:hidden auf .params-wrapper, damit Border/Padding der inneren .inline-params bei 0fr nicht als Rest sichtbar bleiben. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bare .params-clip (min-height:0; overflow:hidden) als Grid-Kind; Padding/Rand bleiben auf .inline-params darin. So kollabiert der 0fr-Track wirklich auf 0, kein sichtbarer Rest mehr im eingeklappten Zustand. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
|
Ready to merge |
step4.html-Konflikt zugunsten A5 aufgeloest: alter Full-Width-Parameterblock entfernt (Parameter liegen in den Methodenboxen). Build gruen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

A5 – Zusammengehöriges gruppieren
Was: Die Parameter jeder Projektionsmethode erscheinen jetzt innerhalb der jeweiligen Methoden-Card statt in einem separaten Block darunter; die Card wird beim Aufklappen breiter. Pro Box gibt es einen „Reset", der die Parameter auf ihre Defaultwerte zurücksetzt (neues explizites
default-Feld proProjectionParam); der Button ist deaktiviert, solange nichts vom Default abweicht.Manuell testen:
Hinweise: