forked from bvaughn/scheduling-profiler-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
Add vertical resizer between canvas #19
Copy link
Copy link
Closed
Labels
importance: 1 - must haveMust be implemented for the issue's phase to be completeMust be implemented for the issue's phase to be completephase: 1 - MVPTasks that get us to our initial MVPTasks that get us to our initial MVPurgency: 3 - within 2 weekswork type: implementationA task that primarily involves bashing codeA task that primarily involves bashing codework type: investigationA task that primarily involves digging into a particular problemA task that primarily involves digging into a particular problem
Metadata
Metadata
Assignees
Labels
importance: 1 - must haveMust be implemented for the issue's phase to be completeMust be implemented for the issue's phase to be completephase: 1 - MVPTasks that get us to our initial MVPTasks that get us to our initial MVPurgency: 3 - within 2 weekswork type: implementationA task that primarily involves bashing codeA task that primarily involves bashing codework type: investigationA task that primarily involves digging into a particular problemA task that primarily involves digging into a particular problem
According to Brian's new mockup, we need to add a resizer in between the user timing graph and the flamegraphs.
Check Firefox profiler's implementation of the resizer between their two sections for direction and ideas.
We need to decide whether we should break the canvas into 2 or use 1 canvas. @kartikcho and Brian think splitting the canvasses will be easier, but @taneliang suspects the work done to achieve #50 may make it easy enough to implement the resizing in one canvas.
Depends on #30. Blocked by #50.
Approach: break canvas
Steps
Acceptance Criteria
Approach: one canvas
Steps
Acceptance Criteria