idea: All settings should be controlled via local files not browser localStorage
Opened this issue · 0 comments
louis-jan commented
Problem Statement
Migrate all settings storage from browser LocalStorage to local configuration files
Currently, user settings (e.g., preferences, theme, etc.) are stored in the browser’s LocalStorage. This approach limits flexibility, transparency, and portability. Instead, all settings should be managed through local configuration files stored in the user’s filesystem.