feat: ocultar vista de Configuración del menú de navegación
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -29,10 +29,6 @@
|
|||||||
<span class="material-symbols-outlined text-[20px]">auto_fix_high</span>
|
<span class="material-symbols-outlined text-[20px]">auto_fix_high</span>
|
||||||
<span class="text-sm font-medium">Generar</span>
|
<span class="text-sm font-medium">Generar</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link to="/settings" class="flex items-center gap-3 px-3 py-2.5 text-[#c7c4d7] hover:text-white hover:bg-white/5 transition-all duration-200 group relative" active-class="bg-white/10 !text-white rounded-lg font-semibold">
|
|
||||||
<span class="material-symbols-outlined text-[20px]">settings</span>
|
|
||||||
<span class="text-sm font-medium">Configuración</span>
|
|
||||||
</router-link>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- Acción principal -->
|
<!-- Acción principal -->
|
||||||
|
|||||||
@ -5,7 +5,6 @@ import AnalysisDetailView from '../views/AnalysisDetailView.vue'
|
|||||||
import AnalysisListView from '../views/AnalysisListView.vue'
|
import AnalysisListView from '../views/AnalysisListView.vue'
|
||||||
import ScriptsView from '../views/ScriptsView.vue'
|
import ScriptsView from '../views/ScriptsView.vue'
|
||||||
import GenerateView from '../views/GenerateView.vue'
|
import GenerateView from '../views/GenerateView.vue'
|
||||||
import SettingsView from '../views/SettingsView.vue'
|
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
@ -40,8 +39,7 @@ const routes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/settings',
|
path: '/settings',
|
||||||
name: 'Settings',
|
redirect: '/'
|
||||||
component: SettingsView
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user