[PR #81] [MERGED] Fix dynamic string ordering #480

Closed
opened 2026-05-22 21:53:39 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/81
Author: @JakeStanger
Created: 3/1/2023
Status: Merged
Merged: 3/1/2023
Merged by: @JakeStanger

Base: masterHead: fix/dynamic-string-ordering


📝 Commits (2)

  • 7212bbc refactor(dynamic string): use vec instead of indexmap
  • 8cbb73b fix(dynamic string): dynamic sections not respecting ordering

📊 Changes

1 file changed (+8 additions, -14 deletions)

View changed files

📝 src/dynamic_string.rs (+8 -14)

📄 Description

Fixes scripts inside dynamic strings such as tooltips and custom element labels not respecting their configured order.

Fixes #69


🔄 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/81 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/1/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/dynamic-string-ordering` --- ### 📝 Commits (2) - [`7212bbc`](https://github.com/JakeStanger/ironbar/commit/7212bbcf61e097b35a7ab341e19e9daefd2edf95) refactor(dynamic string): use vec instead of indexmap - [`8cbb73b`](https://github.com/JakeStanger/ironbar/commit/8cbb73b75e7aca1aa163406f4583273e6ff4bac2) fix(dynamic string): dynamic sections not respecting ordering ### 📊 Changes **1 file changed** (+8 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/dynamic_string.rs` (+8 -14) </details> ### 📄 Description Fixes scripts inside dynamic strings such as tooltips and custom element labels not respecting their configured order. Fixes #69 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:53:39 +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#480
No description provided.