Fixes #128 (Vollmacht/Kontaktdaten direkt anzeigen)
The pupil detail popup now opens with the contact/Vollmacht section already expanded — no click on the phone icon needed. The phone icon stays as a collapse/expand toggle.
Changes
webui/packages/app/features/pupil-info/pupil-info-view.tsx:showContactInfodefaults totruewebui/packages/app/features/pupil-info/ContactSlider.tsx: render each Vollmacht paragraph once
Stacked on #31 — contains only #128; merge #31 first.
Replaces #154 (was based on main).
Fixes #128 (Vollmacht/Kontaktdaten direkt anzeigen)
The pupil detail popup now opens with the contact/Vollmacht section already expanded — no click on the phone icon needed. The phone icon stays as a collapse/expand toggle.
## Changes
- `webui/packages/app/features/pupil-info/pupil-info-view.tsx`: `showContactInfo` defaults to `true`
- `webui/packages/app/features/pupil-info/ContactSlider.tsx`: render each Vollmacht paragraph once
Stacked on #31 — contains only #128; merge #31 first.
Replaces #154 (was based on main).