mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #478] [CLOSED] Add Close Button to Notifications and Improve Cosmetic Appearance #551
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#551
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?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/478
Author: @SO9010
Created: 6/12/2024
Status: ❌ Closed
Base:
master← Head:feature/rework-ui📝 Commits (2)
d7e89edAdd close button to alerts9d9acb1Merge branch 'jpochyla:master' into feature/rework-ui📊 Changes
2 files changed (+17 additions, -2 deletions)
View changed files
📝
psst-gui/src/ui/mod.rs(+10 -2)📝
psst-gui/src/widget/icons.rs(+7 -0)📄 Description
This merge request partially addresses issue #255, which I believe stems from an upstream issue. After exploring several solutions, including making the notification close when the user hovers over it, the problem persisted. I thoroughly reviewed all the code related to time handling to ensure that wasn't the problem.
Changes Made:
Added Close Button: Introduced a close button to the notification for more explicit user control.
Cosmetic Improvement: Made the notification slightly transparent for a better visual appeal.
These changes should enhance user experience by providing a clear way to dismiss notifications and a more polished look.
Here is a screenshot of it:
Please review and merge if everything looks good. Thank you!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.