Changes in CI/CD
Added Entries to HelpSlideover.vue Removed Chip Display from index notifications bell
This commit is contained in:
@@ -10,7 +10,7 @@ build-web:
|
|||||||
- shell
|
- shell
|
||||||
- docker-daemon
|
- docker-daemon
|
||||||
variables:
|
variables:
|
||||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-WEB
|
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||||
script:
|
script:
|
||||||
- echo $IMAGE_TAG
|
- echo $IMAGE_TAG
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||||
|
|||||||
@@ -13,10 +13,15 @@ const links = [{
|
|||||||
shortcuts.value = true
|
shortcuts.value = true
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
label: 'Documentation',
|
label: 'Homepage',
|
||||||
icon: 'i-heroicons-book-open',
|
icon: 'i-heroicons-book-open',
|
||||||
to: 'https://fedeo.de',
|
to: 'https://fedeo.de',
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
}, {
|
||||||
|
label: 'Bugs & Features',
|
||||||
|
icon: 'i-heroicons-book-open',
|
||||||
|
to: 'https://gitlab.federspiel.software/fedeo/software-features',
|
||||||
|
target: '_blank'
|
||||||
}/*, {
|
}/*, {
|
||||||
label: 'GitHub repository',
|
label: 'GitHub repository',
|
||||||
icon: 'i-simple-icons-github',
|
icon: 'i-simple-icons-github',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<template #right>
|
<template #right>
|
||||||
<UTooltip text="Notifications" :shortcuts="['N']">
|
<UTooltip text="Notifications" :shortcuts="['N']">
|
||||||
<UButton color="gray" variant="ghost" square @click="isNotificationsSlideoverOpen = true">
|
<UButton color="gray" variant="ghost" square @click="isNotificationsSlideoverOpen = true">
|
||||||
<UChip color="red" inset>
|
<UChip :show="false" color="red" inset>
|
||||||
<UIcon name="i-heroicons-bell" class="w-5 h-5" />
|
<UIcon name="i-heroicons-bell" class="w-5 h-5" />
|
||||||
</UChip>
|
</UChip>
|
||||||
</UButton>
|
</UButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user