Merge branch 'master' into frontend-performance-improvements

This commit is contained in:
Darko Gjorgjijoski
2025-05-05 02:24:27 +02:00
committed by GitHub
257 changed files with 30966 additions and 11128 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="rounded-md bg-yellow-50 p-4 relative">
<BaseIcon
name="XIcon"
name="XMarkIcon"
class="h-5 w-5 text-yellow-500 absolute right-4 cursor-pointer"
@click="$emit('hide')"
/>
@@ -83,8 +83,8 @@
</template>
<script setup>
import { XCircleIcon } from '@heroicons/vue/solid'
import BaseIcon from '@/scripts/components/base/BaseIcon.vue'
import { XCircleIcon } from '@heroicons/vue/24/solid'
const emits = defineEmits(['hide'])
const props = defineProps({