Skip to content

fix: minor bugs - dynamic footer year, dead code audit (#215)#217

Merged
Mosas2000 merged 1 commit intomainfrom
fix/215-minor-bugs-cleanup
Mar 8, 2026
Merged

fix: minor bugs - dynamic footer year, dead code audit (#215)#217
Mosas2000 merged 1 commit intomainfrom
fix/215-minor-bugs-cleanup

Conversation

@Mosas2000
Copy link
Copy Markdown
Owner

Summary

Fixes the remaining items in #215:

Changes

  1. Dynamic copyright year — Replaced hardcoded © 2026 TipStream in the footer with new Date().getFullYear() so it always reflects the current year.

Already Resolved (verified)

  1. DemoContext.jsx — Already deleted in a previous refactoring session. No imports remain.
  2. button.jsx — Already deleted. Only copy-button.jsx is imported across the codebase.
  3. Public assetsfavicon.svg and logo.svg both exist in frontend/public/. No og-image.png reference exists in index.html or any component.

Closes #215

The footer displayed a hardcoded '© 2026 TipStream' which is incorrect.
Replaced with new Date().getFullYear() to always show the current year.

Resolves part of #215
@Mosas2000 Mosas2000 merged commit 719a7ca into main Mar 8, 2026
1 of 4 checks passed
@Mosas2000 Mosas2000 deleted the fix/215-minor-bugs-cleanup branch March 8, 2026 11:18
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.

Minor bugs: incorrect footer year, orphaned DemoContext, unused button component, missing public assets

1 participant