Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 503 Bytes

TODO.md

File metadata and controls

29 lines (20 loc) · 503 Bytes

It's a simple app but it's in iced-rs

NOTE to self: Check stopwatch example

Our first goal of course is creating a window

  • Creating the main window

Then create the buttons and display window for the time

  • Buttons
    • Start
    • Pause
    • Reset
    • Edit
  • Display Window
    • Left
    • Middle
    • Right

Then notifications

  • Notify for Starting
  • Notify for Finished

Timer

  • Pause and start
  • Store remaining seconds if paused