Skip to content
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

Search bar #537

Merged
merged 22 commits into from
Mar 6, 2023
Merged

Search bar #537

merged 22 commits into from
Mar 6, 2023

Conversation

MarineChillaud
Copy link
Collaborator

Motivation

Ajout de la barre de recherche par terme.
En conservant les autres filtres et en ajoutant la recherche sur les subType des activités qui en ont.

Changes

Test

Copy link
Contributor

@DavidRobertAnsart DavidRobertAnsart left a comment

Choose a reason for hiding this comment

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

There are some code improvements but the search functionality looks good!

src/components/accueil/Accueil.tsx Outdated Show resolved Hide resolved
src/components/accueil/Accueil.tsx Outdated Show resolved Hide resolved
src/components/accueil/Accueil.tsx Outdated Show resolved Hide resolved
nodemon.json Outdated Show resolved Hide resolved
next.config.js Outdated Show resolved Hide resolved
Copy link
Contributor

@DavidRobertAnsart DavidRobertAnsart left a comment

Choose a reason for hiding this comment

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

Lgtm! One last change and we can merge!

nodemon.json Outdated
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules", "src"],
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add back "src" ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done, do I put my branch on staging or merge directly on master?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

On master directly. Then the search-bar will automatically be deployed on prod.

Copy link
Contributor

@DavidRobertAnsart DavidRobertAnsart left a comment

Choose a reason for hiding this comment

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

👍 You can merge directly on master

@MarineChillaud MarineChillaud merged commit ea0a67e into master Mar 6, 2023
@MarineChillaud MarineChillaud deleted the search-bar branch March 6, 2023 10:46
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.

2 participants