* 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
+10
View File
@@ -0,0 +1,10 @@
import preview from './preview';
import view from './view';
import music from './music';
export default {
name: 'grizzly-hills',
music,
view,
preview,
};
Binary file not shown.
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
import GrizzlyHillsMusic1 from './grizzly-hills-1.ogg';
import GrizzlyHillsMusic2 from './grizzly-hills-2.ogg';
export default [GrizzlyHillsMusic1, GrizzlyHillsMusic2];
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

+27
View File
@@ -0,0 +1,27 @@
import GrizzlyHills1 from './grizzly-hills-1.jpg';
import GrizzlyHills2 from './grizzly-hills-2.jpg';
import GrizzlyHills3 from './grizzly-hills-3.jpg';
import GrizzlyHills4 from './grizzly-hills-4.jpg';
import GrizzlyHills5 from './grizzly-hills-5.jpg';
import GrizzlyHills6 from './grizzly-hills-6.jpg';
import GrizzlyHills7 from './grizzly-hills-7.jpg';
import GrizzlyHills8 from './grizzly-hills-8.jpg';
import GrizzlyHills9 from './grizzly-hills-9.jpg';
import GrizzlyHills10 from './grizzly-hills-10.jpg';
import GrizzlyHills11 from './grizzly-hills-11.jpg';
import GrizzlyHills12 from './grizzly-hills-12.jpg';
export default [
GrizzlyHills1,
GrizzlyHills2,
GrizzlyHills3,
GrizzlyHills4,
GrizzlyHills5,
GrizzlyHills6,
GrizzlyHills7,
GrizzlyHills8,
GrizzlyHills9,
GrizzlyHills10,
GrizzlyHills11,
GrizzlyHills12,
];
Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

+27
View File
@@ -0,0 +1,27 @@
import GrizzlyHills1 from './grizzly-hills-1.jpg';
import GrizzlyHills2 from './grizzly-hills-2.jpg';
import GrizzlyHills3 from './grizzly-hills-3.jpg';
import GrizzlyHills4 from './grizzly-hills-4.jpg';
import GrizzlyHills5 from './grizzly-hills-5.jpg';
import GrizzlyHills6 from './grizzly-hills-6.jpg';
import GrizzlyHills7 from './grizzly-hills-7.jpg';
import GrizzlyHills8 from './grizzly-hills-8.jpg';
import GrizzlyHills9 from './grizzly-hills-9.jpg';
import GrizzlyHills10 from './grizzly-hills-10.jpg';
import GrizzlyHills11 from './grizzly-hills-11.jpg';
import GrizzlyHills12 from './grizzly-hills-12.jpg';
export default [
GrizzlyHills1,
GrizzlyHills2,
GrizzlyHills3,
GrizzlyHills4,
GrizzlyHills5,
GrizzlyHills6,
GrizzlyHills7,
GrizzlyHills8,
GrizzlyHills9,
GrizzlyHills10,
GrizzlyHills11,
GrizzlyHills12,
];