c98ca18613501abb9d58b17df8d6c4ba0ec90c6d
Clicking the picker pill now opens an in-flow space-list disclosure beneath the workspace row instead of cycling to the next space. The list shows every space's emoji glyph + name, highlights the active one with the accent check, and on row click switches to that space and closes the disclosure. Sidebar disclosure rules: - The chevron flips ChevronDown → ChevronUp when open so the affordance reads at a glance. - A "Manage spaces" footer routes to ely://settings/spaces and closes the picker. - ElyShell carries a workspace_picker_open: bool with toggle / close / select_space_from_picker helpers; render_sidebar_header receives a &ElyShell so it can read the open flag without leaking shell internals to free helpers. The existing SelectNextSpace shortcut still routes through cycle_to_next_space, so the keyboard cycle behaviour is unchanged.
ELY Browser
Native Rust + GPUI browser workspace for ELY Browser by Elydora.
The repository is organized around explicit product boundaries from PRD.md:
domain state, browser orchestration, design tokens, GPUI shell, and Servo host contracts.
Reference GPUI ecosystem repositories live under references/ for local review and are excluded
from version control.
Local Commands
cargo fmt --all --check
cargo check --workspace --all-targets
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace --all-targets
cargo check -p ely_servo_host --features servo-engine --all-targets
cargo clippy -p ely_servo_host --features servo-engine --all-targets -- -D warnings
cargo test -p ely_servo_host --features servo-engine --test software_host
scripts/verify_prd_site_rendering.sh
scripts/verify_windows_app_manifest.sh
cargo run -p ely_app
Cloudflare Auth Configuration
/api/auth/* is served by Better Auth in the Cloudflare Worker. Local wrangler dev
uses ELY_AUTH_BASE_URL from cloudflare/wrangler.toml; deployed environments should
set the matching public Worker origin.
Use Wrangler secrets or an untracked cloudflare/.dev.vars file for the remaining auth
bindings:
wrangler secret put ELY_AUTH_SECRET
wrangler secret put ELY_AUTH_GOOGLE_CLIENT_ID
wrangler secret put ELY_AUTH_GOOGLE_CLIENT_SECRET
wrangler secret put ELY_AUTH_GITHUB_CLIENT_ID
wrangler secret put ELY_AUTH_GITHUB_CLIENT_SECRET
wrangler secret put ELY_AUTH_EMAIL_OTP_ENDPOINT
wrangler secret put ELY_AUTH_EMAIL_OTP_TOKEN
Languages
Rust
76.2%
TypeScript
18.6%
JavaScript
3.8%
Shell
0.8%
CSS
0.3%
Other
0.2%