TheAcharya / MarkerData

The avant-garde Marker extraction application crafted for Final Cut Pro
https://markerdata.theacharya.co
MIT License
22 stars 1 forks source link

Adding a Progress Bar to Roles #69

Closed IAmVigneswaran closed 2 months ago

IAmVigneswaran commented 2 months ago

@orchetect Suggests -

When reading roles from large projects, it can take a long time, sometimes 5 or more seconds when I tested it. Would be good to add a progress indicator or at least a "spinning wheel" to show that it's doing something.

It can be a progress bar or in circular style. https://developer.apple.com/documentation/SwiftUI/ProgressView

Roles-Progress

Thank you.

milanvarady commented 2 months ago

I have added a spinner for loading the roles.

IAmVigneswaran commented 2 months ago

@milanvarady Just trying out to see the progress spinner. Tested with the latest test build.

There is no progress spinner showing up.

Roles-Progress

milanvarady commented 2 months ago

@IAmVigneswaran The progress indicator should work now.