Campus-iOS icon indicating copy to clipboard operation
Campus-iOS copied to clipboard

Improving the Places View

Open 14slash12 opened this issue 2 years ago • 1 comments

When switching between the cafeterias and the study rooms the complete view is loaded new. This causes a flicker and does integrate the LoadingView and the FailedView into the UI.

When the device is offline:

BeforeOffline

When the device is online:

BeforeOnline

14slash12 avatar Jun 18 '22 23:06 14slash12

Fixed with the following commit: b42c67cb0e99e069cfb7fad4103cff08f0eae65f The fetching and showing of potential errors are now implemented inside the PanelContentView with a new PanelContentListView. There in will differentiated between cafeterias and study rooms. If fetching fails or is still loading this view will be changed instead of the whole MapScreenView.

While device is offline:

FixedOffline

While device is online:

FixedOnline

14slash12 avatar Jun 18 '22 23:06 14slash12