[PR #4797] Update client login success page #4406

Open
opened 2025-11-20 08:08:19 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/4797

State: closed
Merged: Yes


Describe your changes

CleanShot 2025-11-17 at 12 09 14 CleanShot 2025-11-17 at 12 10 14

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)
    Adjustment of the login page

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__

Summary by CodeRabbit

  • Style
    • Modernized authentication page with a full HTML head, responsive card layout, consolidated inline styling, favicon, and inline SVG logo.
  • New Features
    • Dynamic success and error views with contextual headers, icons, messages, and a closing instruction on successful login.
  • Bug Fixes
    • More descriptive authentication error messages for clearer user feedback.
  • Tests
    • Added template rendering tests covering success, error, and timeout scenarios.
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/4797 **State:** closed **Merged:** Yes --- ## Describe your changes <img width="909" height="450" alt="CleanShot 2025-11-17 at 12 09 14" src="https://github.com/user-attachments/assets/cbb835df-0896-414e-811c-071c7dfad0d9" /> <img width="912" height="457" alt="CleanShot 2025-11-17 at 12 10 14" src="https://github.com/user-attachments/assets/54b8e22b-fa4e-49a6-bab3-aa2591dc32e1" /> ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) Adjustment of the login page ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Modernized authentication page with a full HTML head, responsive card layout, consolidated inline styling, favicon, and inline SVG logo. * **New Features** * Dynamic success and error views with contextual headers, icons, messages, and a closing instruction on successful login. * **Bug Fixes** * More descriptive authentication error messages for clearer user feedback. * **Tests** * Added template rendering tests covering success, error, and timeout scenarios. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
saavagebueno added the pull-request label 2025-11-20 08:08:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#4406