Garage Control web client for py_garage_server written using Dart
Pre-compiled files: garagecontrol-client.zip
##Features
- Auto-refresh on opening/closing/error
- Location subscription and enable/disable open button based on auth response
- Full page refresh after repeatd error in case session expiration
Support for mobile view only, sample screenshot taken from a mobile browser:
##Building
In DartEditor: Highlight dart_garage_control.dart then Tools -> Generate JavaScript
or:
cd web
$DARTSDK/bin/dart2js --out=dart_garage_control.dart.js dart_garage_control.dart
##Packaging
Command below will create web/garagecontrol-client.zip which can be unzipped into the www folder of py_garage_server
cd web
./dist.sh