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

add Saved Tweets tab to ProfileScreen #549

Merged

Conversation

johann-gambol
Copy link
Contributor

[#537] Add Request: Saved tweets for profile

Add a 'Saved Tweets' tab to the ProfileScreen. To achieve this, I introduced a userId getter to the SavedTweet entity, which extracts the id from the content property. The ProfileSaved tab is more or less identical to the ProfileTweets and ProfileFollows views.

@jonjomckay jonjomckay merged commit 0efd771 into jonjomckay:master Feb 25, 2023
@jonjomckay
Copy link
Owner

Thanks for this too @johann-gambol! I made a change to extract the tweet user IDs into a database field, rather than doing it every time the page is loaded, for better efficiency.

@jonjomckay jonjomckay added this to the v3.0.0 milestone Feb 25, 2023
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