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

feat: rework search filter order #597

Merged
merged 6 commits into from
May 4, 2023
Merged

Conversation

Volubyl
Copy link
Collaborator

@Volubyl Volubyl commented Apr 17, 2023

close #596
close #592
closes #585
closes #577

Cette PR

Cette PR revoit l'ordre d'apparition des filtre de recherche

@Volubyl Volubyl force-pushed the 596-rework-filters-layout branch 8 times, most recently from c807576 to 07c9641 Compare May 3, 2023 08:50
@Volubyl
Copy link
Collaborator Author

Volubyl commented May 3, 2023

@johanricher la refonte de la page /search est sur staging.

Tu peux faire joujou avec et me dire si ça te convient ?

@johanricher
Copy link
Member

J'ai un comportement étrange avec le filtre "mot-clé" uniquement (à priori), quand un mot-clé est sélectionné et que je clique sur "réinitialiser le filtre" ça me sort de la recherche. A priori c'est une régession liée à cette PR car je n'ai pas ce comportement sur la prod. Cependant, après avoir vérifié que tu arrives à le reproduire, si tu préfères l'isoler dans un ticket dédié, on peut s'y attaquer après avoir mergé.

@Volubyl
Copy link
Collaborator Author

Volubyl commented May 3, 2023

j'arrive à repoduire je check cet aprem

@Volubyl Volubyl force-pushed the 596-rework-filters-layout branch from 0afc360 to 8556025 Compare May 3, 2023 12:48
@Volubyl
Copy link
Collaborator Author

Volubyl commented May 3, 2023

c'est bon c'est fix @johanricher

@johanricher
Copy link
Member

Top ça marche nickel. A part les 2 erreurs typographiques que j'ai commentées ci-dessus, c'est bon pour moi pour merger ! 👍

@Volubyl
Copy link
Collaborator Author

Volubyl commented May 3, 2023

@johanricher tu as commenté où ?

value: "myorganization",
},
geographicalCoverage: {
key: "Couverture géopgraphique",
Copy link
Member

Choose a reason for hiding this comment

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

Typo

@@ -8,11 +8,13 @@
export let buttonText: string | null = "";
export let label: string;
export let options: SelectOption<any>[];
export let higlighted = false;
export let selected = false;

$: options = [
{
label: "Réinistialiser le filtre",
Copy link
Member

Choose a reason for hiding this comment

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

Typo

@johanricher
Copy link
Member

Autant pour moi, les commentaires étaient "pending" j'avais pas cliqué sur le bouton pour qu'ils apparaissent en review !

@Volubyl Volubyl merged commit 9e6c873 into master May 4, 2023
@Volubyl Volubyl deleted the 596-rework-filters-layout branch May 4, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants