add tag search

add top rating sort
add star localstorage
This commit is contained in:
Kara Hoagland
2022-11-29 20:51:45 -08:00
parent eb4cb54b05
commit a65b65d748
7 changed files with 124 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ class ReviewCard extends HTMLElement {
margin: 0;
padding: 0;
overflow-wrap: anywhere;
cursor: pointer;
}
a {