Open dragontheory opened 2 years ago
Added minimal intro HTML section, default .intro
class to <body>
, and add/remove .intro
boolean CSS styles.
Test by manually removing the .intro
class from <body>
in the browser DEVTools.
Intro workflow spec:
.intro
class is in <body>
by default.<list-cell>
(or whatever works best) in the search results HTML section and removes .intro
class from <body>
. display: none;
and unhides search results HTML section display: grid;
.
We need an intro section as an alternative to search results as the first thing users see.
There should be an option in the ACSS to not do a search on body:init, but only when a user either types in a search or clicks a link in the intro section.