Commit Graph

21 Commits

Author SHA1 Message Date
Andrew Vivash 88725d3d36
Feat: use program.recoverFileSystem instead of doing it manually (#113) 2023-02-03 10:35:06 -08:00
Andrew Vivash ca17915674
Avivash/upgrade sveltekit (#112) 2023-01-09 17:28:32 -08:00
Andrew Vivash 971e120d0b
Avivash/add playwright infrastructure (#110) 2023-01-09 10:25:07 -08:00
avivash 685b3b7738 Revert to 14b554d098 2023-01-06 11:01:02 -08:00
Brian Ginsburg 33ceebadc3
Upgrade SvelteKit to 1.0.0 stable release (#108)
* Upgrade to Vite 4.0.0

* Update trailing slash config

* Update path alias configs

* Upgrade safelist config

We had this under purge, but that has been deprecated. The safelist is
in its own top-level config now:
https://tailwindcss.com/docs/content-configuration#safelisting-classes

* Upgrade to SvelteKit stable release
2023-01-05 16:12:52 -08:00
Steven Vandevelde b0b9a2020e
Upgrade to Webnative 0.35 (#89)
* Upgrade to webnative 0.35

* Linking

* Adjust loadAccount

* Chore: update avatar size limit to be 20mb - also update gallery size limit error message

* Chore: move program.auth.webCrypto to sessionStore.authStrategy (#93)

* program.id → program.tag

* Use AuthenticationStrategy type

* Single auth strategy

* Fix: always pass program.auth to sessionStore

* Avivash/add loading UI (#94)

* tag -> namespace

* Avivash/51 private file info (#95)

* Fix: delegate route being mounted twice

* Fix: orange and gradient directions

* Fix: footer gradient direction

* Bump webnative

* Use alpha version

* Upgrade alpha version

* Bump alpha release

* Bump

* Avivash/UI updates (#102)

* Bump

Co-authored-by: avivash <av@andrewvivash.com>
Co-authored-by: Andrew Vivash <andy@fission.codes>
Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2023-01-05 19:13:15 +01:00
Andrew Vivash 6dbfbc296a
Avivash/58 improve homepage UI(does not include 404 or User Settings) (#83) 2022-11-08 13:58:04 -08:00
Brian Ginsburg 71aac0e88c
Upgrade SvelteKit (#65)
* Staging upgrades to sveltekit and adapter-static

Preparation for routes migration

* svelte-migrate: renamed files

* svelte-migrate: updated files

* Upgrade to latest kit and adapter-static

* Rename app/env to app/environment

* Migrate rendering and prerendering behavior

* Extend SvelteKit tsconfig
2022-09-20 13:47:45 -07:00
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
Jess Martin 3c8429082e
Deploy to Netlify with redirect support (#50)
* Removing Fission publish action and configuration info from README

* Document the Netlify deployment information in the README
2022-08-31 10:10:04 -04:00
Brian Ginsburg 53b6884e23
Wait for data root before loading filesystem (#42)
* Upgrade webnative to 0.34.1

* Wait for data root before loading filesystem

* Add loading filesystem modal
2022-08-29 16:09:18 -07:00
Brian Ginsburg 5411fcba51
Upgrade webnative to 0.34.0 2022-08-25 14:30:10 -07:00
Brian Ginsburg 2adcca9e55
Add connection QR code and link (#28)
* Add connection link clipboard copy

* Add connection link QR code
2022-08-05 10:56:34 -07:00
Brian Ginsburg 2d25466f93
Add initialization error toasts (#24)
* Add error, success, info, and warning styles

* Add Toast component

* Add initialization error toast

* Add device store and toast placement

* Set device on window resize events


Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-08-02 13:57:36 -04:00
Jess Martin f3cafb40be Redirect to LinkDevice on successful registration 2022-07-27 12:59:22 -04:00
Jess Martin 99f912486a Getting registration working
Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-07-26 16:00:25 -04:00
Brian Ginsburg 7ca0c16f67
Add app owned use WNFS implementation 2022-07-19 12:59:35 -07:00
Brian Ginsburg 2f71c44198
Upgrade Ava to 4.3.1
Fixes broken tests with earlier version.
2022-07-18 11:33:19 -07:00
Brian Ginsburg dc0ce83990
Add webnative 2022-07-14 12:43:42 -07:00
Brian Ginsburg be01050874
Pin SvelteKit and adapter-static versions 2022-07-14 11:45:12 -07:00
Brian Ginsburg 2b98bce42b
Boilerplate svelte app 2022-07-14 11:41:33 -07:00