We store auth creds in the actual keychain of the device and not in localstorage.
Currently works, but will fail if we move completely away from localStorage.
* Remove explicit ref in checkout for type and style check CI job
This was breaking checkouts for PRs from forks
* add tailwindcss-animate patch to remove duplicate utility class
* use new `animate-duration` for animations
* Run fixed `pnpm autoformat`
* Updates to Landing Site
- Docker Modal Sizing fixed for mobile
- Matching button looks for copying across the site
- Move to Next.js `v14.2.5`
- Change the banner to `Alpha 0.4 is out` with a link to the release changelog.
- Updates to docs for easier copy-pasting commands.
* Update mobile docs in contributing
* Reorganize to have welcome first
Have welcome first in the list in the developers section of docs
* Formatting
* improve thumbs of media view, coming soon state for settings routes, and debug bg color change
* alert for lock in sidebar dropdown
* formatting
* Move Coming Soon Alert to it's own component
So, it makes life easier if we need to change wording later.
* autoformat
---------
Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com>
* Update bug report template
* increase spacing between lines on platform info description
* Remove bug report platform example because it looks bad
* Add space around "Development tool versions" in bug report template
* Fix actual event emits
* Hide file menu
* Add duplicate
* comment out menu shortcuts until emission of events are handled
---------
Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
* calculate jobs eta
* calculate eta for single + group jobs
* fix issue with clearing running job groups
* clear completed with error tasks
* error handling for ETA
* fix typeerrors and minor styling for ETA
* fix clearing all jobs & types
* Update JobGroup.tsx
* Update JobGroup.tsx
---------
Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
* Error handling for sd-core-sync crate
Also a bunch of tweaks and fixes
* Update core.ts
* Auto format
* Comment out background_processing_percentage on frontend too
- Update rust version in contributing
* Trying to avoid data loss on actor stop
* Stronger linter on sync generator
* Stronger lint on sync subcrate
* Clean back tasks.json file
* TS typechecking
* Autoformat
* Add more verbose errors for Cloud REST API
* Removing some comments
Copilot is fun sometimes lol
* Properly stopping actors
* Fix ingest stop
* Racing on stop for actors
* Error conversion from merge with main
---------
Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com>
* Done
* Updating storage statistics on volume watcher
* Don't sum up directories sizes for statistics
* storage bar ui changes
* changed storage bar colour gradient
* implemented loading state for statistics
* Fix migration
* Solving crashing and removing sleep
* Properly using useState I guess, not a TS dev
* fixed some ui issues
* Fixing reactivity issue
---------
Co-authored-by: myung03 <matthewyungisworking@gmail.com>
* media view wip
* update search filters to include image and video only
* os based sizing
* search support media view correctly & fix UI width of drawer locations
* Merge remote-tracking branch 'origin' into mob-112-media-view
* Fix explorer re-rendering and improve file opening performance by using libraryClient for queries and mutation
* cleanup
* use memory-disk cache policy for better performance
* remove commented out code
* formatting
* Mobile media view
update search filters to include image and video only
os based sizing
Disable Vite `clearScreen` (#2594)
Change Vite config to disable clearScreen
Use default props for Top Bar icons (#2593)
* Refactor top bar items to use default props
* oops! revert top bar icon size to 18px
Fix misspelled "vacuum" (#2595)
[MOB-110] Fix for Android Permissions (#2592)
* Fix for Android Permissions
Now actually requests the permissions if they aren't granted.
* Remove `console.log``
* Request multiple permissions sequentially
* Better UX
* Add Note for `Number()` patch
* Remove `console.log()`
Revamp `.gitattributes` for statistics and better PR diffs (#2596)
* Revamp .gitattributes for statistics and better PR diffs
* Mark migration_lock as binary
search support media view correctly & fix UI width of drawer locations
Merge remote-tracking branch 'origin' into mob-112-media-view
Fix explorer re-rendering and improve file opening performance by using libraryClient for queries and mutation
cleanup
use memory-disk cache policy for better performance
remove commented out code
formatting