-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add WindowSector
#898
Add WindowSector
#898
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #898 +/- ##
==========================================
- Coverage 80.76% 80.48% -0.28%
==========================================
Files 220 232 +12
Lines 10578 10750 +172
Branches 1195 1214 +19
==========================================
+ Hits 8543 8652 +109
- Misses 1913 1961 +48
- Partials 122 137 +15 ☔ View full report in Codecov by Sentry. |
deb59c9
to
247393a
Compare
c214443
to
626bede
Compare
626bede
to
50ffc11
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @dalyIsaac and the rest of your teammates on Graphite |
The
WindowManager
no longer stores or directly interacts with windows. Instead, the window manager now calls pickers and transforms for theWindowSector
of theStore
.