Rework to use marbas and authentik instead of poketbase #1

Merged
Sirttas merged 18 commits from rework-acquisition into main 2024-05-17 23:00:52 +02:00
Showing only changes of commit fa664ecd1b - Show all commits

View File

@@ -17,7 +17,7 @@ withDefaults(defineProps<Props>(), {
<template>
<div v-if="id || name">
<img v-if="id" :src="`https://images.evetech.net/types/${id}/icon`" class="inline-block w-5 h-5 me-1" />
<img v-if="id" :src="`https://images.evetech.net/types/${id}/icon`" class="inline-block w-5 h-5 me-1" alt="" />
<template v-if="name">
{{ name }}
<ClipboardButton v-if="!hideCopy" :value="name" />