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

UX/UI : Étendre la zone cliquable du bouton déconnexion #4779

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

francoisfreitag
Copy link
Contributor

🤔 Pourquoi ?

Éviter les misclicks.

@francoisfreitag francoisfreitag added the no-changelog Ne doit pas figurer dans le journal des changements. label Sep 19, 2024
@francoisfreitag francoisfreitag self-assigned this Sep 19, 2024
@@ -41,7 +41,7 @@
<li class="dropdown-item">
<form method="post" action="{% url 'account_logout' %}">
{% csrf_token %}
<button class="text-danger">Déconnexion</button>
<button class="text-danger stretched-link">Déconnexion</button>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Apparemment, stretched-link marche aussi sur les boutons :)

Copy link
Contributor

@hellodeloo hellodeloo Sep 23, 2024

Choose a reason for hiding this comment

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

Oui, mais c'est un peu plus subtil que ça ;) Vous avez mergé trop vite. Là y'a bug. Le lien déconnexion a pris la place des tous les items du menu déroulant.
capture 2024-09-23 à 09 26 05

Je vais faire un fix rapidos

@francoisfreitag francoisfreitag added this pull request to the merge queue Sep 20, 2024
Merged via the queue into master with commit 9318737 Sep 20, 2024
12 checks passed
@francoisfreitag francoisfreitag deleted the ff/stretch branch September 20, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Ne doit pas figurer dans le journal des changements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants