add DB setup with migrations

This commit is contained in:
2025-05-25 11:06:30 -06:00
parent a48a122224
commit c14c2d173e
6 changed files with 185 additions and 31 deletions

View File

@@ -333,7 +333,6 @@ export default class ImageMethodDialog extends Vue {
* @throws {Error} When settings retrieval fails
*/
async mounted() {
logger.log("ImageMethodDialog mounted");
try {
const settings = await retrieveSettingsForActiveAccount();
this.activeDid = settings.activeDid || "";