Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the issues (#57, #67, #68, #69, #70) #66

Merged
merged 6 commits into from
Jun 7, 2021

Conversation

danglu999
Copy link
Contributor

@danglu999 danglu999 commented May 25, 2021

Fix issue #57 that was caused by an issue of the List element, which leads to selected list row remains highlighted
Before:
before
After:
after

Fix issue #67 to show indicators of horizontal scrollview.
Before:
indicator
After:
after

Fix issue #68
1 avoid overlap between image and the indicator of scrollview
Before:
before
After:
after

2 make the width of backdrop image smaller, then users can identify scroll view easier
Before:
before2
After:
after2

Fix issue #69
Alphabetically sort the popular people by their names
before1
After:
after1

Fix issue #70
A certain page of popular people will be loaded when the Fan Club tab bar appears every time.
before
Avoiding duplicately loading same data by adding a filter.
filter

@danglu999 danglu999 changed the title fix the issue (#57) that selected list row remains highlighted fix the issues (#57, #67, #68) May 26, 2021
@danglu999 danglu999 changed the title fix the issues (#57, #67, #68) fix the issues (#57, #67, #68, #69) May 28, 2021
@Dimillian Dimillian self-requested a review May 28, 2021 14:27
@Dimillian Dimillian self-assigned this May 28, 2021
@Dimillian
Copy link
Owner

Thanks!

@danglu999 danglu999 changed the title fix the issues (#57, #67, #68, #69) fix the issues (#57, #67, #68, #69, #70) Jun 1, 2021
@Dimillian Dimillian merged commit 72eb4ae into Dimillian:master Jun 7, 2021
fred-maussion pushed a commit to fred-maussion/MovieSwiftUI that referenced this pull request Feb 1, 2024
Dimillian#70) (Dimillian#66)

* fix the bug that selected list row remains highlighted

* show the indicator of horizontal scrollView

* make the width of backdrop image more suitable on small screen size (4.0-inch)

* add bottom padding to avoid overlap between image and indicator of scrollview

* filter same people and sorted people by their name alphabetically

* add filter to avoid loading same data duplicately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants