Thursday, December 19, 2024
1 change
Enhancements to existing features
The Documents app now brings file and folder information into a single details panel, reducing duplicated panels and making key details easier to find. Users can view relevant information directly without opening a separate dialog, improving day-to-day document navigation and clarity.
Original PR description
There is no need for two information panels, it causes redundancy at best or confusion when looking for a particular info. The purpose of this specification is to refactor this for * better clarity: one panel to show everything relevant * better UX: no need to open a dialog to view the details Technical challenges came from the needs to 1. Support this in stable => workaround to include data for additional fields even if the view is not updated. 2. Support the container folder (when no record is selected), which is not a record loaded by the kanban/list view. See other commits for included fixes Task-4266789