[feat] persist user ui customization (#3743)

This commit is contained in:
Vlad Stan
2026-02-25 07:53:52 +01:00
committed by dni ⚡
parent d6d0ebb20e
commit e72396fe31
16 changed files with 160 additions and 47 deletions
+3
View File
@@ -154,6 +154,9 @@ window._lnbitsApi = {
name: name
})
},
updateUiCustomization(data = {}) {
return this.request('patch', '/api/v1/auth/ui', null, data)
},
resetWalletKeys(wallet) {
return this.request('put', `/api/v1/wallet/reset/${wallet.id}`).then(
res => {