mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Logout button in navbar #768
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#768
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Computroniks on GitHub (Jan 21, 2022).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature
🔖 Feature description
The addition of a logout button to the navigation bar next to the settings button
✔️ Solution
This would provide an easy way for the user to log out of the interface without having to go into settings first. It is confusing for first time users of the interface that the logout button is located in the settings. With most other web apps, the logout button is located either in the nav bar it's self or in a profile dropdown accessible from the navbar (think GitHub). By placing it in the settings it is harder for a user to find as many probably wouldn't expect the logout button to be with the security settings. By placing it in the taskbar it allows the user to easily and quickly log out of the interface from any of the dashboard pages.
❓ Alternatives
Whilst it would be possible to just leave the logout button in the security section of the settings, this is hard to find for first time users and isn't very convinient as it takes 3 clicks to logout compared to only one if the button is also placed in the navbar.
📝 Additional Context
Perhaps something like this:

I would be willing to have a go at implementing this feature.