xuang7 opened a new pull request, #3702:
URL: https://github.com/apache/texera/pull/3702
### **Purpose**
This PR addresses issue #3701, where the dataset creation time display was
unclear. It refactors the creation time display to align with workflow time
formatting and improves readability by moving timezone details into a tooltip.
### **Changes**
- **Consistent Formatting:**
- Aligned dataset creation time format with workflow display (MM/dd/yyyy
HH:mm:ss)
- Used date-fns for date formatting
- **Timezone Tooltip:**
- Moved timezone information from inline display into a tooltip for a
cleaner UI.
- Tooltip now shows both GMT offset and full timezone name (e.g.,
GMT-07:00 (Pacific Daylight Time)).
### **Demonstration**
**Before:** creation time displayed inline with full timezone details
<img width="704" height="255" alt="timezone"
src="https://github.com/user-attachments/assets/90648ef7-5307-43c1-a596-0bc469de63c1"
/>
**After:**
| Creation Time (Display) | Timezone (Tooltip) |
|-------------------------|---------------------|
| <img width="295" height="202" alt="time"
src="https://github.com/user-attachments/assets/68431adf-9ba1-4b80-8693-5c08a7c65d0a"
/> | <img width="363" height="206" alt="new-timezone"
src="https://github.com/user-attachments/assets/f9c12b9b-547d-45c1-ba9c-2589ee6ce6c2"
/> |
--
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]