Skip to content

Commit

Permalink
Audit corrections (#524)
Browse files Browse the repository at this point in the history
* Web > Tests > Update the right menu "On this page"

* Web > Tests > Hide the two "reinitialize" buttons if needed

* Web > Tests > Add an avoidance link to filters

* Articles : add research details

* Articles : remove link on theme subtitles (for articles list page and article details page)

* Legal > each anchor has the same ID (a11y_heading_anchor_label)

* Web > Test > put the filters bar above the search input

* IOS > Test > Replace an image with just text with text

* Web > Test > Focus a filter if it is clicked

* Web > Test > Focus the filters item when we reinitialise

* Web > Test (en) > Standardize typography of "Common navigation" and "Assistive technologies"

* Web > Test > fix the appearance of multiple "Go to Filters" every time the Reset button is clicked

* add gitignore file and update package-lock.json

* Issue 538 : Enlever les images-liens qui contiennent du texte

* Fixes #537 : Corriger l'usage de la couleur Orange du texte d'un lien lors de son survol avec la souris

* Fixes #535 : Des changements de langue à indiquer dans du texte

* Fixes #535 : Des changements de langue à indiquer dans du texte

* update node version to 20.7.0 for netlify.toml

* Fixes #535 : Des changements de langue à indiquer dans du texte

* Fixes #537 : Corriger l'usage de la couleur Orange du texte d'un lien lors de son survol avec la souris

* fix #560

* fix #538

* fix #558

* fix #559

---------

Co-authored-by: Pierre-Yves Ayoul <[email protected]>
  • Loading branch information
Guillaum31 and pya35 authored Dec 4, 2024
1 parent fe6df8a commit 040d794
Show file tree
Hide file tree
Showing 39 changed files with 6,901 additions and 4,200 deletions.
371 changes: 188 additions & 183 deletions .eleventy.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ignore docs files
/_site/

# Folders to ignore
/node_modules/
# Ignore docs files
/_site/

# Folders to ignore
/node_modules/
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
base = "/"
publish = "_site"
command = "npm run build:dev"
environment = { NODE_VERSION = "14.14.0" }
environment = { NODE_VERSION = "20.7.0" }
Loading

0 comments on commit 040d794

Please sign in to comment.