mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore(app): moved discord link from footer to stations view
This commit is contained in:
@@ -7,13 +7,6 @@
|
|||||||
v{{ version }}{{ isOnProductionHost ? '' : 'dev' }}
|
v{{ version }}{{ isOnProductionHost ? '' : 'dev' }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<br />
|
|
||||||
<a href="https://discord.gg/x2mpNN3svk">
|
|
||||||
<img src="/images/icon-discord.png" alt="discord logo icon" /> <b class="text--discord">
|
|
||||||
{{ $t('footer.discord') }}
|
|
||||||
</b>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div style="display: none">∫ ukryta taktyczna całka do programowania w HTMLu</div>
|
<div style="display: none">∫ ukryta taktyczna całka do programowania w HTMLu</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
+2
-4
@@ -87,10 +87,8 @@
|
|||||||
"tooltip-scenery-offline": "Scenery is offline",
|
"tooltip-scenery-offline": "Scenery is offline",
|
||||||
"pojazdownik-link-content": "POJAZDOWNIK",
|
"pojazdownik-link-content": "POJAZDOWNIK",
|
||||||
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
||||||
"gnr-link-content": "TRAIN ORDERS <br> GENERATOR"
|
"gnr-link-content": "TRAIN ORDERS <br> GENERATOR",
|
||||||
},
|
"discord-link-content": "STACJOWNIK <br> DISCORD SERVER"
|
||||||
"footer": {
|
|
||||||
"discord": "Stacjownik Discord server"
|
|
||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"EI": "domestic express",
|
"EI": "domestic express",
|
||||||
|
|||||||
+2
-4
@@ -83,10 +83,8 @@
|
|||||||
"tooltip-scenery-offline": "Sceneria offline",
|
"tooltip-scenery-offline": "Sceneria offline",
|
||||||
"pojazdownik-link-content": "POJAZDOWNIK",
|
"pojazdownik-link-content": "POJAZDOWNIK",
|
||||||
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
||||||
"gnr-link-content": "GENERATOR <br> ROZKAZÓW PISEMNYCH"
|
"gnr-link-content": "GENERATOR <br> ROZKAZÓW PISEMNYCH",
|
||||||
},
|
"discord-link-content": "SERWER DISCORD <br> STACJOWNIKA"
|
||||||
"footer": {
|
|
||||||
"discord": "Serwer Discord Stacjownika"
|
|
||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"EI": "ekspres krajowy",
|
"EI": "ekspres krajowy",
|
||||||
|
|||||||
@@ -32,6 +32,16 @@
|
|||||||
<FlagIcon :language-id="mainStore.currentLocale == 'pl' ? 0 : 1" />
|
<FlagIcon :language-id="mainStore.currentLocale == 'pl' ? 0 : 1" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<a
|
||||||
|
class="a-button btn--image discord-link"
|
||||||
|
href="https://discord.gg/x2mpNN3svk"
|
||||||
|
target="_blank"
|
||||||
|
data-tooltip-type="HtmlTooltip"
|
||||||
|
:data-tooltip-content="`<b>${$t('app.discord-link-content')}</b>`"
|
||||||
|
>
|
||||||
|
<img src="/images/icon-discord.png" alt="discord logo icon" />
|
||||||
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="a-button btn--image gnr-link"
|
class="a-button btn--image gnr-link"
|
||||||
href="https://generator-td2.web.app/"
|
href="https://generator-td2.web.app/"
|
||||||
@@ -203,11 +213,12 @@ a.pojazdownik-link {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.gnr-link {
|
a.gnr-link,
|
||||||
|
a.discord-link {
|
||||||
background-color: #141414;
|
background-color: #141414;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #222222;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user