ly/src
RadsammyT fe6942d406 fix: custom label and bind ordering (#951)
## What are the changes about?

Fixes the order of custom labels and binds because of a HashMap shenanigan (no guaranteed order), so we use `ArrayHashMap` instead which preserves insertion order.  They should now be shown in the order they are declared in the config.

![image](/attachments/7a928c5f-fbbe-4a60-b120-3feddbcdfdb6)

![image](/attachments/22afe011-00a0-4a29-90ab-060e1d059c75)

## What existing issue does this resolve?

!950

## Pre-requisites

- [x] I have tested & confirmed the changes work locally
- [x] I have run `zig fmt` throughout my changes

Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/951
Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org>
Co-authored-by: RadsammyT <radsammyt@gmail.com>
Co-committed-by: RadsammyT <radsammyt@gmail.com>
2026-03-27 22:46:37 +01:00
..
animations Switch to single-instance Widget model 2026-03-21 16:19:33 +01:00
components Switch to single-instance Widget model 2026-03-21 16:19:33 +01:00
config fix: custom label and bind ordering (#951) 2026-03-27 22:46:37 +01:00
Environment.zig Move back custom widgets into main project 2026-03-17 21:59:24 +01:00
auth.zig Add xauth file as X server argument 2026-03-26 21:10:50 +01:00
enums.zig Move back custom widgets into main project 2026-03-17 21:59:24 +01:00
main.zig fix: custom label and bind ordering (#951) 2026-03-27 22:46:37 +01:00