[PR #425] [MERGED] Tray rewrite #4926

Closed
opened 2026-05-23 00:55:49 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/425
Author: @JakeStanger
Created: 1/27/2024
Status: Merged
Merged: 2/1/2024
Merged by: @JakeStanger

Base: masterHead: fix/tray


📝 Commits (5)

  • 8016ec2 fix(tray): crash caused by excess updates
  • b3a70ce fix(tray): not handling checkbox items
  • cc39896 build: update system-tray crate
  • 0616633 fix: do not panic on full channels
  • 133632d fix(tray): vastly improve rendering performance

📊 Changes

9 files changed (+666 additions, -282 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)
📝 src/clients/system_tray.rs (+2 -2)
📝 src/macros.rs (+11 -2)
src/modules/tray.rs (+0 -275)
src/modules/tray/diff.rs (+104 -0)
src/modules/tray/icon.rs (+86 -0)
src/modules/tray/interface.rs (+314 -0)
src/modules/tray/mod.rs (+146 -0)

📄 Description

Fixes #84

Some fixes have also been made in the client crate: https://github.com/jakestanger/stray


🔄 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/JakeStanger/ironbar/pull/425 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray` --- ### 📝 Commits (5) - [`8016ec2`](https://github.com/JakeStanger/ironbar/commit/8016ec256de0c3d2290d1446cda45a769a3c5284) fix(tray): crash caused by excess updates - [`b3a70ce`](https://github.com/JakeStanger/ironbar/commit/b3a70ce8fa76b0ae8b06f423e7d5955c6d5d6920) fix(tray): not handling checkbox items - [`cc39896`](https://github.com/JakeStanger/ironbar/commit/cc39896181fd317440d94a054457ba01c649f0d7) build: update `system-tray` crate - [`0616633`](https://github.com/JakeStanger/ironbar/commit/061663392e01503448fb44a064d172dbf10dc770) fix: do not panic on full channels - [`133632d`](https://github.com/JakeStanger/ironbar/commit/133632d1ad0778bb93e398e6d2bacf28c364f6c4) fix(tray): vastly improve rendering performance ### 📊 Changes **9 files changed** (+666 additions, -282 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) 📝 `src/clients/system_tray.rs` (+2 -2) 📝 `src/macros.rs` (+11 -2) ➖ `src/modules/tray.rs` (+0 -275) ➕ `src/modules/tray/diff.rs` (+104 -0) ➕ `src/modules/tray/icon.rs` (+86 -0) ➕ `src/modules/tray/interface.rs` (+314 -0) ➕ `src/modules/tray/mod.rs` (+146 -0) </details> ### 📄 Description Fixes #84 Some fixes have also been made in the client crate: https://github.com/jakestanger/stray --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:55:49 +01: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
JakeStanger/ironbar#4926
No description provided.