You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: clear a stale default host, repaint on window team change, cover the construction-time constraint
- The host-selector resync applied `Some` and swallowed `None`, so a window
moving to a team that configures no default host kept the previous team's
slug in both the selector and the run config. `clear_default_host` mirrors
`set_default_host`, and the view model's host is now cleared too.
- The Warp Agent settings page only repainted on `TeamsChanged`;
`window_team_uids` is not `Tracked`, so a window team change would not
repaint the attribution toggle once a team switcher lands.
- Added a test that resolves a scope inside a view's own build closure,
asserting the `ViewContext` shape works there and a self-handle resolves
nothing. Every other test resolves post-construction, where the difference
is invisible.
0 commit comments