refactor: remove obsolete navigation links from desktop index.html
Removed several unused navigation items (Dashboard, Editor, Player, Paper, Settings, Tables, News) from the desktop version of the application. This cleanup simplifies the UI, reduces dead code, and prevents users from accessing sections that are no longer part of the product.
This commit is contained in:
parent
5ca056a285
commit
da8fba11a7
1 changed files with 0 additions and 14 deletions
|
|
@ -16,20 +16,6 @@
|
||||||
:class="{ active: current === 'tasks' }">✓ Tasks</a>
|
:class="{ active: current === 'tasks' }">✓ Tasks</a>
|
||||||
<a href="#mail" @click.prevent="current = 'mail'; window.switchSection('mail')"
|
<a href="#mail" @click.prevent="current = 'mail'; window.switchSection('mail')"
|
||||||
:class="{ active: current === 'mail' }">✉ Mail</a>
|
:class="{ active: current === 'mail' }">✉ Mail</a>
|
||||||
<a href="#dashboard" @click.prevent="current = 'dashboard'; window.switchSection('dashboard')"
|
|
||||||
:class="{ active: current === 'dashboard' }">📊 Dashboard</a>
|
|
||||||
<a href="#editor" @click.prevent="current = 'editor'; window.switchSection('editor')"
|
|
||||||
:class="{ active: current === 'editor' }">📝 Editor</a>
|
|
||||||
<a href="#player" @click.prevent="current = 'player'; window.switchSection('player')"
|
|
||||||
:class="{ active: current === 'player' }">🎬 Player</a>
|
|
||||||
<a href="#paper" @click.prevent="current = 'paper'; window.switchSection('paper')"
|
|
||||||
:class="{ active: current === 'paper' }">📄 Paper</a>
|
|
||||||
<a href="#settings" @click.prevent="current = 'settings'; window.switchSection('settings')"
|
|
||||||
:class="{ active: current === 'settings' }">⚙️ Settings</a>
|
|
||||||
<a href="#tables" @click.prevent="current = 'tables'; window.switchSection('tables')"
|
|
||||||
:class="{ active: current === 'tables' }">📋 Tables</a>
|
|
||||||
<a href="#news" @click.prevent="current = 'news'; window.switchSection('news')"
|
|
||||||
:class="{ active: current === 'news' }">📰 News</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div id="main-content">
|
<div id="main-content">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue