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