From 5a406b2eccad77da168cf295dd171864d2606b31 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 22 Jul 2025 19:40:17 +0200 Subject: [PATCH] chore: use bulma sr-only styles instead of tailwind's --- frontend/src/components/home/AppHeader.vue | 4 +- .../home/ProjectsNavigationItem.vue | 4 +- frontend/src/components/input/Reactions.vue | 2 +- .../components/input/editor/EditorToolbar.vue | 38 +++++++++---------- .../project/ProjectSettingsDropdown.vue | 2 +- frontend/src/components/tasks/AddTask.vue | 2 +- .../components/tasks/partials/Comments.vue | 6 +-- .../tasks/partials/SingleTaskInProject.vue | 2 +- 8 files changed, 30 insertions(+), 30 deletions(-) diff --git a/frontend/src/components/home/AppHeader.vue b/frontend/src/components/home/AppHeader.vue index 87fee03e5..27d518a76 100644 --- a/frontend/src/components/home/AppHeader.vue +++ b/frontend/src/components/home/AppHeader.vue @@ -30,7 +30,7 @@ :to="{ name: 'project.info', params: { projectId: currentProject.id } }" class="project-title-button" > - {{ $t('project.description') }} + {{ $t('project.description') }} @@ -44,7 +44,7 @@ class="project-title-button" @click="toggleOpen" > - {{ $t('project.openSettingsMenu') }} + {{ $t('project.openSettingsMenu') }} - {{ project.isFavorite ? $t('project.unfavorite') : $t('project.favorite') }} + {{ project.isFavorite ? $t('project.unfavorite') : $t('project.favorite') }} - {{ $t('project.openSettingsMenu') }} + {{ $t('project.openSettingsMenu') }} - {{ $t('reaction.add') }} + {{ $t('reaction.add') }} diff --git a/frontend/src/components/input/editor/EditorToolbar.vue b/frontend/src/components/input/editor/EditorToolbar.vue index b5b834727..900e72b24 100644 --- a/frontend/src/components/input/editor/EditorToolbar.vue +++ b/frontend/src/components/input/editor/EditorToolbar.vue @@ -14,7 +14,7 @@ aria-hidden="true" >1 - {{ $t('input.editor.heading1') }} + {{ $t('input.editor.heading1') }} @@ -58,7 +58,7 @@ - {{ $t('input.editor.bold') }} + {{ $t('input.editor.bold') }} - {{ $t('input.editor.italic') }} + {{ $t('input.editor.italic') }} - {{ $t('input.editor.underline') }} + {{ $t('input.editor.underline') }} - {{ $t('input.editor.strikethrough') }} + {{ $t('input.editor.strikethrough') }} @@ -105,7 +105,7 @@ - {{ $t('input.editor.code') }} + {{ $t('input.editor.code') }} - {{ $t('input.editor.quote') }} + {{ $t('input.editor.quote') }} @@ -130,7 +130,7 @@ - {{ $t('input.editor.bulletList') }} + {{ $t('input.editor.bulletList') }} - {{ $t('input.editor.orderedList') }} + {{ $t('input.editor.orderedList') }} - {{ $t('input.editor.taskList') }} + {{ $t('input.editor.taskList') }} @@ -165,7 +165,7 @@ - {{ $t('input.editor.image') }} + {{ $t('input.editor.image') }} @@ -180,7 +180,7 @@ - {{ $t('input.editor.link') }} + {{ $t('input.editor.link') }} - {{ $t('input.editor.text') }} + {{ $t('input.editor.text') }} - {{ $t('input.editor.horizontalRule') }} + {{ $t('input.editor.horizontalRule') }} @@ -216,7 +216,7 @@ - {{ $t('input.editor.undo') }} + {{ $t('input.editor.undo') }} - {{ $t('input.editor.redo') }} + {{ $t('input.editor.redo') }} @@ -241,7 +241,7 @@ - {{ $t('input.editor.table.title') }} + {{ $t('input.editor.table.title') }}