[PR #873] [MERGED] Launcher pagination and label truncation options #2415

Closed
opened 2026-05-22 22:56:46 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/873
Author: @JakeStanger
Created: 2/21/2025
Status: Merged
Merged: 2/22/2025
Merged by: @JakeStanger

Base: masterHead: feat/launcher-paginate


📝 Commits (2)

  • 183ca40 feat(launcher): pagination controls when item count is reached
  • ba5ec80 feat(label): add truncate to module and custom widget

📊 Changes

7 files changed (+322 additions, -39 deletions)

View changed files

📝 docs/modules/Custom.md (+10 -5)
📝 docs/modules/Label.md (+8 -3)
📝 docs/modules/Launcher.md (+29 -25)
📝 src/modules/custom/label.rs (+10 -1)
📝 src/modules/label.rs (+12 -1)
📝 src/modules/launcher/mod.rs (+113 -4)
src/modules/launcher/pagination.rs (+140 -0)

📄 Description

Adds page_size option to launcher module. Adds truncation option to label module/widget.

Resolves #633


🔄 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/873 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/launcher-paginate` --- ### 📝 Commits (2) - [`183ca40`](https://github.com/JakeStanger/ironbar/commit/183ca402d45a228356c5dd4fa320531dd5a3adbf) feat(launcher): pagination controls when item count is reached - [`ba5ec80`](https://github.com/JakeStanger/ironbar/commit/ba5ec8015d3e13a2f7d2777ad1c7c7b936f0e3ea) feat(label): add truncate to module and custom widget ### 📊 Changes **7 files changed** (+322 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/Custom.md` (+10 -5) 📝 `docs/modules/Label.md` (+8 -3) 📝 `docs/modules/Launcher.md` (+29 -25) 📝 `src/modules/custom/label.rs` (+10 -1) 📝 `src/modules/label.rs` (+12 -1) 📝 `src/modules/launcher/mod.rs` (+113 -4) ➕ `src/modules/launcher/pagination.rs` (+140 -0) </details> ### 📄 Description Adds `page_size` option to launcher module. Adds truncation option to label module/widget. Resolves #633 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:56:46 +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#2415
No description provided.