--- 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 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. ## Final Summary 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.