V2 (#2)
* 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;
@@ -0,0 +1,10 @@
|
||||
import preview from './preview';
|
||||
import view from './view';
|
||||
import music from './music';
|
||||
|
||||
export default {
|
||||
name: 'grizzly-hills',
|
||||
music,
|
||||
view,
|
||||
preview,
|
||||
};
|
||||
@@ -0,0 +1,4 @@
|
||||
import GrizzlyHillsMusic1 from './grizzly-hills-1.ogg';
|
||||
import GrizzlyHillsMusic2 from './grizzly-hills-2.ogg';
|
||||
|
||||
export default [GrizzlyHillsMusic1, GrizzlyHillsMusic2];
|
||||
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 29 KiB |
@@ -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,
|
||||
];
|
||||
|
After Width: | Height: | Size: 316 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 245 KiB |
|
After Width: | Height: | Size: 316 KiB |
|
After Width: | Height: | Size: 291 KiB |
|
After Width: | Height: | Size: 304 KiB |
|
After Width: | Height: | Size: 326 KiB |
|
After Width: | Height: | Size: 255 KiB |
|
After Width: | Height: | Size: 333 KiB |
|
After Width: | Height: | Size: 334 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 266 KiB |
@@ -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,
|
||||
];
|
||||