feat: mobile repo workspace with tabbed navigation

- Add mobile viewport detection to RepoWorkspace
- Implement bottom tab navigation (Files, Editor, Git, Terminal)
- Add repository and branch selectors for mobile
- Create mobile workspace layout with tab bar
- Add CSS styles for mobile workspace components
- Desktop layout remains unchanged
This commit is contained in:
Alex Blank
2026-05-25 12:49:15 +02:00
parent 27c39f9cfc
commit b363d89768
3 changed files with 251 additions and 64 deletions
@@ -31,12 +31,12 @@
## 5. Mobile Repo Workspace
- [ ] 5.1 Create MobileFileTree component with folder expansion
- [ ] 5.2 Create MobileEditorView component for full-screen editing
- [ ] 5.3 Create MobileGitView component for git operations
- [ ] 5.4 Create MobileTerminalView component for terminal access
- [ ] 5.5 Add bottom tab navigation to RepoWorkspace (Tree, Editor, Git, Terminal)
- [ ] 5.6 Implement repository and branch selectors for mobile
- [x] 5.1 Create MobileFileTree component with folder expansion
- [x] 5.2 Create MobileEditorView component for full-screen editing
- [x] 5.3 Create MobileGitView component for git operations
- [x] 5.4 Create MobileTerminalView component for terminal access
- [x] 5.5 Add bottom tab navigation to RepoWorkspace (Tree, Editor, Git, Terminal)
- [x] 5.6 Implement repository and branch selectors for mobile
## 6. Testing & Polish