Skip to content

feat(ui): highlight current client session - #1025

Merged
jmattheis merged 1 commit into
gotify:masterfrom
SulimanAbdulrazzaq:feat/highlight-current-session
Aug 12, 2026
Merged

feat(ui): highlight current client session#1025
jmattheis merged 1 commit into
gotify:masterfrom
SulimanAbdulrazzaq:feat/highlight-current-session

Conversation

@SulimanAbdulrazzaq

Copy link
Copy Markdown
Contributor

Fixes #677

The clients table now highlights the client associated with the authenticated session. The current row also exposes aria-current=true so the indication is available to assistive technology.

A browser regression assertion verifies that exactly one client row is marked current and that it matches the login client. Existing deletion behavior is unchanged, following the maintainer’s guidance.

Validation

  • Prettier 3.6.2 check
  • TypeScript 6.0.3 TSX parse
  • git diff --check

The full UI suite, build, and runtime browser test could not be run locally because the exact frozen-lockfile installation timed out while fetching @mui/icons-material from the Yarn registry. No dependency files were changed.

@SulimanAbdulrazzaq
SulimanAbdulrazzaq requested a review from a team as a code owner August 8, 2026 18:42
@jmattheis
jmattheis force-pushed the feat/highlight-current-session branch from 6d51ee3 to 0ca1709 Compare August 12, 2026 09:42
@jmattheis
jmattheis force-pushed the feat/highlight-current-session branch from 0ca1709 to d0af308 Compare August 12, 2026 09:43

@jmattheis jmattheis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.28%. Comparing base (f99673f) to head (d0af308).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1025   +/-   ##
=======================================
  Coverage   74.28%   74.28%           
=======================================
  Files          66       66           
  Lines        3512     3512           
=======================================
  Hits         2609     2609           
  Misses        698      698           
  Partials      205      205           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmattheis
jmattheis added this pull request to the merge queue Aug 12, 2026
Merged via the queue into gotify:master with commit 491a17a Aug 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Do not allow deleting current client from GUI

2 participants