The GitHub Actions job "Required Checks" on texera.git/feat/cu-advanced-settings has succeeded. Run started by GitHub user kunwp1 (triggered by kunwp1).
Head commit for run: d95748cfd7e7a9933656eb2a44964070413a9a50 / Kunwoo Park <[email protected]> feat(frontend): advanced settings for computing-unit creation The computing-unit creation modal listed every knob inline. Shared-memory and JVM-heap size are advanced options most users never touch, so they crowded the common path (name / RAM / CPU). Tuck them behind a collapsed "Advanced Settings" disclosure in the shared ComputingUnitCreateModalComponent, which serves both creation entry points (the dashboard Computing Units page and the workspace power-button): - Progressive disclosure: rotating chevron + smooth height animation; collapsed by default and re-collapsed every time the modal opens (ngOnChanges on `visible`). - Validation stays visible: when collapsed, an amber header hint surfaces the "shared memory exceeds total" warning so it can't be submitted unseen. - Accessibility: native button + aria-expanded, and `inert` on the collapsed panel so its controls stay out of the tab order. Report URL: https://github.com/apache/texera/actions/runs/28714501102 With regards, GitHub Actions via GitBox
