## Pull Request Description
Added the google fonts locally
Also added back saved servers for web
## Issue Being Fixed
Issue Number: #54
## Screenshots / Recordings
<!-- This section is optional but highly recommended to show off your
changes! -->
## Checklist
- [ ] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [ ] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [ ] Check that any changes are related to the issue at hand.
---------
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
## Pull Request Description
Adds the full screen toggle to web and the volume slider.
fix: small fixes for desktop padding
fix: only reload widgets when the content has changed
## Issue Being Fixed
Issue Number: #28
---------
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
## Pull Request Description
Disable discovery of jellyfin servers for web. Because web does not
support UDP requests.
## Issue Being Fixed
Issue Number: #19
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
## Pull Request Description
This fixes a bunch of padding issues, and also improves padding in other
areas.
Issue Number: #29
---------
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
## Pull Request Description
Added a development build to so it's easier to develop alongside the
current release (Android only atm)
## Issue Being Fixed
Developing removing the actually installed fladder app
Issue Number: N/A
## Checklist
- [ ] If a new package was added, did you ensure it works for all
supported platforms? Is the package also well maintained?
- [ ] Did you add localization for any text? If yes, did you sort the
.arb file using ```arb_utils sort <INPUT_FILE>```?
- [ ] Check that any changes are related to the issue at hand.
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
Wrapped the `body` widget in a `SafeArea` widget to prevent content from
being obscured by notches, status bars, or other screen intrusions. #6
---------
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
Fixes a small bug where the user could navigate back to the splashscreen
when starting the app.
Also fixes switching users and going back from the login screen.
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>