* Add default language while app is loading

* Global refactoring; Add router support

* Add hook for places-and-views; hook for panel-scroll; hook for sound

* Update version & firebase config

* Add useViewScroll hook for view component

* Add dialog modal basics

* Update screenshots; Create help dialog; Add new places and views;
This commit is contained in:
obergodmar
2020-11-09 13:45:45 +03:00
committed by obergodmar
parent 208d5e3433
commit bc0f03e574
156 changed files with 2433 additions and 1522 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 100,
tabWidth: 4
};