Skip to content

Refresh Home sidebar footer and community links#685

Merged
cristian-tamblay merged 3 commits into
developfrom
fix/home-community-links
Jun 5, 2026
Merged

Refresh Home sidebar footer and community links#685
cristian-tamblay merged 3 commits into
developfrom
fix/home-community-links

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Jun 5, 2026

Summary

Updates the Home page sidebar: replaces the hardcoded, stale version string in the footer with a dynamic copyright line, and swaps the community links to the current channels (Discord, mailing list, direct email).


Type of Change

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • DashAI/front/src/pages/home/Home.jsx:
    • Footer: replaced hardcoded v0.9.3-alpha - MIT License with © {currentYear} dashAI - MIT License (year auto-updates, no version to keep in sync).
    • Community links: replaced Forum/Discord(#)/Twitter placeholders with Discord (discord.gg/n9y2hEjFng), Mailing List (groups.google.com/g/dashai-updates), and direct email (mailto:dashai.nocode@gmail.com); updated icons and imports accordingly.
    • Link target: _blank now applies only to http links so mailto: no longer opens a blank tab.
  • DashAI/front/src/utils/i18n/locales/{en,es,pt,de}/home.json: added mailingList and directMail labels, removed forum and twitter.

Testing

  • Open the Home page and confirm the three community links open correctly (Discord/Google Group in a new tab, email opens the mail client with no blank tab).
  • Switch language (en/es/pt/de) and verify the new link labels render translated.

Notes

  • The footer no longer displays an app version; if a version is wanted later, it should be sourced dynamically (backend endpoint or build time injection) rather than hardcoded.

@Irozuku Irozuku added the front Frontend work label Jun 5, 2026
@cristian-tamblay cristian-tamblay merged commit 590cc68 into develop Jun 5, 2026
18 of 19 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/home-community-links branch June 5, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

front Frontend work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants