-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Remove floating window manager #2020
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2020 +/- ##
=======================================
Coverage 84.62% 84.62%
=======================================
Files 212 212
Lines 7068 7068
Branches 493 493
=======================================
Hits 5981 5981
Misses 926 926
Partials 161 161 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
A Storybook preview is available for commit 74cb41f. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd only remove it from the dropdown menu / remove the dropdown menu. It's still working and relevant - but not useful at the moment, but will get useful when it's possible to spawn sessions from the session viewer. In the tiling window manager it would automatically rearrange all existing windows, the floating window manager doesn't have the issue.
1e7300b
to
529ed95
Compare
This comment has been minimized.
This comment has been minimized.
Remove the option to spawn a session using the floating window manager and rework some of the UI surrounding it. Closes #2011
529ed95
to
f4b615c
Compare
Quality Gate passedIssues Measures |
This report was generated by comparing 74cb41f with 3fbb0a1. ArtifactName:
|
item | count |
---|---|
pass | 336 |
change | 30 |
new | 0 |
delete | 0 |
📝 Report
Differences
Session Components_Active Sessions_Loading_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Loading_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_No Active Stories_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_No Active Stories_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Readonly Session Success State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Readonly Session Success State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Failed State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Failed State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Not Found State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Not Found State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Pending State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Pending State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Preparation Pending State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Preparation Pending State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Preparation Running State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Preparation Running State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Running State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Running State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Shared With User_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Shared With User_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Sharing Enabled_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Sharing Enabled_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Terminated State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Terminated State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Unknown State_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session Unknown State_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session With Feedback Enabled_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Session With Feedback Enabled_mobile.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Shared Session_desktop.png
actual | |
---|---|
expected | |
difference |
Session Components_Active Sessions_Shared Session_mobile.png
actual | |
---|---|
expected | |
difference |
Remove the floating window manager and redesign some of the surrounding UI.
Closes #2011