weather displays complete
This commit is contained in:
parent
c28608bb39
commit
cc61d2c6d1
34 changed files with 8106 additions and 9251 deletions
|
|
@ -1,14 +1,6 @@
|
|||
// base weather display class
|
||||
|
||||
/* globals navigation, utils, luxon, currentWeatherScroll */
|
||||
|
||||
const STATUS = {
|
||||
loading: Symbol('loading'),
|
||||
loaded: Symbol('loaded'),
|
||||
failed: Symbol('failed'),
|
||||
noData: Symbol('noData'),
|
||||
disabled: Symbol('disabled'),
|
||||
};
|
||||
/* globals navigation, utils, luxon, currentWeatherScroll, STATUS */
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
class WeatherDisplay {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue