Onboarding and help center for BOS
Same fix as breadbar's wifi add-network dialog: a bare gtk4::Window with no titlebar falls back to GTK's own minimal CSD (flat bar, plain system-font title, square corners) — a real HeaderBar (which picks up the window's title automatically) plus matching dark/rounded theming on window.wizard-dialog makes this look like part of the app instead of a stray window from a different decade. Didn't hit the accent-button rendering quirk noted in breadbar's dialog fix — this wizard's buttons are plain option/close buttons, no suggested-action/confirm-button in play. |
||
|---|---|---|
| .forgejo/workflows | ||
| content | ||
| packaging | ||
| src | ||
| .gitignore | ||
| bakery.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
breadhelp
Onboarding and help center for BOS (Bread Operating System) — GTK4, a searchable guide library, an interactive keybind viewer, a troubleshooting wizard with one-click fixes, and a live guided tour overlay that spotlights real on-screen bread* apps (breadbar, breadbox, ...) instead of walking through a static wizard.
Split out of the bos repo into its own repo so a breadhelp release doesn't require a BOS ISO release, and vice versa. Pacman-packaged (not bakery-managed) — see packaging/README.md.
Building
cargo build --release
Packaging / releasing
See packaging/README.md. In short: bump Cargo.toml's version, tag vX.Y.Z, push the tag to forgejo — .forgejo/workflows/package.yml builds and publishes to the [breadway] pacman repo automatically.