feat: display plugin settings in interface

This commit is contained in:
SethBurkart123
2025-03-18 18:30:26 +11:00
parent 9a71a5241a
commit d06356101a
8 changed files with 405 additions and 68 deletions
@@ -74,6 +74,7 @@ class StorageManager {
}
private async saveToStorage(): Promise<void> {
// @ts-expect-error
await browser.storage.local.set(this.data);
this.notifySubscribers();
}