Skip to content

Commit

Permalink
project websites added
Browse files Browse the repository at this point in the history
  • Loading branch information
sstenchlak committed Mar 12, 2021
1 parent 6ea50d6 commit 052ff04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions locales/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ menu:
configuration: Konfigurace zdroje
language: Jazyk
settings: Nastavení
project_website: Stránky projektu
settings:
title: Nastavení
permanent:
Expand Down
1 change: 1 addition & 0 deletions locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ menu:
configuration: Source configuration
language: Language
settings: Settings
project_website: Project website
settings:
title: Settings
permanent:
Expand Down
5 changes: 3 additions & 2 deletions src/component/Application.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<v-list-item-content>
<v-list-item-title>KGVisualBrowser</v-list-item-title>
<v-list-item-subtitle>By Štěpán Stenchlák</v-list-item-subtitle>
<v-list-item-subtitle><a href="https://kgbrowser.opendata.cz/" target="_blank" class="grey--text text-decoration-none">{{ $t("menu.project_website") }} <v-icon small color="grey">{{ icons.projectWebsite }}</v-icon></a></v-list-item-subtitle>
</v-list-item-content>
</v-list-item>

Expand Down Expand Up @@ -159,7 +159,7 @@ import {
mdiFileUploadOutline,
mdiFilterOutline,
mdiImageFilterTiltShift,
mdiLayersTriple,
mdiLayersTriple, mdiOpenInNew,
mdiPlusThick,
mdiTranslate,
} from '@mdi/js';
Expand Down Expand Up @@ -387,6 +387,7 @@ import {ConfigurationChooserComponentModes} from "@/component/ConfigurationChoos
viewOptions: mdiEye,
hidden: mdiImageFilterTiltShift,
layout: mdiLayersTriple,
projectWebsite: mdiOpenInNew,
load: mdiFileUploadOutline,
save: mdiFileDownloadOutline,
Expand Down

0 comments on commit 052ff04

Please sign in to comment.