Feat: Adds multi currency to imports and exports (#89)

* Also adds ability for user to export configurations
This commit is contained in:
hackerESQ
2025-04-10 20:47:35 -05:00
committed by GitHub
parent eae345f243
commit 1ef8dd9378
23 changed files with 445 additions and 77 deletions
@@ -40,7 +40,7 @@ new class extends Component
$this->validate();
$this->user->options = array_merge($this->user->options ?? [], [
$this->user->setOption([
'locale' => $this->locale,
'display_currency' => $this->display_currency,
]);
@@ -51,7 +51,7 @@ new class extends Component
$this->dispatch('saved');
//$this->js('window.location.reload();');
// $this->js('window.location.reload();');
}
}; ?>
<x-forms.form-section submit="updateProfileInformation">