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

update fork #25

Closed
wants to merge 24 commits into from
Closed

update fork #25

wants to merge 24 commits into from

Conversation

tylerdlawrence
Copy link

No description provided.

SirArkimedes and others added 24 commits October 13, 2019 18:45
[macOS] Adjust padding of List items on sidebar
Change the comment author color to the accentColor if the comment author is the same as the post author.
When post author = comment author, set comment author color
Create previews for the Shared views
Quite a lot of changes in order to achieve this:
- had to activate the navigation link programmatically in order to capture single and double tap
- NavigationLink activated based on new view state for selected post tag
- moved the RequestView to the ContentView so the selected post wouldn't reload the whole PostList and retriever the request
- PostList now initialised with Listing object
- setting the contentShape of the PostView in the list in order to capture hits in the whole area, otherwise it would land on the NavigationLink behind
- adding two tap gestures in order of precedence
- set the default frame for the new spinner to guarantee a minimum size while loading

The only secondary effect from this solution I wasn't able to fix is that now cells don't get a selected state like before. I accept suggestions.
Moves the thumbnails to the right side of the PostView for legibility
Added a spacer to PostView to align thumbnails to the right
…st id init parameters;

Using a computed property for the list and navigation link selections;
Listing now has a computed property to return an array of Posts.
Made the section non-collapsible
Allows for single and double tap on each post
Now PostList has 3 states: loading, no results, and listing results.
Fixes an issue that would resize the whole window when reloading
@carson-katri
Copy link
Owner

Could you please provide more details as to what changes you made. And please also try to rebase. There's a lot of commits here that have already been merged, it'd make it much easier to review.

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.

4 participants