Expected Funds: Add "Created by" filter#11766
Merged
gustavlrsn merged 5 commits intomainfrom Jan 12, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
gustavlrsn
commented
Dec 30, 2025
Comment on lines
30
to
62
| @@ -61,7 +59,7 @@ export const AccountRenderer = ({ | |||
| return ( | |||
| <AccountHoverCard | |||
| account={data.account} | |||
| {...(inOptionsList && { hoverCardContentProps: { side: 'right', sideOffset: 24 } })} | |||
| {...(props.inOptionsList && { hoverCardContentProps: { side: 'right', sideOffset: 24 } })} | |||
Member
Author
There was a problem hiding this comment.
Fixes an issue where only the slug and not the full data (name + avatar) was used to display the current filter value
c8a8d7c to
e8bcbde
Compare
a5e8e93 to
eec9e6f
Compare
fbb7e8c to
1ebba85
Compare
429bafe to
b8c9f6b
Compare
b8c9f6b to
08850dd
Compare
Update filter to use paginated and searchable query Lint Lint
08850dd to
2a0af0a
Compare
ac68a6a to
76bae1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve opencollective/opencollective#8449
Require opencollective/opencollective-api#11287
Description
valuesprop to the filter components that consist of all filter values, so that they can be used when querying for data inside a specific filter (in this case usinghostContext,status, andexpectedFundsFilterto get the created by options)