- Implemented functionality for restoring soft-deleted teams and permanently deleting teams from the system. - Introduced new IPC channels for team restoration and permanent deletion, enhancing team management capabilities. - Updated TeamDataService and related components to handle the new operations, ensuring data integrity during team management. - Enhanced UI components to support team restoration and deletion actions, improving user experience and management workflows.
6 lines
216 B
TypeScript
6 lines
216 B
TypeScript
/**
|
|
* Shared layout constants for consistent header heights.
|
|
* Used by both SidebarHeader and TabBar to ensure alignment.
|
|
*/
|
|
|
|
export { getTrafficLightPaddingForZoom, HEADER_ROW1_HEIGHT } from '@shared/constants';
|