xuang7 opened a new issue, #3804: URL: https://github.com/apache/texera/issues/3804
### **Problem statement** Currently, uploads are organized into three panels: Pending, Uploading, and Finished. When there are no active tasks or file changes, the UI still renders all three (empty) panels. The `No pending changes` message is nested inside the Finished panel, so users don’t immediately see that nothing is pending, which making the interface feel redundant. <img width="399" height="455" alt="Issue" src="https://github.com/user-attachments/assets/e088048e-8362-4991-a1ae-60de29164be5" /> ### **Proposed Solution** - Hide inactive panels: Render each status panel only when it has items (count > 0). - Restore clear empty state: If none of the panels have items, show a top-level notice: `No pending changes.` (as in the previous implementation). <img width="405" height="502" alt="clean-state" src="https://github.com/user-attachments/assets/e637e588-17fc-4f72-b835-31dbfc163f05" /> -- 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]
