odd-app-template/src/routes
Brian Ginsburg 102ecd9b3e
Cleanup and refactoring (#60)
* Use production infra

* Move theme out of subdirectory

* Remove unused example test

* Separate webnative module into init and account

* Move state off of module global state

* Move utils out of common directory

* Organize imports consistently

* Replace last remaining Toast with a Notification

* Rename theme to themeStore

Renaming keeps the theme store naming consistent with the other stores.

* Replace uuid helper with WebCrypto randomUUID

* Enfore minimum node version at >=16.9

* Refactor delegate-account and link-device routes

Use component views for consistency with the other routes

* Use FilesystemActivity component in Register

* Remove console logs

* Add extractSearchParam

Generalizes extracting a search param from a URL.

* Hide app name in header on mobile

* Remove deviceStore

We weren't using it in the app. Mobile styles are handled with tailwind
utility classes.

* Add social preview image

* Remove navigate event from AreYouSure component

The event was unused.

* Replace convertUint8ToString with uint8arrays

* Add initializeFilesystem

Separates out app-specific resource creation from the required
registration code

* Allow minor webnative version upgrades

* Update package-lock.json
2022-09-15 12:52:24 -07:00
..
__layout.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
backup.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
connect.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
delegate-account.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
gallery.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
index.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
link-device.svelte Cleanup and refactoring (#60) 2022-09-15 12:52:24 -07:00
register.svelte Welcome and backup device flow (#26) 2022-08-04 07:59:50 -07:00