mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #404] [MERGED] Change cursor when hovering over clickable elements #522
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#522
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/404
Author: @Insprill
Created: 5/4/2023
Status: ✅ Merged
Merged: 5/4/2023
Merged by: @Insprill
Base:
master← Head:feature/pointer📝 Commits (2)
ea7d8f6Change cursor when hovering over clickable elements58d3eb4Merge branch 'master' into feature/pointer📊 Changes
14 files changed (+81 additions, -28 deletions)
View changed files
➕
psst-gui/src/controller/ex_cursor.rs(+28 -0)📝
psst-gui/src/controller/mod.rs(+2 -0)📝
psst-gui/src/ui/album.rs(+1 -1)📝
psst-gui/src/ui/artist.rs(+2 -2)📝
psst-gui/src/ui/episode.rs(+1 -1)📝
psst-gui/src/ui/find.rs(+2 -2)📝
psst-gui/src/ui/mod.rs(+7 -5)📝
psst-gui/src/ui/playback.rs(+7 -7)📝
psst-gui/src/ui/playlist.rs(+2 -2)📝
psst-gui/src/ui/preferences.rs(+3 -3)📝
psst-gui/src/ui/show.rs(+1 -1)📝
psst-gui/src/ui/track.rs(+1 -1)📝
psst-gui/src/ui/user.rs(+1 -1)📝
psst-gui/src/widget/mod.rs(+23 -2)📄 Description
Changes the cursor to a pointer when hovering over clickable UI elements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.