mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[PR #748] [MERGED] Workspaces module rewrite #6540
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#6540
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/748
Author: @JakeStanger
Created: 10/18/2024
Status: ✅ Merged
Merged: 12/28/2024
Merged by: @JakeStanger
Base:
master← Head:fix/workspaces📝 Commits (3)
8cdbe7erefactor(hyprland): improve loggingfa6f27dfix(workspaces): rewrite module to fix several small issues03136e7feat(workspaces): new sorting options📊 Changes
9 files changed (+611 additions, -471 deletions)
View changed files
📝
docs/modules/Workspaces.md(+8 -8)📝
src/clients/compositor/hyprland.rs(+2 -1)📝
src/clients/compositor/mod.rs(+6 -10)📝
src/gtk_helpers.rs(+1 -1)➖
src/modules/workspaces.rs(+0 -451)➕
src/modules/workspaces/button.rs(+78 -0)➕
src/modules/workspaces/button_map.rs(+77 -0)➕
src/modules/workspaces/mod.rs(+409 -0)➕
src/modules/workspaces/open_state.rs(+30 -0)📄 Description
fix(workspaces): rewrite module to fix several small issues
Rewrites the module code to be better structured, in a similar pattern to the launcher. The code is now more robust and more maintainable, yay!
Fixes #705
Fixes an issue with moving favourite workspaces.
Fixes an issue with workspace visible state being incorrect.
Fixes an issue where the
inactiveclass looked at hidden instead of closed favourites.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.