summaryrefslogtreecommitdiffstats
path: root/src/components/SearchForm
Commit message (Collapse)AuthorAgeFilesLines
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-4/+5
|
* fix: make schema.org markup valid (#4)Armand Philippot2022-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 49c1b3b1556a0eb91c429a961fedd2bded8ffd47 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 15:17:52 2022 +0100 chore: add headline field to blogPosting schema commit 42214c6f032cc899ec252a9387be35dcad738546 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 15:09:11 2022 +0100 chore: update the searchAction markup and add query-input Google was complaining about "query-input" which is not in Schema.org representation. So I added it. commit 5f29226d937cbdcd262df2793f1588435d850f02 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 14:32:14 2022 +0100 chore: remove breadcrumb from homepage The breadcrumb is not displayed on the homepage, so the breadcrumb field should not appear inside Schema markup.
* chore: improve accessibilityArmand Philippot2022-02-111-0/+6
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-3/+14
|
* chore(toolbar): close modals on click/focus outsideArmand Philippot2022-01-141-2/+2
|
* chore: improve search box and add button interactions on hover/focusArmand Philippot2022-01-072-11/+25
|
* chore: create search viewArmand Philippot2021-12-201-0/+4
|
* chore: define search form visibilityArmand Philippot2021-12-201-0/+37