rspace-online/backlog/tasks/task-100 - Tab-bar-touch-su...

26 lines
1.0 KiB
Markdown

---
id: TASK-100
title: Tab bar touch support + recent apps dropdown
status: Done
assignee: []
created_date: '2026-03-03 22:00'
labels:
- tab-bar
- UX
- mobile
dependencies: []
priority: medium
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Make the [+] tab button reliably clickable/touchable on mobile and desktop. Add touch event handlers alongside click events, increase touch target to 44px minimum, fix overflow clipping of the dropdown menu, and add a "Recent" section at the top of the rApp dropdown showing up to 6 most recently used apps sorted newest first. Recent apps persist in localStorage.
<!-- SECTION:DESCRIPTION:END -->
## Final Summary
<!-- SECTION:FINAL_SUMMARY:BEGIN -->
Completed in commit 80e4259 (partial — tab tracking portion). Added touchend event handlers, 44px min touch target, touch-action:manipulation for tap delay elimination, overflow:visible fix for dropdown clipping, and Recent apps section with localStorage persistence tracking up to 6 most recently used apps.
<!-- SECTION:FINAL_SUMMARY:END -->