이정수 art
  • Joined on 2024-01-09
art pushed to main at art/spt-launcher 2026-02-02 08:54:15 +00:00
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.
art pushed to main at art/spt-launcher 2026-01-31 08:59:44 +00:00
1573df675b feat: SPT Launcher Electron 애플리케이션의 초기 구현으로, 서버 헬스 체크, 명령어 실행, 세션 관리 등 핵심 기능들을 포함합니다.
art pushed to main at art/spt-launcher 2026-01-30 18:56:39 +00:00
2328cb9b5f feat: Add comprehensive global and component styling for the application, including a dark theme, layout, and various UI elements.
art pushed to main at art/spt-launcher 2026-01-30 18:36:08 +00:00
0d9584e530 feat: introduce initial Electron-based SPT Launcher with server, Git, mod, and profile management capabilities.
art pushed to main at art/spt-launcher 2026-01-30 17:36:03 +00:00
a5a5211e87 feat: Implement core Electron main process logic for server health checks, command execution, mod versioning, and user session management.
art pushed to main at art/spt-launcher 2026-01-30 15:06:21 +00:00
36c2d7121f feat: Initialize Electron application with core features for server health, Git tooling, mod synchronization, and user session management.
art pushed to main at art/spt-launcher 2026-01-30 06:59:50 +00:00
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.
art pushed to main at art/spt-launcher 2026-01-30 06:37:35 +00:00
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.
art pushed to main at art/spt-launcher 2026-01-30 06:35:48 +00:00
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.
Compare 2 commits »
art pushed to main at art/spt-launcher 2026-01-30 05:53:28 +00:00
9f7244185d Implement SPT installation path management and UI enhancements. Added IPC handlers for retrieving and setting the SPT installation path, including validation checks and user prompts. Updated the renderer to display SPT installation status and allow users to select the installation directory, improving overall user experience and feedback.
b493637b8d Add mod version management functionality. Introduced IPC handlers for retrieving and setting local mod versions, along with a synchronization process for managing mod updates. Enhanced the UI to display mod version status and integrated checks for version mismatches, improving user feedback during mod synchronization.
099ba63e33 Update package.json and config.ts for new simulation feature. Added a build command for mod synchronization and included a new configuration for the mod repository URL.
7c649b76c4 Add simulation feature for missing Git/LFS tools in development mode. Introduced new state and ref for simulating tool absence, allowing developers to test error handling in the Git check process. Updated UI to toggle simulation state with appropriate button labels.
Compare 4 commits »
art pushed tag v1.0.0 to art/spt-mods 2026-01-30 01:55:50 +00:00
art pushed to main at art/spt-launcher 2026-01-30 01:24:30 +00:00
dc13526360 Enhance server check functionality and UI updates. Added new state management for server checks, including recovery mode and transition scheduling. Improved error handling and introduced new styles for server check notifications and tool indicators.
art pushed to main at art/spt-launcher 2026-01-29 09:00:01 +00:00
4b28133a1a Refactor configuration handling and update README. Moved server-related constants to a shared config module for better maintainability. Updated TypeScript configuration to include shared directory. Enhanced README with additional context.
art pushed to main at art/spt-launcher 2026-01-29 08:51:33 +00:00
944c77f146 Add Git tools management functionality. Implemented IPC handlers for checking, fetching paths, and installing Git and Git LFS tools in the main process. Updated the renderer to support these actions with user feedback and integrated status indicators for tool availability.
46c8d9b29c Add profile download and reset functionality. Implemented new IPC handlers in the main process for downloading and resetting profiles, and updated the renderer to support these actions with appropriate user feedback. Enhanced profile information display and ensured session management during API interactions.
Compare 2 commits »
art pushed to main at art/spt-mods 2026-01-29 01:11:53 +00:00
ec76d53a95 docs: Git 이미지(image) 파일 권한 오류 우회(workaround) 문서 추가
fa63cadc93 SPT 모드팩(modpack) 파일 추가 (BepInEx, SPT)
Compare 2 commits »
art created branch main in art/spt-mods 2026-01-29 01:11:53 +00:00
art pushed to main at art/spt-launcher 2026-01-28 07:01:25 +00:00
062911a9d0 Implement launcher profile fetching guide and update API interactions. Added detailed documentation for the Launcher API, including profile login and fetch methods. Modified main process to handle profile fetching with session management, and updated renderer components to utilize the new profile fetching functionality.
art pushed to main at art/spt-launcher 2026-01-28 06:40:11 +00:00
7cfd513b73 Add profile fetching functionality and improve UI responsiveness. Implemented profile retrieval in the main process, updated the renderer to handle profile data, and enhanced styles for better layout and user experience.
art pushed to main at art/spt-launcher 2026-01-28 03:27:36 +00:00
9a88d44769 Enhance server health check functionality and update development script. Added server health check logic in main process, integrated with preload and renderer components, and modified the dev script to include a build step for the main process.
art released "릴리즈 테스트" at art/spt-mods 2026-01-28 01:33:50 +00:00