This website requires JavaScript.
Explore
Help
Register
Sign in
Breadway
/
bos-settings
Watch
1
Star
0
Fork
You've already forked bos-settings
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
62365ebf10
bos-settings
/
src
History
Download ZIP
Download TAR.GZ
Breadway
3ebe42790c
Some checks failed
release / build (push)
Failing after 1m2s
Details
Mirror to GitHub / mirror (push)
Failing after 1s
Details
Build and publish package / package (push)
Successful in 1m43s
Details
fix(ui): drop RefCell borrow before match statement in populate. Extracts model.borrow().kind to a local variable to drop the temporary immutable borrow before entering 'populate_*' arms, preventing a runtime panic when nested functions attempt a mutable borrrow.
2026-07-19 14:07:29 +08:00
..
config
Migrate config load/save/atomic_write to bread_utils::tomlcfg
2026-07-17 09:30:36 +08:00
ui
fix(ui): drop RefCell borrow before match statement in populate. Extracts model.borrow().kind to a local variable to drop the temporary immutable borrow before entering 'populate_*' arms, preventing a runtime panic when nested functions attempt a mutable borrrow.
2026-07-19 14:07:29 +08:00
main.rs
Extract bos-settings into its own repo; add Appearance/Startup Apps/Display editors
2026-07-04 23:31:18 +08:00
theme.rs
bos-settings: round-2 GUI review fixes (stable column width, service UX, switch styling)
2026-07-04 10:09:59 +08:00