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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user