You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#451
Add functionality to update config manager state and store settings using sqlite3 in the settings editor.
* **Config Manager (`src/biscuit/settings/config.py`):**
- Add methods to save and load settings from sqlite3.
- Update `__init__` method to initialize sqlite3 database in `datadir`.
- Update `load_data` method to load settings from sqlite3.
* **Settings Editor (`src/biscuit/settings/editor/editor.py`):**
- Add methods to save and load settings from sqlite3.
- Update `add_sections` method to load settings from config manager.
* **Settings (`src/biscuit/settings/settings.py`):**
- Update `Settings` class to use sqlite3 for configuration.
- Update `late_setup` method to load settings from sqlite3.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tomlin7/biscuit/issues/451?shareId=XXXX-XXXX-XXXX-XXXX).
Feature
Settings editor GUI has been added. But it's not fully functional yet.
Note
The text was updated successfully, but these errors were encountered: