[feature] Allow users to export data via the settings panel (#3140)

* [feature] Allow users to export data via the settings panel

* rename/move some stuff
This commit is contained in:
tobi
2024-07-31 16:03:34 +02:00
committed by GitHub
parent 43519324b3
commit 38f041cea1
32 changed files with 2102 additions and 7 deletions

View File

@ -53,6 +53,11 @@ export default function UserMenu() {
itemUrl="migration"
icon="fa-exchange"
/>
<MenuItem
name="Export & Import"
itemUrl="export-import"
icon="fa-floppy-o"
/>
</MenuItem>
);
}