iced-yoda/examples/sctk_todos
Ian Douglas Scott ea4f704f0f
winit/wayland: input_zone for layer, instead of pointer_interactivity
This is a more general version of the same thing, at matches what is
used for popups and subsurfaces.
2026-01-28 12:01:01 -05:00
..
fonts feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
src winit/wayland: input_zone for layer, instead of pointer_interactivity 2026-01-28 12:01:01 -05:00
Cargo.toml refactor: add namespace 2026-01-23 11:28:35 -05:00
iced-todos.desktop feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
index.html feat: pop-os megasquash 2026-01-21 13:12:08 -05:00
README.md feat: pop-os megasquash 2026-01-21 13:12:08 -05:00

Todos

A todos tracker inspired by TodoMVC. It showcases dynamic layout, text input, checkboxes, scrollables, icons, and async actions! It automatically saves your tasks in the background, even if you did not finish typing them.

All the example code is located in the main file.

You can run the native version with cargo run:

cargo run --package todos

We have not yet implemented a LocalStorage version of the auto-save feature. Therefore, it does not work on web yet!