Skip to content

Conversation

@FaustineG
Copy link
Contributor

Malheureusement je n'ai pas réussi a lancer l'app en local, donc je n'ai pas pu tester du tout, mais lorsque je clique sur un graphe, je trouverais ça cool que le choix de filtre d'agence soit persisté.
Je n'ai pas compris à quoi servait la partie query: !data.length && context === "mine" && { add: true } et j'ai bidouillé ça très vite, dans le noir, donc hésitez pas à virer si ça marche pas :)

@FaustineG FaustineG force-pushed the persist-agency-filter branch from a1a3015 to 476b36f Compare February 7, 2023 14:08
Copy link
Contributor

@MailyLehoux MailyLehoux left a comment

Choose a reason for hiding this comment

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

Coucou merci pour ta contribution 💯 c'est pas quelque chose à laquelle on a pensé ! et c'est plus pratique

query: "(min-device-width: 1280px)",
});

const linkUrl = new URL(window.location.origin, `/skills/${context}/${name}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const linkUrl = new URL(window.location.origin, `/skills/${context}/${name}`);
const linkUrl = new URL(`${config.nextPublicBaseUrl}/skills/${context}/${name}`);

const currentUrl = new URL(window.location.href);
if (currentUrl.searchParams.get("agency"))
linkUrl.searchParams.set("agency", currentUrl.searchParams.get("agency"));

Copy link
Contributor

Choose a reason for hiding this comment

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

On a besoin de garder ça quand meme. Dans l'idée ça réduit les clics pour un nouvel arrivant qui n'a aucune données

Suggested change
if (context === "mine" && !data.length)
linkUrl.searchParams.append("add", "true")

@MailyLehoux
Copy link
Contributor

@FaustineG, tu voudra qu'on s'occupe de faire les modifs ? 😃

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.

3 participants