Conversation
This was referenced Jan 27, 2026
Merged
Merged
Merged
Closed
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
5 tasks
ec26c4a to
e23f4b0
Compare
e23f4b0 to
28071c7
Compare
4d2aedf to
0f40e2c
Compare
28071c7 to
d1ebf96
Compare
5e51976 to
c6a465d
Compare
d1ebf96 to
08c0320
Compare
4 tasks
c6a465d to
97c09af
Compare
08c0320 to
d3185c3
Compare
97c09af to
b85a348
Compare
d3185c3 to
5b0bea0
Compare
b85a348 to
bd92e2d
Compare
5b0bea0 to
36a4057
Compare
2 tasks
bd92e2d to
b9286f8
Compare
36a4057 to
766de30
Compare
23fc8a7 to
8d91f5a
Compare
3660328 to
833979e
Compare
8d91f5a to
c562c87
Compare
98b72a4 to
abc9a53
Compare
c562c87 to
7f1f58c
Compare
abc9a53 to
0d2db54
Compare
1edb04b to
a76d8c3
Compare
0d2db54 to
0443109
Compare
a76d8c3 to
ec25023
Compare
0443109 to
8c73abc
Compare
ed20d9c to
d0c1d85
Compare
baef097 to
e1e9de5
Compare
d0c1d85 to
5b84513
Compare
e1e9de5 to
4639b7e
Compare
7111700 to
2558d71
Compare
2441f6b to
f0bf8ba
Compare
2558d71 to
c463ef7
Compare
4 tasks
morgan-wowk
reviewed
Feb 18, 2026
| if (checked) { | ||
| // Enable filter - if no specific user set, default to "me" | ||
| if (!value) { | ||
| onChange("me"); |
There was a problem hiding this comment.
Couple questions:
How reliable is this "me". Is this really the value we use in our API to represent the current user?
Is there an existing constant we can use?
There was a problem hiding this comment.
I would expect to be filtering by an email, or unique id, instead of me
Collaborator
There was a problem hiding this comment.
We can filter by email address (e.g. if an email is typed into the search box), but my understanding is that the "filter by me" toggle literally sends the value "me" to the backend.
camielvs
approved these changes
Feb 25, 2026
Collaborator
camielvs
left a comment
There was a problem hiding this comment.
might as well get this moving & iterate later when we have the api
Collaborator
Author
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.

Description
Added a new
CreatedByFiltercomponent that allows filtering content by creator. The component includes:NOTE: This feature does get changed down the stack to a better UI/UX in my opinion.
Type of Change
Checklist
Screenshots (if applicable)
The component renders a toggle switch with "Created by me" label and a search input with a search button
Test Instructions
Additional Comments
The component supports two main use cases: