diff --git a/README.md b/README.md index bae5d52..1a5399b 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ See the [Fission Guide](https://guide.fission.codes/developers/installation) and ## Customize - `app.html` - the SEO meta tags will need to be changed. -- `lib/appName.ts` - choose a better application name +- `lib/app-name.ts` - choose a better application name - To customize the application's Tailwind theme, change `tailwind.config.ts` - link to DaisyUI customization page. diff --git a/src/components/auth/LinkDevice.svelte b/src/components/auth/LinkDevice.svelte deleted file mode 100644 index 868578f..0000000 --- a/src/components/auth/LinkDevice.svelte +++ /dev/null @@ -1 +0,0 @@ -

Link Device

diff --git a/src/components/auth/backup/AreYouSure.svelte b/src/components/auth/backup/AreYouSure.svelte new file mode 100644 index 0000000..a9f7ba7 --- /dev/null +++ b/src/components/auth/backup/AreYouSure.svelte @@ -0,0 +1,34 @@ + + + + diff --git a/src/components/auth/backup/Backup.svelte b/src/components/auth/backup/Backup.svelte new file mode 100644 index 0000000..7300ea9 --- /dev/null +++ b/src/components/auth/backup/Backup.svelte @@ -0,0 +1,42 @@ + + + + diff --git a/src/components/auth/backup/BackupDevice.svelte b/src/components/auth/backup/BackupDevice.svelte new file mode 100644 index 0000000..9ee2723 --- /dev/null +++ b/src/components/auth/backup/BackupDevice.svelte @@ -0,0 +1,39 @@ + + + + diff --git a/src/components/auth/Connect.svelte b/src/components/auth/connect/Connect.svelte similarity index 55% rename from src/components/auth/Connect.svelte rename to src/components/auth/connect/Connect.svelte index b217229..2078ccc 100644 --- a/src/components/auth/Connect.svelte +++ b/src/components/auth/connect/Connect.svelte @@ -1,22 +1,5 @@ diff --git a/src/components/auth/link/.gitkeep b/src/components/auth/link/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/components/auth/Register.svelte b/src/components/auth/register/Register.svelte similarity index 82% rename from src/components/auth/Register.svelte rename to src/components/auth/register/Register.svelte index 48a6a41..c341bd0 100644 --- a/src/components/auth/Register.svelte +++ b/src/components/auth/register/Register.svelte @@ -1,16 +1,10 @@ - +