e90c0d0a76
feat: `acidphantasm-progressivebotsystem`, `acidphantasm-botplacementsystem`, `fika-server`를 포함한 새로운 `mod`들과 관련 `config`, `data`, `plugin` 파일들을 추가합니다.
c78159d442
feat: Enhance Git tools installation process with progress tracking and Windows path management. Added UI updates for installation steps, including status and progress indicators, to improve user experience during setup.
9486a624cb
Enhance mod synchronization UI and functionality. Added a dropdown for selecting mod tags, improved state management for mod version checks, and updated the performModSync function to accept an optional tag parameter. Refined styles for better layout and user experience, including adjustments to padding and grid gaps.
09d800eee9
Add session request and lookup type definitions. Updated requestSessionId and getSessionIdForUser functions to include return type annotations for improved type safety and clarity in session management logic.
18dcf789c8
Add session management functionality. Introduced IPC handlers for resuming and clearing user sessions, along with session record handling in the main process. Updated the renderer to support session resumption on app startup and clear session on logout, enhancing user experience and session continuity.
03a3f85974
Refactor development mode checks to use DEV_UI_ENABLED constant. Updated conditional logic throughout the App component to improve clarity and maintainability. Removed deprecated demo session button to streamline the UI.