Make bootstrap icons offline and add them to ci: prefix icons

This commit is contained in:
marzban-dev
2026-04-25 21:18:04 +03:30
parent fb3425fd0b
commit 83accfef52
76 changed files with 134 additions and 98 deletions
@@ -150,14 +150,14 @@ watch(
<Modal
v-model="isShow"
:title="!!address ? 'ویرایش آدرس' : 'افزودن آدرس'"
:icon="!!address ? 'bi:pen' : 'ci:plus'"
:icon="!!address ? 'ci:bi-pen' : 'ci:plus'"
:iconSize="!!address ? '20' : '32'"
contectClass="w-full max-lg:container lg:!w-[70vw]"
@close="closeModal"
>
<template #trigger>
<Button
:end-icon="!!address ? 'bi:pen' : 'ci:plus'"
:end-icon="!!address ? 'ci:bi-pen' : 'ci:plus'"
size="md"
class="rounded-full transition-all"
:variant="!!address ? 'ghost' : 'solid'"