robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
219 stars 43 forks source link

Revamp UI #23

Closed robmikh closed 3 years ago

robmikh commented 3 years ago

This change revamps the single page format of the application into a multi-page format.

The new UI provides previews for both item selection and recording. The MainPage goes to the RecordingPage, which will go to the SavePage when successfully completing a recording. After saving or deleting the recording or if a failure occurs, users are sent back to the MainPage.

image