agent-ecosystem/src/renderer/constants/layout.ts
iliya 7019bf6114 feat: add team restoration and permanent deletion features
- 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.
2026-02-26 12:15:47 +02:00

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';