feat: refactor session components to utilize BaseSessionLiveWrapper, streamlining sharing functionality and reducing code duplication across various session types
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m14s

This commit is contained in:
Julien Froidefond
2026-02-18 08:39:15 +01:00
parent 35228441e3
commit 739b0bf87d
18 changed files with 381 additions and 795 deletions

View File

@@ -1,3 +1,8 @@
export { LiveIndicator } from './LiveIndicator';
export { ShareModal } from './ShareModal';
export { SessionLiveWrapper } from './SessionLiveWrapper';
export { BaseSessionLiveWrapper } from './BaseSessionLiveWrapper';
export { ShareButton } from './ShareButton';
export { CollaboratorAvatars } from './CollaboratorAvatars';
export { CollaborationToolbar } from './CollaborationToolbar';
export type { LiveApiPath } from './BaseSessionLiveWrapper';