The detail panel toggle button has been restored and improved with proper visibility conditions.
The button is located in ShotTableToolbar.vue in the left side filters section.
v-if="viewMode === 'table'")viewMode: Must be 'table' for button to showselectedShot: Must not be null for button to be enabledisDetailPanelVisible: Controls which icon is showntoggle-detail-panel: Emitted when button is clickedPanelRightClose: When panel is visible (hide action)PanelRightOpen: When panel is hidden (show action)The detail panel toggle button has been restored with the following improvements:
The button should now be visible and functional in table view.