xuang7 opened a new pull request, #3659: URL: https://github.com/apache/texera/pull/3659
### **Purpose** This PR restructures the dataset version creation logic by removing the legacy modal-based flow and supporting inline creation only. This change improves the user experience with a more flexible and direct workflow. ### **Changes** - dataset-detail.component.ts/html/scss: Removed modal-related logic(modal, isCreating, form controls) and unified creation flow into the inline form. ### **Demonstration** **Before – Clicking Submit opened a pop-up window for version creation** <img width="402" height="455" alt="prev" src="https://github.com/user-attachments/assets/18562ea8-a5a2-4c22-b45d-e36903d6d3ed" /> <img width="537" height="246" alt="window" src="https://github.com/user-attachments/assets/b31ecba1-b86c-4631-9b40-fabdf593bca9" /> **After - Version creation happens directly in the dataset detail view** <img width="400" height="421" alt="new" src="https://github.com/user-attachments/assets/5a4ac3bb-6f26-4d3a-9fd5-eb64dbd25f84" /> -- 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]
