-
Notifications
You must be signed in to change notification settings - Fork 11
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
user page + permalink tweet page #66
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I'd like a Search component that is filtered to my tweets I'd also love a github-style activity overview |
deployment is failing, remember to pull from main and run
|
@TheExGenesis should be working now! The issue was the https://community-archive-oyteiplay-theexgenesis-projects.vercel.app/ |
@TheExGenesis we changed the urls to be account IDs, not usernames. Also I can't access the deployed URLs to verify this, will check locally |
@TheExGenesis confirmed it works locally, but I guess you removed the list of users uploaded from the frontpage, that was the entry point for these user pages. Can merge this and do a follow up PR to link to your own page if you're logged in/have an archive uploaded? (and make the featured accounts link to user pages also?) |
confirmed it works! I'd also suggest making the style for user and tweet pages a central columns like the front page but you may choose to do that later |
yeah that makes sense, I'm still traveling/don't wanna hold this PR off longer, please merge if you're OK with it and we can keep iterating on it/maybe more contributors with better frontend skillz than me can make this page much nicer! (like some fun stats here about tweets over time would be super nice!) |
I'm doing a GitHub style activity tracker for user pages! |
Setting up an initial user page. Accessible at
/user/exgenesis
. Currently shows the top 20 tweets (sorted by retweet count & like count).TweetRefactor
component, which just moves the logic of extracting everything from the tweet object to inside the component, so that it's easy to re-use it without copy/pasting this logicTODO: