Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinLeCaignec committed Oct 20, 2023
1 parent a0a9a1d commit ac22ef6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export function HeaderSearch(props: IHeaderSearchProps): ReactElement {
}
}

// TODO: rename HeaderSearch

Check warning on line 59 in packages/react-front-kit/src/Components/HeaderSearch/HeaderSearch.tsx

View workflow job for this annotation

GitHub Actions / test

Unexpected 'todo' comment: 'TODO: rename HeaderSearch'
// include option for left block in search zone, a Menu/DropdownButton with arbitrary list of values, include the selected value in the callback when search is being called/changed/entered
// create new test page for search, integrate HeaderSearch (but not as header, separately under it) in the Layout component, modify Layout component to be able to include the top horizontal zone with different dark theme and SVG like in InfoCard
// make rest of page, keep column and central zone empty, add pagination, etc.

return (
<Box className={classes.search} {...boxProps}>
<form onSubmit={onSubmit}>
Expand Down

0 comments on commit ac22ef6

Please sign in to comment.