mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[PR #189] [MERGED] fix: add sensible class names for icon labels #537
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#537
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/JakeStanger/ironbar/pull/189
Author: @JakeStanger
Created: 6/12/2023
Status: ✅ Merged
Merged: 6/14/2023
Merged by: @JakeStanger
Base:
master← Head:fix/icon-classes📝 Commits (3)
cbba2bcbuild: update deps, temporarily pin hyprlande11177ffix: add sensible class names for icon labels96d36c4docs: add missing icon/image selectors📊 Changes
7 files changed (+285 additions, -343 deletions)
View changed files
📝
Cargo.lock(+233 -312)📝
Cargo.toml(+1 -1)📝
docs/modules/Clipboard.md(+3 -0)📝
docs/modules/Music.md(+35 -23)📝
docs/modules/Workspaces.md(+8 -5)📝
src/image/gtk.rs(+4 -1)📝
src/modules/music/mod.rs(+1 -1)📄 Description
BREAKING CHANGE: Where both textual and image icons are supported, CSS classes have changed to better reflect their targets.
.iconhas changed to.icon-boxand.iconnow targets the underlying element..labelhas been changed to.icon.text-icon. This affects icons on the music, workspaces, and clipboard modules.Resolves #185.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.