Skip to content

chore: simplify footer and add Noisens maintainer attribution - #64

Merged
DeepZone merged 1 commit into
mainfrom
codex/simplify-footer-and-add-maintainer-note
May 22, 2026
Merged

chore: simplify footer and add Noisens maintainer attribution#64
DeepZone merged 1 commit into
mainfrom
codex/simplify-footer-and-add-maintainer-note

Conversation

@DeepZone

Copy link
Copy Markdown
Owner

Motivation

  • The global footer contained runtime technical details (mode, read-only, etc.) that are noisy for persistent navigation and better suited to system/dashboard views.
  • A small maintainer attribution is needed in an informational, non-prominent place to credit ongoing maintenance.

Description

  • Simplified the footer/system line in frontend/src/App.tsx by replacing the previous systemLine with a minimal display: when available ${system.name} · ${system.version} and fallback RouteForge · v1.0.0.
  • Removed runtime technical details from the global footer such as mode=..., read_only=..., and similar status markers so they no longer appear in the global footer.
  • Added a subtle maintainer note to the About section in frontend/src/App.tsx as <p className='text-xs text-slate-500'>Maintained by Norman Sens.</p>.
  • No changes to feature logic, read-only security model, database migrations, language, or versioning were made.

Testing

  • Ran the frontend production build with cd frontend && npm run build, which completed successfully.

Codex Task

@DeepZone
DeepZone merged commit 2c9fda3 into main May 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant