lcsc-capstone / lcsc-ionic-app

LCSC's new app, built by CS and Web Dev students
0 stars 1 forks source link

Login Page - Loading Controller #150

Closed clblamires closed 6 years ago

clblamires commented 6 years ago

When logging in, it's hard to tell if the user hit the login button or not. Because of the wait between logging in and going to the home page, users may be confused if something is happening or not.

Please add a loading animation to this button tap event. Use Ionic's loading controller

AustinHaugerud commented 6 years ago

The class-schedule-enhancement branch uses the loading controller for both the login process and when schedule data is pending. I'll be making a pull request to master soon.

AustinHaugerud commented 6 years ago

The solution to this issue has been merged.