Skip to content

Commit

Permalink
- CHG: Lots of old edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Oct 31, 2024
1 parent 7dcdc5f commit 3bb4517
Show file tree
Hide file tree
Showing 19 changed files with 1,789 additions and 22 deletions.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<!-- Right aligned nav items -->
<b-navbar-nav class="ml-auto">
<b-nav-item @click="toggleAudioFeedback"><BIconVolumeUp v-if="storeAudioFeedbackEnabled" /><BIconVolumeMute v-else /></b-nav-item>
<b-nav-item :to="{ name: 'about' }"><BIconInfoCircle /> {{ $t('menuAbout') }}</b-nav-item>
<b-nav-item-dropdown right>
<template #button-content>
<BIconFlag /><span> {{ $t('menuLocale') }}</span>
Expand Down Expand Up @@ -70,7 +71,7 @@ import ContainerSearch from '@/components/ContainerSearch'
import ChangePasswordModal from '@/components/modals/ChangePasswordModal'
import { mapGetters } from 'vuex'
import { BIconFlag, BIconVolumeUp, BIconVolumeMute, BIconBoxArrowRight, BIconSearch, BIconKey, BIconUiChecks, BIconBoxArrowInDownRight, BIconArrowLeftRight, BIconPeople } from 'bootstrap-vue'
import { BIconFlag, BIconVolumeUp, BIconVolumeMute, BIconBoxArrowRight, BIconInfoCircle, BIconSearch, BIconKey, BIconUiChecks, BIconBoxArrowInDownRight, BIconArrowLeftRight, BIconPeople } from 'bootstrap-vue'
import { loadLanguageAsync } from '@/plugins/i18n'
import { apiCheckToken, apiDeleteToken, userIsAtLeast } from './plugins/api/auth'
Expand All @@ -82,6 +83,7 @@ export default {
components: {
BIconFlag,
BIconVolumeUp,
BIconInfoCircle,
BIconVolumeMute,
BIconBoxArrowRight,
BIconKey,
Expand Down
83 changes: 83 additions & 0 deletions src/assets/img/funders/bbsrc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3bb4517

Please sign in to comment.