Support for a tabbed-editor #88
Labels
No Label
Bug
Deployed to: Production
Deployed to: Staging
Feature Request
Obsolete
Out-there Idea
Ready to Deploy
Regression
Scope: Code Editor
Scope: Databases
Scope: Files
Scope: Forms
Scope: Menu & Navigation
Scope: Plugins
Scope: UI Cleanup
Scope: WYSIWYG
Under Development
Won't Fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Noded/frontend#88
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be useful to have multiple editor tabs open at once. Add a minimal tab-bar at the top of the editor page that allows opening additional pages as tabs.
Clicking on the tabs duplicates the entire editor instance (so they have separate editor services).
Will need to figure out what to do about the route in the address bar. Makes sense to have it open to the "main" (first) tab in the tab bar, but will need to account for what happens when that parent closes.