Commit graph

11 commits

Author SHA1 Message Date
Vukašin Vojinović
4b1f388a4f chore: add rustfmt config 2026-05-15 16:26:20 -06:00
Vukašin Vojinović
eb55cd020f chore: clippy 2026-04-16 15:25:34 -06:00
Ashley Wulber
3639bafcfa chore: update libcosmic after reexports were removed 2026-04-10 16:39:09 +02:00
Ashley Wulber
cf7fc32adf
feat: libcosmic iced 0.14 rebase 2026-03-17 21:56:55 +01:00
Ian Douglas Scott
ffdd122bf8
chore: fix compiler warnings 2025-10-28 13:19:16 +01:00
Vukašin Vojinović
2d6d507a48 chore: clippy 2025-10-01 20:42:35 +02:00
Michael Aaron Murphy
1e5aaad61c
chore: Rust 2024 edition format 2025-03-28 21:11:38 +01:00
Ashley Wulber
de179d06f3 wip: update
clippy

chore: update togglers

clippy
2024-10-23 11:29:44 -04:00
Joshua Megnauth
6d039eb4c3
fix(wallpaper): duplicate color wallpaper previews
The issue arises after the wallpaper settings page is opened after
choosing a default color as a background. The chosen color is treated as
a custom color on reload which is then duplicated when the default
colors are displayed. Solving this issue is as simple as filtering the
customs colors list for default colors.

I unwrap two `Options` from `partial_cmp` in this fix. Floats don't
implement `Eq` due to `NaN`s but they do implement `PartialOrd` and
`PartialEq`. Colors shouldn't have `NaN`s at all, so unwrapping here is
fine as that invariant should hold unless there is a bug elsewhere.
2024-07-02 15:12:57 +02:00
Michael Aaron Murphy
dec705e0fe improv: reduce padding when condensed 2024-07-01 07:08:52 +02:00
Michael Aaron Murphy
1c61885428 feat: add desktop entries for each settings page 2024-03-22 18:13:15 +01:00
Renamed from app/src/pages/desktop/wallpaper/widgets.rs (Browse further)