Add account data import UI on registration success page

This commit is contained in:
Matthew Wild
2022-01-12 16:20:44 +00:00
committed by Jonas Schäfer
parent 3cb8185b1a
commit 32179c72cd
5 changed files with 86 additions and 1 deletions

View File

@@ -98,6 +98,11 @@ licensed under the terms of the Apache 2.0 License -->
<path d="M0 0h24v24H0z" fill="none" />
<path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" />
</symbol>
<!-- from: file/file_upload/materialicons/24px.svg -->
<symbol id="icon-upload" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" />
</symbol>
<!-- from: file/folder/materialiconsround/24px.svg -->
<symbol id="icon-folder" viewBox="0 0 24 24">
<path d="M0 0h24v24H0V0z" fill="none" />

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB