Commit Graph

6 Commits

Author SHA1 Message Date
mikhail_lanskikh 941b775034 Enhance Modal and Popup components with drag-and-drop functionality for mobile responsiveness. Implement drag handling in ModalContainer and PopupContainer, and adjust layout in ModalWrapper and PopupWrapper for better user experience. Update Tooltip and ActionsPopover for improved positioning and visibility. Clean up unused code and comments in HomePage and popupStore. 2025-10-22 14:23:15 +05:00
inmake 3f463b8ff3 Enhance DraggableContainer with new props for enabling/disabling functionality and dragging. Update Popup components to improve structure and responsiveness, removing unnecessary draggable props. Integrate console logging for debugging in PopupContainer and ControlsPopover. 2025-10-21 20:28:30 +05:00
C4rnivore 6bff06ae84 Participants mobile; 2025-10-21 11:51:47 +05:00
mikhail_lanskikh 34c9b58d8f Update API URL in .env; refactor routing in main.tsx to switch between NewSessionPage and TestPage; enhance PixelStreamingWrapper with video initialization callback; improve UI components for better interaction and responsiveness in ActionsSidebarWrapper, UserCamera, UserDevicesControls, and ControlsPopover; add session data fetching and error handling in NewSessionPage. 2025-10-16 16:04:59 +05:00
mikhail_lanskikh 9e19a6e03f Add FullscreenExitIcon component; refactor Popover to PopoverWrapper for better functionality; update ChatPopup and ControlsPopover to utilize new PopoverWrapper; enhance NewSessionPage with fullscreen toggle functionality and improved button interactions. 2025-10-15 23:41:15 +05:00
mikhail_lanskikh d4d5bf609f Refactor UI components and add NewSessionPage; replace TestPage with NewSessionPage, implement ActionsSidebarWrapper, and enhance ActionsPopover and ControlsPopover with Popover component for improved UI interactions. 2025-10-15 17:00:30 +05:00