* refactor: migrate ProjectAuthWrapper to core layout and remove legacy implementations
- Replaced imports of ProjectAuthWrapper from legacy paths with the new core layout.
- Removed obsolete ProjectAuthWrapper files from both CE and EE layouts.
- Updated related components to utilize the new ProjectAuthWrapper structure, ensuring consistency across the application.
* refactor: consolidate workspace authentication handling and remove legacy components
- Updated WorkspaceAuthWrapper to accept workspaceSlug as a prop and removed the legacy implementation from CE and EE layouts.
- Introduced new components for handling workspace authorization, downgrade, and not found scenarios.
- Removed obsolete workspace-wrapper files and ensured the new structure is utilized across the application for better consistency and maintainability.
* refactor: consolidate app rail helper functions
* refactor: remove deprecated command palette types and helpers
* refactor: consolidate sidebar helper functions
* refactor: remove epic analytics helpers
* refactor: migrate workspace creation helper to a root level helper
* refactor: consolidate workitem actions helpers
* refactor: consolidate workitem filter helpers
* refactor: consolidate pi chat helpers
* refactor: consolidate project settings helpers
* refactor: consolidate swr helpers
* refactor: consolidate teamspace view and activity helpers
* refactor: consolidate work item custom property activity helpers
* refactor: consolidate workspace settings helper functions
* refactor: remove work item filters helper functions and consolidate logic
* fix: custom properties mutation in project-level work item filters
* fix: build and format
* refactor: consolidate types to core folder
* fix: type errors in csv importer