-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
After #2, the code editor is removed from the main layout due to less available space after switch to Portrait mode. A solution is needed to reintroduce the code editor in an Android user-friendly manner.
Options to consider:
- A: Add a collapsible panel that allows users to toggle the code editor's visibility. Same as inspector but keep it collapsed initially.
- B: Implement a tab-based layout where users can switch between the code editor and inspector.
- C: Add a action bar option to open the code editor in a full-screen.
- D: Allow users to swipe horizontally to switch between the code editor and the main layout.