ionian/packages/client/src
monoid d28c255d21 feat: add app configuration management with Kysely integration
- Implemented `getAppConfig` and `upsertAppConfig` functions in `config.ts` for managing application settings in the database.
- Updated `mod.ts` to export the new configuration functions.
- Refactored `ComicConfig.ts` to load and update comic watch paths using the new configuration functions.
- Modified `comic_watcher.ts` to accept paths as parameters for creating watchers.
- Created a new settings router in `settings.ts` for managing application settings via HTTP requests.
- Integrated the settings router into the main server in `server.ts`.
- Updated the settings management to use the new database-backed configuration.
- Removed legacy configuration management code from `configRW.ts`.
- Added integration tests for the settings router and error handling.
- Updated `vitest` configuration for testing.
- Cleaned up unused type definitions in `pnpm-lock.yaml`.
2025-09-30 23:15:20 +09:00
..
assets BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00
components feat: add app configuration management with Kysely integration 2025-09-30 23:15:20 +09:00
hook feat: add app configuration management with Kysely integration 2025-09-30 23:15:20 +09:00
lib fix: do not ignore tag 2025-05-10 22:37:28 +09:00
page feat: add app configuration management with Kysely integration 2025-09-30 23:15:20 +09:00
state refactor: user authentication service 2025-08-31 18:11:50 +09:00
util feat: Add BuildInfoCard component 2024-10-13 01:40:01 +09:00
App.css BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00
App.tsx [BREAKING!]: 서버 재작업 (#16) 2024-10-09 00:18:56 +09:00
index.css BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00
main.tsx BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00
vite-env.d.ts BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00