@@ -335,7 +335,7 @@ export class GrwApp {
335
335
! state . currentTouristicEvent &&
336
336
! state . currentTouristicContents &&
337
337
! state . currentTouristicEvents && (
338
- < div class = "init-loader-container" >
338
+ < div class = "grw- init-loader-container" >
339
339
< grw-loader color-primary-container = { this . colorPrimaryContainer } color-on-primary-container = { this . colorOnPrimaryContainer } > </ grw-loader >
340
340
</ div >
341
341
) }
@@ -403,15 +403,15 @@ export class GrwApp {
403
403
state . currentTouristicContent ||
404
404
state . currentTouristicEvent ||
405
405
state . networkError ) && (
406
- < div class = "app-container" >
406
+ < div class = "grw- app-container" >
407
407
{ state . languages && state . languages . length > 1 && (
408
- < div class = "languages-container" >
408
+ < div class = "grw- languages-container" >
409
409
< grw-select-language > </ grw-select-language >
410
410
</ div >
411
411
) }
412
412
< div
413
- class = { `${ this . isLargeView ? 'large-view-header-container' : 'header-container' } ${
414
- this . showTrek || this . showTouristicContent || this . showTouristicEvent ? ' header-detail' : ''
413
+ class = { `${ this . isLargeView ? 'grw- large-view-header-container' : 'grw- header-container' } ${
414
+ this . showTrek || this . showTouristicContent || this . showTouristicEvent ? ' grw- header-detail' : ''
415
415
} `}
416
416
>
417
417
{ Number ( this . treks ) + Number ( this . touristicContents ) + Number ( this . touristicEvents ) > 1 &&
@@ -426,11 +426,11 @@ export class GrwApp {
426
426
> </ grw-segmented-segment >
427
427
) }
428
428
{ ! this . showTrek && ! this . showTouristicContent && ! this . showTouristicEvent ? (
429
- < div class = "handle-search-filters-container" >
430
- < div class = "handle-search-container" >
429
+ < div class = "grw- handle-search-filters-container" >
430
+ < div class = "grw- handle-search-container" >
431
431
< grw-search fontFamily = { this . fontFamily } > </ grw-search >
432
432
</ div >
433
- < div class = "handle -filters-container" >
433
+ < div class = "hgrw-andle -filters-container" >
434
434
< grw-common-button
435
435
fontFamily = { this . fontFamily }
436
436
action = { ( ) => this . handleFilters ( ) }
@@ -440,8 +440,8 @@ export class GrwApp {
440
440
</ div >
441
441
</ div >
442
442
) : (
443
- < div class = "arrow-back-container" >
444
- < button onClick = { ( ) => this . handleBackButton ( ) } class = "arrow-back-icon" >
443
+ < div class = "grw- arrow-back-container" >
444
+ < button onClick = { ( ) => this . handleBackButton ( ) } class = "grw- arrow-back-icon" >
445
445
{ /* @ts -ignore */ }
446
446
< span translate = { false } class = "material-symbols material-symbols-outlined" >
447
447
arrow_back
@@ -451,15 +451,15 @@ export class GrwApp {
451
451
) }
452
452
</ div >
453
453
454
- < div class = { `content-container ${ this . showTrek || this . showTouristicContent || this . showTouristicEvent ? 'content-trek' : 'content-treks' } ` } >
454
+ < div class = { `grw- content-container ${ this . showTrek || this . showTouristicContent || this . showTouristicEvent ? 'grw- content-trek' : 'grw- content-treks' } ` } >
455
455
{ state . networkError && (
456
- < div class = "error-container" >
456
+ < div class = "grw- error-container" >
457
457
Une erreur est survenue.
458
458
< grw-common-button icon = "refresh" name = "Recharger la page" action = { ( ) => this . reload ( ) } > </ grw-common-button >
459
459
</ div >
460
460
) }
461
461
< div
462
- class = { this . isLargeView ? 'large-view-app-treks-list-container' : 'app-treks-list-container' }
462
+ class = { this . isLargeView ? 'grw- large-view-app-treks-list-container' : 'grw- app-treks-list-container' }
463
463
style = { { display : this . showTrek || this . showTouristicContent || this . showTouristicEvent ? 'none' : 'flex' , position : this . showTrek ? 'absolute' : 'relative' } }
464
464
>
465
465
{ state . mode === 'treks' && this . treks && (
@@ -505,12 +505,12 @@ export class GrwApp {
505
505
( ! state . treks && state . mode === 'treks' ) ||
506
506
( ! state . touristicContents && state . mode === 'touristicContents' ) ||
507
507
( ! state . touristicEvents && state . mode === 'touristicEvents' ) ) && (
508
- < div class = { this . isLargeView ? 'large-view-loader-container' : 'loader-container' } >
508
+ < div class = { this . isLargeView ? 'grw- large-view-loader-container' : 'grw- loader-container' } >
509
509
< grw-loader color-primary-container = { this . colorSecondaryContainer } color-on-primary-container = { this . colorOnSecondaryContainer } > </ grw-loader >
510
510
</ div >
511
511
) }
512
512
{ this . showTrek && (
513
- < div class = { this . isLargeView ? 'large-view-app-trek-detail-container' : 'app-trek-detail-container' } >
513
+ < div class = { this . isLargeView ? 'grw- large-view-app-trek-detail-container' : 'grw- app-trek-detail-container' } >
514
514
< grw-trek-detail
515
515
style = { {
516
516
visibility : ( ! this . showTrekMap && this . showTrek ) || this . isLargeView ? 'visible' : 'hidden' ,
@@ -533,7 +533,7 @@ export class GrwApp {
533
533
</ div >
534
534
) }
535
535
{ this . showTouristicContent && (
536
- < div class = { this . isLargeView ? 'large-view-app-touristic-content-detail-container' : 'app-touristic-content-detail-container' } >
536
+ < div class = { this . isLargeView ? 'grw- large-view-app-touristic-content-detail-container' : 'grw- app-touristic-content-detail-container' } >
537
537
< grw-touristic-content-detail
538
538
style = { {
539
539
visibility : ! this . showTouristicContentMap || this . isLargeView ? 'visible' : 'hidden' ,
@@ -553,7 +553,7 @@ export class GrwApp {
553
553
</ div >
554
554
) }
555
555
{ this . showTouristicEvent && (
556
- < div class = { this . isLargeView ? 'large-view-app-touristic-event-detail-container' : 'app-touristic-event-detail-container' } >
556
+ < div class = { this . isLargeView ? 'grw- large-view-app-touristic-event-detail-container' : 'grw- app-touristic-event-detail-container' } >
557
557
< grw-touristic-event-detail
558
558
style = { {
559
559
visibility : ! this . showTouristicEventMap || this . isLargeView ? 'visible' : 'hidden' ,
@@ -575,7 +575,7 @@ export class GrwApp {
575
575
{ ! state . networkError && (
576
576
< grw-map
577
577
reset-store-on-disconnected = { 'false' }
578
- class = { this . isLargeView ? 'large-view-app-map-container' : 'app-map-container' }
578
+ class = { this . isLargeView ? 'grw- large-view-app-map-container' : 'grw- app-map-container' }
579
579
style = { {
580
580
visibility :
581
581
( this . showHomeMap && ! this . showTrek ) ||
@@ -610,7 +610,7 @@ export class GrwApp {
610
610
( this . showTrek && state . currentTrek ) ||
611
611
( this . showTouristicContent && state . currentTouristicContent ) ||
612
612
( this . showTouristicEvent && state . currentTouristicEvent ) ) && (
613
- < div class = "map-visibility-button-container" >
613
+ < div class = "grw- map-visibility-button-container" >
614
614
< grw-extended-fab
615
615
fontFamily = { this . fontFamily }
616
616
action = { ( ) => this . handleShowMap ( ) }
0 commit comments