SarahAsad23 commented on code in PR #4484:
URL: https://github.com/apache/texera/pull/4484#discussion_r3135522102


##########
frontend/src/app/workspace/component/power-button/computing-unit-selection.component.html:
##########
@@ -427,3 +435,220 @@
     </div>
   </div>
 </ng-template>
+
+<!-- Modal for adding packages -->
+<nz-modal
+  nzWrapClassName="pve-modal"
+  nzClassName="pve-modal"
+  [nzVisible]="pveModalVisible"
+  nzTitle="Python Environments"
+  (nzOnCancel)="closePveModal()"
+  [nzFooter]="customFooter">
+  <ng-template #customFooter>
+    <div class="footer-all">
+      <button
+        nz-button
+        nzType="default"
+        (click)="closePveModal()">
+        Close
+      </button>
+      <button
+        nz-button
+        nzType="primary"
+        (click)="addEnvironment()">
+        Add Environment
+      </button>
+    </div>
+  </ng-template>
+
+  <ng-container *nzModalContent>
+    <!-- Shared system packages -->
+    <div class="system-section">
+      <nz-collapse>
+        <nz-collapse-panel nzHeader="System Packages (read-only)">

Review Comment:
   <img width="966" height="159" alt="Screenshot 2026-04-23 at 9 51 05 PM" 
src="https://github.com/user-attachments/assets/a4d2bb4e-c8d2-47c0-89b3-ec2ed02cc6eb";
 />
   
   I added a short caption/description to the UI to improve clarity and make it 
more intuitive.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to