zed/crates/title_bar
Tom Houlé 5656f3eb3f
client: Use cloud as source of truth for the selected organization (#57140)
Now that the cloud platform exposes a system-settings endpoint for the
user's selected organization, switch `UserStore` over to it and drop the
local database persistence. The server already returns the current
selected organization for `get_authenticated_user()`.

set_current_organization becomes a optimistic, with the in-memory
selection updated immediately. hen a background task POSTs to the system
settings endpoint.

Stale current_organization_id rows from older installs are left dangling
— harmless and not worth a migration. This is the second step in moving
organization selection to cloud; the first added the
update_system_settings client method.

Part of CLO-716

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2026-05-20 07:00:02 +00:00
..
src client: Use cloud as source of truth for the selected organization (#57140) 2026-05-20 07:00:02 +00:00
build.rs Fix title bar spacing when building on the macOS Tahoe SDK (#45351) 2025-12-19 12:19:04 +00:00
Cargo.toml Remove Skills feature flag (#57162) 2026-05-20 00:28:09 +00:00
LICENSE-GPL