diff --git a/README.md b/README.md index 85fd599..e265c3d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ mobile devices, with the look and feel of `http://:1780` 1. Enjoy :) +Prebuilt versions can be downloaded as zip archive or debian package in [Releases](https://github.com/badaix/snapweb/releases). + ## Setup as WebApp On Android open `http://:1780` in Chrome and select in the menu @@ -36,15 +38,18 @@ On Android open `http://:1780` in Chrome and select in the menu ## Screenshot -_TODO: update me!_ -![Snapweb](https://raw.githubusercontent.com/badaix/snapweb/master/snapweb.png) +Screenshots are taken on a Pixel 7 in Chrome DevTools + +### Light theme + +![Snapweb](https://raw.githubusercontent.com/badaix/snapweb/master/snapweb_light.png) + +### Dark theme + +![Snapweb](https://raw.githubusercontent.com/badaix/snapweb/master/snapweb_dark.png) ## Contributing -_TODO: update me!_ -This web client is the author's first JavaScript/TypeScript -project and is rather a proof of concept for the Snapserver's -[WebSocket API](https://github.com/badaix/snapcast/blob/master/doc/json_rpc_api/v2_0_0.md).\ Since my time and my web development skills are limited, pull requests are highly appreciated. Please check the list of [open issues](https://github.com/badaix/snapweb/issues).\ @@ -55,11 +60,3 @@ High prio issues: - Missing opus support [#8](https://github.com/badaix/snapweb/issues/8) - Missing Vorbis support [#14](https://github.com/badaix/snapweb/issues/14) -- Missing toggle to show/hide offline clients - [#7](https://github.com/badaix/snapweb/issues/7) -- Missing "About" dialog showing the version number and license - [#15](https://github.com/badaix/snapweb/issues/15) -- Missing version number [#15](https://github.com/badaix/snapweb/issues/15) - -Please consider that one of the design goals is to keep the client small and -simple, i.e. to use plain TypeScript/CSS without any frameworks. diff --git a/snapweb.png b/snapweb.png deleted file mode 100644 index 2030e11..0000000 Binary files a/snapweb.png and /dev/null differ diff --git a/snapweb_dark.png b/snapweb_dark.png new file mode 100644 index 0000000..f426f1b Binary files /dev/null and b/snapweb_dark.png differ diff --git a/snapweb_light.png b/snapweb_light.png new file mode 100644 index 0000000..7473184 Binary files /dev/null and b/snapweb_light.png differ