feat: US-014 - Frontend - Mobile responsive and touch optimization

This commit is contained in:
Echo
2026-02-10 17:30:22 +00:00
parent dfc2229091
commit ae06e84070
3 changed files with 238 additions and 2 deletions

View File

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