mydev/cmd
Victor Abrell 40a435fdfc fix: show re-auth needed when AWS session expired
The dashboard auth panel only had branches for authed and awsmfa-error,
so an expired session (awsmfa prints "Not authenticated.", Authed=false,
Err="") fell through to the "checking…" spinner and appeared stuck.

Add an authChecked flag to distinguish "not yet checked" from "checked,
not authed", and render "re-auth needed" for any non-authed result.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 08:55:55 +02:00
..
auth.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
config.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
dash_render_test.go fix: show re-auth needed when AWS session expired 2026-06-15 08:55:55 +02:00
dash.go fix: show re-auth needed when AWS session expired 2026-06-15 08:55:55 +02:00
data.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
db.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
dev.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
docker.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
port.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00
root.go Initial commit: MyDev dev-environment TUI 2026-06-12 14:31:58 +02:00
status.go Use Gitea module path, add MIT license 2026-06-12 14:41:20 +02:00