VAPP-18: Settings read-only server URL; statusbar shows real server URL #31
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/settings-server-url-vapp-18"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VAPP-18: Settings read-only server URL; statusbar shows real server URL
Settings now shows the configured vervain-server URL read-only, and the statusbar shows the real URL instead of the hardcoded
https://localhost:15443placeholder.Changes
get_server_url()(src/server_fns/mod.rs) returning theserver_base_url()value, mapping the unset/blank case to the literal "not configured". It never errors so both surfaces always have something to render.SettingsPage(above Appearance) with a "Server URL" row: the value in monospace plus the help text "Configured via the VERVAIN_SERVER_URL environment variable on the vervain-apps server container. Not editable at runtime."src/components/statusbar.rs: the hardcoded URL span now renders theget_server_url()value fetched once viause_resource, falling back to "not configured" while the resource resolves. The existing live connection dot wiring is untouched.Acceptance criteria
just checkpassesRefs VAPP-18.