Commit Graph

69 Commits

Author SHA1 Message Date
Andrew Vivash 43fda68523
Chore: move initializeFilesystem back to the register function (#70) 2022-10-12 09:10:11 -07:00
J.J. Tolton 4051179646
Fix url in README.md (#72)
Signed-off-by: James Tolton <jjtolton@gmail.com>

Signed-off-by: James Tolton <jjtolton@gmail.com>
2022-10-11 15:54:53 -07:00
Andrew Vivash 44fa0fd136
Feat: move gallery code to gallery domain (#69) 2022-09-27 11:30:41 -07:00
Andrew Vivash 9bf8f8123f
Avivash/add fission server url to app info (#68) 2022-09-22 13:17:01 -07:00
Brian Ginsburg 15cc1f06ed
Add route support for Fission app publishing (#66)
* Add trailing slash always
* Add leading slashes to gotos
* Add fission.yaml and publish action
* Update Fission app name
* Update README


Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-09-22 15:10:28 -04: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
Jess Martin 128c9927cc
README Improvements (#62)
* Updates to README
* Add some badges and screenshots
2022-09-16 13:05:50 -04: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 05b70fd159
Quick start instructions (#53)
* Remove some extraneous tags, links, etc

* Templatize <head> with name, description, URL
2022-09-01 11:42:35 -04: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 9a1532715a
Add remaining auth flow details (#43)
* Copy edits

* Support for info and warning notifications

* Account linking success toasts

* Cancel account linking

* Hide skip for now when backup exists


Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-08-30 18:24:55 -04:00
Jess Martin 4482604a36 Whoops! Hard-coded the PIN 😬 2022-08-30 17:07:15 -04:00
Jess Martin 2053195673
Dark Mode updates (#49)
* Minor dark mode changes
* Add dark mode to gallery
2022-08-30 16:59:49 -04:00
Jess Martin d0bfd9a10f
Show error in UI when registration fails (#48) 2022-08-30 16:43:21 -04:00
Brian Ginsburg eb61c6b5e6
Add homepage (#41)
* Add homepage
* Check backup status when loading account
* Rename app
* Add about card
* Replace hamburger menu with brand
* Rename app in title


Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-08-30 16:42:46 -04:00
Brian Ginsburg ccfd146258
Add connect existing account modal (#40)
* Add connect existing account modal


Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-08-30 15:07:29 -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 2399219f69
Add class strategy for selecting dark theme (#44) 2022-08-29 16:07:36 -07:00
Andrew Vivash 319ff70b5d
3 private and public photo uploads (#37) 2022-08-27 15:53:10 -07:00
Jess Martin 82a389a42e
Dark Mode changes (#38) 2022-08-26 13:45:41 -07:00
Brian Ginsburg 5411fcba51
Upgrade webnative to 0.34.0 2022-08-25 14:30:10 -07:00
Jess Martin eec81aa1bf
Dark mode toggle (#36)
* Add dark and light mode icons
* Respect user's OS preferences, unless they toggle manually


Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com>
2022-08-24 16:17:03 -04:00
Jess Martin f57beafa6c
Add a loading screen during filesystem init (#35) 2022-08-24 16:15:43 -04:00
Jess Martin 030f478228
Link device flow (#32)
* Wire up delegate account page
* Wire up link device page
* Add pin error when no matching pin
* Add backup created flag and store it in WNFS
* Move backup status into a dedicated module
* Move linking into a dedicated module


Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-08-24 10:36:59 -04:00
Jess Martin 7652262044
Add favicon files (#33) 2022-08-23 12:26:18 -04:00
Andrew Vivash f14791ad3e
Feat: add PR template (#30) 2022-08-09 14:17:16 -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
Jess Martin 143ec66d1f
Welcome and backup device flow (#26)
* Comment out redirect to prevent re-register

* Welcome screen completed

* Rename LinkDevice to Welcome; Add Backup route

* Add a new page for Backup Device

* Move bootstrapFilesystem to webnative implementation

Co-authored-by: Jess Martin <jessmartin@gmail.com>

* Rename appName.ts to app-name.ts

Co-authored-by: Jess Martin <jessmartin@gmail.com>

* Refactor register and backup routes and components

Co-authored-by: Jess Martin <jessmartin@gmail.com>

Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-08-04 07:59:50 -07:00
Jess Martin 1aa4463812 Adjust theme colors
Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-08-02 15:29:54 -04:00
Jess Martin 8f29357b17 Make application name configurable
Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-08-02 14:21:24 -04: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
Brian Ginsburg 046c80be44
Bootstrap filesystem and add filesystem store
Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-07-29 12:58:22 -07:00
Brian Ginsburg 264476b004
Convert icons to components
Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-07-29 11:26:27 -07:00
Brian Ginsburg 72c56c1efe
Add session store (#23)
* Add webnative initialization and session store

* Guard connect page and button
2022-07-28 15:48:53 -07:00
Jess Martin 91f2122cd9
Merge pull request #22 from fission-suite/register-user
Get registration working
2022-07-27 16:32:41 -04:00
Jess Martin f3cafb40be Redirect to LinkDevice on successful registration 2022-07-27 12:59:22 -04:00
Jess Martin 1d7ef2d819 Add green and red checks for status 2022-07-27 12:38:08 -04:00
Jess Martin a2bed7a6b3 Remove custom checkbox code; use DaisyUI 2022-07-27 12:16:54 -04:00
Jess Martin afc887befc Error messages on "shared computer"; spinner 2022-07-27 12:06:06 -04:00
Jess Martin 99f912486a Getting registration working
Co-authored-by: Brian Ginsburg <gins@brianginsburg.com>
2022-07-26 16:00:25 -04:00
Jess Martin fc7feb1c41
Merge pull request #12 from fission-suite/add-username-debounce
Add debounce to username available check
2022-07-26 14:32:13 -04:00
Brian Ginsburg 6f02425ec8
Add debounce to username available check 2022-07-26 08:20:29 -07:00
Brian Ginsburg 92f3b39b30
Set prettier htmlWhitespaceSensitivity to ignore
Prevents prettier from break tags across lines when wrapping text.
2022-07-22 15:26:43 -07:00
Brian Ginsburg 733a4c9b2d
Add username check at registration
Co-authored-by: Jess Martin <jessmartin@gmail.com>
2022-07-22 13:13:20 -07:00
Jess Martin 0f1399fe93 Re-add fission.yaml, see if publish still works 2022-07-22 14:17:56 -04:00
Jess Martin d7888a9ff5 Remove protocol and trailing slash 2022-07-22 12:08:50 -04:00
Jess Martin e9c7ac0d69 GH Action requires `fission.yaml` to not be there 2022-07-22 12:08:01 -04:00
Jess Martin 11b330a512 Configure fission publish GH action 2022-07-22 11:43:39 -04:00
Jess Martin bda718481d
Update app_url to published app URL 2022-07-22 11:24:45 -04:00
Jess Martin ec50794796
Tiny change to trigger publish workflow 2022-07-22 11:10:51 -04:00