systeme de themes qui fonctionnouille
All checks were successful
Deploy XIP / deploy (push) Successful in 34s

This commit is contained in:
raphael.thieffry
2026-05-31 18:41:39 +02:00
parent 942fcaa4d1
commit c0b82222bd
8 changed files with 334 additions and 82 deletions

View File

@@ -57,7 +57,7 @@
type="button"
>🔊</button>
<div class="field-wrap">
<div v-show="richMode === 'none'" class="field-wrap">
<input
v-model="draft"
class="input-field"
@@ -92,6 +92,9 @@ import MessageList from '@/components/MessageList.vue';
import SendButton from '@/components/SendButton.vue';
import StatsTicker from '@/components/StatsTicker.vue';
import { useMessages } from '@/composables/useMessages';
import { provideTheme } from '@/composables/useTheme';
provideTheme();
import { useAttachments } from '@/composables/useAttachments';
import { useAlert } from '@/composables/useAlert';
import { useCustomStyles } from '@/composables/useCustomStyles';