Skip to content

Add user search#4

Draft
nathanweir wants to merge 1 commit into04-10-demo_8ebef760_add_frontend_for_searchfrom
04-10-demo_a475d550_add_user_search
Draft

Add user search#4
nathanweir wants to merge 1 commit into04-10-demo_8ebef760_add_frontend_for_searchfrom
04-10-demo_a475d550_add_user_search

Conversation

@nathanweir
Copy link
Copy Markdown
Owner

No description provided.

@nathanweir nathanweir mentioned this pull request Apr 11, 2026
Copy link
Copy Markdown
Owner Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Copy Markdown
Owner Author

@nathanweir nathanweir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test comment

Comment thread graphite-demo/server.js

// Filter tasks based on the query
const filteredTasks = tasks.filter(task => task.description.toLowerCase().includes(query));
const filteredTasks = tasks.filter(task =>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing 123

.then(data => {
setTasks(data);
setTasks(data.tasks);
setUsers(data.users);
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test 123

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.

1 participant