Skip to content

UX/UI: mise a jour du theme vers v2.5.6#5340

Merged
hellodeloo merged 1 commit into
masterfrom
deloo/update-theme-to-v.2.5.6
Jan 6, 2025
Merged

UX/UI: mise a jour du theme vers v2.5.6#5340
hellodeloo merged 1 commit into
masterfrom
deloo/update-theme-to-v.2.5.6

Conversation

@hellodeloo

@hellodeloo hellodeloo commented Jan 6, 2025

Copy link
Copy Markdown
Contributor

🤔 Pourquoi ?

Pour harmoniser les styles des textarea EasyMDE avec les textarea du thème et ajouter une aide visuelle au focus

💻 Captures d'écran

Avant
capture 2025-01-06 à 15 59 50

Apres
capture 2025-01-06 à 17 59 30

@hellodeloo hellodeloo added the modifié Modifié dans le changelog. label Jan 6, 2025
@hellodeloo hellodeloo self-assigned this Jan 6, 2025
@hellodeloo hellodeloo changed the title feat: update theme to v2.5.6 UX/UI: mise a jour du theme vers v2.5.6 Jan 6, 2025
@hellodeloo hellodeloo added the 1-recette-jetable [Payé à l’heure] Crée une recette jetable sur CC label Jan 6, 2025
@github-actions

github-actions Bot commented Jan 6, 2025

Copy link
Copy Markdown

🥁 La recette jetable est prête ! 👉 Je veux tester cette PR !

Comment on lines 37 to 39
<link rel="shortcut icon" href="{% static_theme_images "favicon.ico" %}" type="image/ico">
<link rel="stylesheet" href="{% static "vendor/theme-inclusion/stylesheets/app.css" %}">
<link rel="stylesheet" href="{% static "vendor/easymde/easymde.min.css" %}">
<link rel="stylesheet" href="{% static "vendor/theme-inclusion/stylesheets/app.css" %}">
<link rel="stylesheet" href="{% static "css/itou.css" %}">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Le changement d’ordre ne me semble pas indispensable ? Est-ce qu’il pourrait être fait dans une autre PR pour éviter de mélanger les choux et les carottes ?
(je pense que l’ordre proposé est plus logique : upstream < theme < itou overrides, mais ça ne me semble pas lié à la mise à jour du thème)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, avec l'aide de quelques !important pour la surcharge, je peux laisser l'ordre d'origine

@francoisfreitag francoisfreitag left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ça m’a l’air bien autrement.

En testant, je viens de remarquer que easyMDE capture Tab, ce qui rend difficile la navigation au clavier...

@hellodeloo hellodeloo force-pushed the deloo/update-theme-to-v.2.5.6 branch from 418e5bf to ac7a73e Compare January 6, 2025 17:00
@hellodeloo

hellodeloo commented Jan 6, 2025

Copy link
Copy Markdown
Contributor Author

En testant, je viens de remarquer que easyMDE capture Tab, ce qui rend difficile la navigation au clavier...

Yes, le focus bleu n'est qu'une aide visuelle, car effectivement le fake textarea n'est pas vraiment :focus et la capture du tab qui force le "focus" dans le fake textarea crée un "piège au clavier" et rend impossible la sortie au clavier :/

@hellodeloo hellodeloo added this pull request to the merge queue Jan 6, 2025
Merged via the queue into master with commit 02267e7 Jan 6, 2025
@hellodeloo hellodeloo deleted the deloo/update-theme-to-v.2.5.6 branch January 6, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1-recette-jetable [Payé à l’heure] Crée une recette jetable sur CC modifié Modifié dans le changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants