Skip to content

feat(web-ui): add logout#5121

Merged
ReenigneArcher merged 2 commits into
masterfrom
feat/web-ui/add-logout
May 15, 2026
Merged

feat(web-ui): add logout#5121
ReenigneArcher merged 2 commits into
masterfrom
feat/web-ui/add-logout

Conversation

@ReenigneArcher
Copy link
Copy Markdown
Member

Description

Adds logout button to web-ui, under a new "user" drop-down menu.

Screenshot

image image image

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Bundle Report

Changes will increase total bundle size by 12 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sunshine-esm 790.99kB 12 bytes (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sunshine-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/Navbar-*.js 12 bytes 19.69kB 0.06%

Files in assets/Navbar-*.js:

  • ./src_assets/common/assets/web/Navbar.vue → Total Size: 8.48kB

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 New issue
C Reliability Rating on New Code (required ≥ A)
1 New Bugs (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@ReenigneArcher ReenigneArcher merged commit 0523ceb into master May 15, 2026
45 of 49 checks passed
@ReenigneArcher ReenigneArcher deleted the feat/web-ui/add-logout branch May 15, 2026 03:23
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 17.84%. Comparing base (33bdb01) to head (7b708a8).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/confighttp.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5121      +/-   ##
==========================================
- Coverage   17.85%   17.84%   -0.01%     
==========================================
  Files         111      111              
  Lines       24029    24030       +1     
  Branches    10619    10620       +1     
==========================================
- Hits         4290     4288       -2     
+ Misses      17918    17293     -625     
- Partials     1821     2449     +628     
Flag Coverage Δ
Archlinux 11.23% <0.00%> (-0.01%) ⬇️
FreeBSD-14.3-aarch64 ?
FreeBSD-14.3-amd64 13.36% <0.00%> (+<0.01%) ⬆️
Homebrew-ubuntu-22.04 13.58% <0.00%> (-0.01%) ⬇️
Linux-AppImage 12.15% <0.00%> (-0.01%) ⬇️
Windows-AMD64 14.84% <0.00%> (-0.01%) ⬇️
Windows-ARM64 13.23% <0.00%> (+<0.01%) ⬆️
macOS-arm64 18.99% <0.00%> (-0.01%) ⬇️
macOS-x86_64 18.35% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/confighttp.cpp 27.58% <0.00%> (-0.03%) ⬇️

... and 45 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33bdb01...7b708a8. Read the comment docs.

@shodanx2
Copy link
Copy Markdown

We can just fix stuff like that !?
Also that new purple theme looks sick !

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.

The admin web user interface is missing a logout button

2 participants