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

[RECHERCHE] barre de recherche dans le header #391

Merged
merged 7 commits into from
Sep 7, 2023

Conversation

vincentporte
Copy link
Contributor

Description

🎸 cf titre

Type de changement

🎨 UX

@vincentporte vincentporte linked an issue Sep 5, 2023 that may be closed by this pull request
@vincentporte vincentporte self-assigned this Sep 5, 2023
@hellodeloo
Copy link
Contributor

Modification UI
capture 2023-09-05 à 16 56 11

Et en passant, maniaquerie perso sur le bouton de Favoris
-> Avant
capture 2023-09-05 à 17 03 42

-> Apres (oui faut vouloir le voir)
capture 2023-09-05 à 17 03 34

</button>
<form class="mb-3 mb-xl-0 mr-xl-2" action="{% url 'forum_search_extension:search' %}">
<div class="input-group input-group-rounded-pill">
<input class="form-control" type="search" placeholder="{% trans "Search" %} {% trans "Keywords or phrase" %}" aria-label="{% trans "Keywords or phrase" %}" name="q">
Copy link
Contributor

@hellodeloo hellodeloo Sep 5, 2023

Choose a reason for hiding this comment

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

@vincentporte Le texte du placeholder reste a adapter. Genre "Rechercher par mots clés ou phrase" ou simplement "Rechercher" ? Qu'est ce t'en dis ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

"Rechercher" sera parfait !

data-matomo-category="engagement"
data-matomo-action="upvote"
data-matomo-option="post"
>
<i class="{% if obj.has_upvoted %}ri-bookmark-fill{% else %}ri-bookmark-line{% endif %}" aria-hidden="true"></i><span class="ml-1">{{counter}}</span>
<i class="{% if obj.has_upvoted %}ri-bookmark-fill{% else %}ri-bookmark-line{% endif %} mr-1" aria-hidden="true"></i><span>{{counter}}</span>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

J'en profite pour remplacer tous les " aria-hidden="true"></i><span class="ml-1"> par mr-1" aria-hidden="true"></i><span>
La modif concerne aussi les likes (ri-heart-3-xxx)

Copy link
Contributor

@hellodeloo hellodeloo left a comment

Choose a reason for hiding this comment

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

🚀

@vincentporte vincentporte merged commit faa820d into master Sep 7, 2023
4 checks passed
@vincentporte vincentporte mentioned this pull request Sep 8, 2023
@vincentporte vincentporte deleted the 374-barre-de-recherche-dans-le-header branch September 21, 2023 09:23
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.

[RECHERCHE] Barre de recherche dans le header
2 participants