fix(dashboard): align swipe-nav order with menu

Swipe stânga/dreapta urmează acum ordinea tab-urilor: Dashboard → Workspace → KB → Habits → Files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-25 22:19:07 +00:00
parent 74d98553cc
commit ad681c7a73

View File

@@ -3,7 +3,7 @@
* Swipe left/right to navigate between pages * Swipe left/right to navigate between pages
*/ */
(function() { (function() {
const pages = ['index.html', 'notes.html', 'habits.html', 'files.html', 'workspace.html']; const pages = ['index.html', 'workspace.html', 'notes.html', 'habits.html', 'files.html'];
// Get current page index // Get current page index
function getCurrentIndex() { function getCurrentIndex() {