Commit Graph

6 Commits

Author SHA1 Message Date
John Wesley 7ed1afbfdd Implement blurhash for images and avatars, start basic full screen image page 2024-05-29 10:53:02 -04:00
olorin99 f9a8b6c2ea
Themes (#11)
* Add dynamic colours (Material You) to theme

* Add option to change themes.

* Fix dark mode not applying on default theme

* Fix floating menu icon invisible on catppuccin dark mode.

* Rename themeIndex to themeAccent, fix theming for subscription buttons

* Switch to using string to get theme.

---------

Co-authored-by: John Wesley <dev@jwr.one>
2024-01-29 09:17:08 -05:00
olorin99 db17e4624d
Add image upload support for posting entries. (#9)
* Add image upload support for posting entries.

* Add file selection permissions for macOS

* Move image picking into separate widget.
Restricts picking from camera to android and ios platforms.
When image is picked shows filename and button to clear selection.
When image is picked hide url input.

* Fix image picker state lag, only show image picker when no body or url

---------

Co-authored-by: John Wesley <dev@jwr.one>
2024-01-23 19:30:25 -05:00
Danni Silk e05fbc18e3
Add app icon design (#3)
* Add flutter_launcher_icons to generate app icons

* Generate App icons for all platforms

* Update icon size to fit better for Android launcher

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update app icons to new design

---------

Co-authored-by: Danni Silk <danni!@silkypants.dev>
Co-authored-by: BenjMathis1 <95931220+BenjMathis1@users.noreply.github.com>
2024-01-04 09:37:05 -05:00
John Wesley b9f83ad1d6 Add YouTube video embedding 2023-12-27 21:48:49 -05:00
John Wesley aef67f1c4f Initial setup: support for viewing threads and comments 2023-12-11 09:30:34 -05:00