-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: hide communities from top collected #344
feat: hide communities from top collected #344
Conversation
- add query sources for TOP_COLLECTED - add `lensterCommunity` app to keep reference that it exists - add .gitignore for .idea - fix startup issue with mixpanel.ts
@andriishupta is attempting to deploy a commit to the Lenster Team on Vercel. A member of the Team first needs to authorize it. |
followed API to query by every existing app that Lenster supports, except for "lenster community" |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@bigint, I have seen that you merged the main branch - I prefer to rebase and force-push in feature branches so that I will squash my commits and will force push new single commit when there would be new changes why would I or some other contributor pollute git history with 10+ commits like "fix lint", "fix typo", etc. |
Yup I did rebase in GitHub UI 🙇🏼 We always do squash merge PRs 🤗 Also I'm going ahead and closing this PR because we don't want to filter with the apps only we specified 🙏🏼 As said this is blocked on backend, when we get unblocked we can visit this issue back 🙏🏼 |
@bigint cool ;) good that I have checked the codebase and now have an overall understanding of how it is built :) I checked also other issues today - for some reason, Post collection didn't work on Mainnet, so I cannot check issue #66 - "transaction was indexing" for 15min and I just closed the modal. And again, if you know the "implementation plan" or you know that it is blocked by BE - please, let me know It was fun to do this PR today 😅 Thanks! |
Again #66 is blocked by Lens backend 😭 I'd suggest you to DM me on Discord 💌 https://lenster.xyz/discord |
lensterCommunity
app to keep reference that it existsCloses #36