Skip to content

fix(web): logo no longer triggers full-page navigation#80

Merged
SymbolStar merged 1 commit into
mainfrom
fix/logo-no-navigate
Jun 11, 2026
Merged

fix(web): logo no longer triggers full-page navigation#80
SymbolStar merged 1 commit into
mainfrom
fix/logo-no-navigate

Conversation

@SymbolStar

Copy link
Copy Markdown
Owner

Logo was a <a href="/">, so clicking it did a full page reload and wiped current thread / scroll / draft state.

Change it to a plain <button> (no default navigation). Click is now inert — no reload, no state loss. Style adjusted so the button matches the previous logo cell visually.

Future follow-up if we want it to actually "go home": wire a soft-route on click (e.g. location.hash = '#/squads').

Triggered by scott in OpenForge thread th_19eb68d8bf4_a8e407.

Change icon-rail logo from <a href="/"> to <button>. Click did a
full reload to /, blowing away current thread/scroll/draft state.
Now the logo is inert (clicking does nothing); future PR can wire
it to soft-route home if desired.
@github-actions

Copy link
Copy Markdown

🤖 bot-review (comment-only · phase 1)

Diff: 4 files changed, 23 insertions(+), 59 deletions(-) @ ee7a7a1

Red-line checks:

  • ✅ A-7.5: no new 'forbidden' code in xiaof

Needs human review — these paths are not eligible for future auto-approve:

  • server.py (HTTP routes / handler — never auto-approve)

Phase 1: this bot leaves comments only. Auto-approve will be enabled per-path after 1–2 weeks of clean runs. Promotion plan: judy PR #42 follow-up.

@SymbolStar SymbolStar merged commit 9009110 into main Jun 11, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant