[PR #404] [MERGED] Change cursor when hovering over clickable elements #522

Closed
opened 2026-02-28 14:33:19 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/pointer


📝 Commits (2)

  • ea7d8f6 Change cursor when hovering over clickable elements
  • 58d3eb4 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/404 **Author:** [@Insprill](https://github.com/Insprill) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `feature/pointer` --- ### 📝 Commits (2) - [`ea7d8f6`](https://github.com/jpochyla/psst/commit/ea7d8f60e0d5bc72a7ca7df562852f29cb5978e4) Change cursor when hovering over clickable elements - [`58d3eb4`](https://github.com/jpochyla/psst/commit/58d3eb411981cb83988b1e12d2f2835d6e6ba353) Merge branch 'master' into feature/pointer ### 📊 Changes **14 files changed** (+81 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Changes the cursor to a pointer when hovering over clickable UI elements. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#522
No description provided.