agent-ecosystem/src
iliya 97dda4dbe8 feat: implement fullscreen functionality and related IPC communication
- Added WINDOW_FULLSCREEN_CHANGED and WINDOW_IS_FULLSCREEN constants for fullscreen state management.
- Enhanced main window to notify the renderer when entering or leaving fullscreen mode.
- Implemented IPC handlers to check fullscreen status and notify changes to the renderer.
- Introduced useFullScreen hook in the renderer to manage fullscreen state and adjust UI accordingly.

These changes improve user experience by allowing dynamic adjustments to the UI based on fullscreen status.
2026-02-22 23:36:11 +02:00
..
main feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
preload feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
renderer feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
shared feat: implement fullscreen functionality and related IPC communication 2026-02-22 23:36:11 +02:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00