Commit Graph

25 Commits

Author SHA1 Message Date
Arthur Lu
793e7891b3 prettier style fixes
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-12-03 02:02:52 +00:00
Arthur Lu
dbbd14399e fix updateReviewToStorage bug with capitalized tag handling,
remove unnecessary overflow-wrap in ReviewCard.js

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-12-03 00:14:49 +00:00
Arthur Lu
82aba63baf fix styling issue,
fix bug in service worker and search URI

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-12-01 17:01:05 -08:00
Kara Hoagland
3145a99e23 most recent if updated 2022-12-01 16:00:51 -08:00
Kara Hoagland
9bc5b5624b add clear search and no result 2022-11-30 16:11:42 -08:00
Arthur Lu
5943a5c8ef update tests to match new tag and sorting helper prototypes,
remove getTopReviewsFromStorage and getReviewsByTag from localStorage and main

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-30 14:49:41 -08:00
Kara Hoagland
5621139dd7 added different filtering methods + load more btn 2022-11-30 02:49:49 -08:00
Kara Hoagland
a65b65d748 add tag search
add top rating sort
add star localstorage
2022-11-29 20:51:45 -08:00
Kara Hoagland
6a0708a3f0 moved break for delete 2022-11-29 14:27:48 -08:00
Kara Hoagland
1cdaa63935 delete tag bug 2022-11-29 14:16:17 -08:00
Kara Hoagland
847e8a1aa1 No tag duplicates 2022-11-28 18:48:55 -08:00
Kara Hoagland
5e06bd0cf7 Merge branch 'sprint-3' into separate-tag-storage 2022-11-27 20:34:12 -08:00
Kara Hoagland
dd0bcbe57d moved from details to localStorage 2022-11-27 17:31:13 -08:00
Kara Hoagland
1484a882b2 tag storage 2022-11-27 15:48:00 -08:00
Arthur Lu
9ff58a1c2c add sorting and filtering localStorage helper functions,
add new unit tests for new helper functions

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-26 15:37:48 -08:00
d7hernan
6ce15a094e css and js for ReviewDetails
Co-authored-by: Kara Hoagland <KH-Cl@users.noreply.github.com>
Co-authored-by: Arthur Lu <learthurgo@gmail.com>
2022-11-20 16:27:27 -08:00
Arthur Lu
3422f584f9 fix linting in js 2022-11-18 07:56:07 +00:00
Arthur Lu
6493fbd171 modularize localStorage calls into localStorage.js in preparation for unit testing 2022-11-18 07:13:53 +00:00
rheabhutada02
35f44049a2 updated crud features to work better
Co-authored-by: look-its-ashton <look-its-ashton@users.noreply.github.com>
Co-authored-by: Kara Hoagland <KH-Cl@users.noreply.github.com>
Co-authored-by: Gavyn Ezell <ezellgavyn@gmail.com>
2022-11-17 18:45:53 -08:00
Arthur Lu
66dd92f0dc fix js linting
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-15 00:53:07 +00:00
Kara Hoagland
d72e8ea601 merge 2022-11-11 12:12:29 -08:00
Kara Hoagland
9ee980f57e added stars back 2022-11-11 12:07:58 -08:00
Arthur Lu
8b2ae89bd2 switch localStorage mock to mock-local-storage,
fix unit tests to work with ES6 import syntax,
remove testenv module
2022-11-11 02:39:40 +00:00
Gavyn Ezell
c168d0f902 tag functionality 2022-11-10 13:22:32 -08:00
Arthur Lu
1718c7cedb move localStorage util to localStorage.js,
update main,js to rquire localStroage,
add simple unit tests to localStroage.test.js,
create symlink of testenv.js to source/assets/scripts,
update package.json with proper recursive call

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-10 01:35:41 +00:00