UPD: Remove duplicate config pane titles

This commit is contained in:
Robert Kossessa
2024-01-24 01:16:15 +01:00
parent 5720effb78
commit fa0a059dc5
4 changed files with 0 additions and 48 deletions

View File

@@ -1,18 +1,6 @@
<template>
<TabsContent value="haptic-config" class="mt-0">
<div class="w-96 bg-zinc-900 bg-opacity-40">
<div class="space-y-1 p-6">
<h1 class="leading-none text-lg">
{{ $t('config_options.feedback_designer.title') }}
</h1>
<p class="text-xs text-muted-foreground">
{{ $t('config_options.feedback_designer.subtitle') }}
</p>
</div>
<Separator />
<ScrollArea class="h-[720px]">
<div class="flex flex-row h-12 items-center px-4 text-sm bg-zinc-900">

View File

@@ -1,18 +1,6 @@
<template>
<TabsContent value="led-config" class="mt-0">
<div class="w-96 bg-zinc-900 bg-opacity-40">
<div class="space-y-1 p-6">
<h1 class="leading-none text-lg">
{{ $t('config_options.light_designer.title') }}
</h1>
<p class="text-xs text-muted-foreground">
{{ $t('config_options.light_designer.subtitle') }}
</p>
</div>
<Separator />
<ScrollArea class="h-[720px]">
<div class="flex flex-row h-12 items-center px-4 text-sm bg-zinc-900">

View File

@@ -1,18 +1,6 @@
<template>
<TabsContent value="map-config" class="mt-0">
<div class="w-96 bg-zinc-900 bg-opacity-40">
<div class="space-y-1 p-6">
<h1 class="leading-none text-lg">
{{ $t('config_options.mapping_configuration.title') }}
</h1>
<p class="text-xs text-muted-foreground">
{{ $t('config_options.mapping_configuration.subtitle') }}
</p>
</div>
<Separator />
<ScrollArea class="h-[720px]">
<div class="flex flex-row h-12 items-center px-4 text-sm bg-zinc-900">

View File

@@ -1,18 +1,6 @@
<template>
<TabsContent value="prog-config" class="mt-0">
<div class="w-96 bg-zinc-900 bg-opacity-40">
<div class="space-y-1 p-6">
<h1 class="leading-none text-lg">
{{ $t('config_options.program_settings.title') }}
</h1>
<p class="text-xs text-muted-foreground">
{{ $t('config_options.program_settings.subtitle') }}
</p>
</div>
<Separator />
<ScrollArea class="h-[720px]">
<div class="flex flex-row h-12 items-center px-4 text-sm bg-zinc-900">