mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 22:35:25 +02:00
APPSTATE refactoring:
- Make index.html cacheable by being stateless - Improve compression (base64 doesn't gzip well) - Remove base64 encoding/decoding step - Make AppState injectable so it can be unit tested - Ready to remove the global leakage
This commit is contained in:
@@ -26,10 +26,9 @@ require.ensure([], function (require) {
|
||||
.otherwise({
|
||||
redirectTo: '/devices'
|
||||
})
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
.config(function (hotkeysProvider) {
|
||||
hotkeysProvider.templateTitle = 'Keyboard Shortcuts:'
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user