Skip to content

feat(ui): add community feedback banner to login view#104

Merged
deacon-mp merged 2 commits into
mitre:masterfrom
clutester:feature/community-feedback-banner
Apr 27, 2026
Merged

feat(ui): add community feedback banner to login view#104
deacon-mp merged 2 commits into
mitre:masterfrom
clutester:feature/community-feedback-banner

Conversation

@clutester
Copy link
Copy Markdown
Contributor

Description

This PR introduces a lightweight community feedback banner to the Magma login screen (LoginView.vue).

Motivation and Context

To improve user engagement and streamline support, this banner provides direct, visible links to the official caldera@mitre.org feedback email and the Caldera Discord community. Placing this on the login screen ensures users know exactly where to find help, report issues, or engage with the community before they even authenticate into the platform.

Changes Made

  • Modified plugins/magma/src/views/LoginView.vue.
  • Appended a feedback-banner element to the Pug template, positioned unobtrusively below the login form.
  • Utilized native styling (has-text-grey, is-size-7, etc.) to ensure the banner blends seamlessly with the existing Caldera UI design language.
  • Added standard target="_blank" and rel="noopener noreferrer" attributes to external links for security.

How Has This Been Tested?

  • Confirmed the template compiles cleanly via npm run build and npm run dev.
  • Visually verified the layout, spacing, and link functionality on the local development server.
  • Verified the banner dynamically scales and does not break the vertical centering of the main login container.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a small “community feedback” banner to the login screen so unauthenticated users can quickly find official support/feedback channels.

Changes:

  • Appended a feedback-banner block under the login form with a mailto link and a Discord invite link.
  • Added scoped CSS for the banner border and link styling/hover behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/views/LoginView.vue
Comment thread src/views/LoginView.vue Outdated
I was originally working on this from the main Caldera branch when i wrote this PR, switched to magma once Github CLI gave me submodule issues. AI is very picky, does this really need underline link to the discord and mitre email?

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@deacon-mp deacon-mp merged commit 317cfdc into mitre:master Apr 27, 2026
1 of 2 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.

3 participants