-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Time Strip] allow user to adjust width and height of swimlanes #8003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7936-add-discrete-event-visualization
Are you sure you want to change the base?
[Time Strip] allow user to adjust width and height of swimlanes #8003
Conversation
- timeline-holder now set to 100% height. - c-swimlane now space-fills available vertical space, and provides overflow scroll.
- resize is not yet persisted
- WIP! - Moved many CSS defs from flexible-layout.scss into new mixin `resizeHandleStyle`. - Fixed bad `drap-orientation` arg in TimelineViewLayout.vue. - Styling for resize handles in Time Strip view.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 7936-add-discrete-event-visualization #8003 +/- ##
=========================================================================
- Coverage 57.03% 55.20% -1.84%
=========================================================================
Files 686 693 +7
Lines 27784 28032 +248
Branches 2735 2743 +8
=========================================================================
- Hits 15846 15474 -372
- Misses 11593 12213 +620
Partials 345 345
... and 53 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
- Repair broken Plan/Gantt view when not in Time Strip.
- Column resizing now shows the horizontal resize handle on the Time axis swimlane only. Handle now uses `:height` from the extended overlay lines to extend across all swimlanes. - TODO: fix regressions in Plan/Gantt view affecting swimlane height and overflow handling.
…adjustable-swimlane-size
…adjustable-swimlane-size
…adjustable-swimlane-size
- Reduced opacity of extended event lines and the Marcus-Baines line to not obfuscate telemetry and other data displayed in the Time Strip. - Removed commented CSS code.
- Reduced opacity of extended event lines and the Marcus-Baines line to not obfuscate telemetry and other data displayed in the Time Strip. - Removed commented CSS code. - WIP!
allow for fixed containers WIP move existing functionality into setup
…ize' into issue/7957-adjustable-swimlane-size
- Now normalizes margin so that main-container does not change size between browse and edit modes. - Fixed long-standing regression where extra space was added for the toolbar when editing, even if view does not use a toolbar.
… Strip view. - TimelineViewLayout.vue now adds `is-object-type-*` to its container to allow CSS selection. - Object's `c-object-view` handles overflow-y with scroll when in Time Strip. This is necessary to prevent scrolling of the left hand labels and maintain a consistent right edge alignment for time sync purposes. - Fixed long-standing regression where extra space was added for the toolbar when editing, even if view does not use a toolbar. - Main view now uses dashed border instead of box-shadow for `.is-editing`; theme constants removed.
add swimLaneLabelWidth input to inspector
fix sizing logic
This reverts commit 6f38ca9 and removes commented code.
Closes #7957
Describe your changes:
custom width adjustment inside a nested time stripAll Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist