Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

001 first branch #117

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4c3cc3f
pacage-lock by bogdan with npm install
lacra-oloeriu Jan 30, 2020
c6cb445
Add Template file and dilitet main contact
lacra-oloeriu Feb 2, 2020
03b9629
add diMount component to see the list books
lacra-oloeriu Feb 2, 2020
6cc7490
group books
lacra-oloeriu Feb 2, 2020
40ffae4
add bookshelf file
lacra-oloeriu Feb 3, 2020
4b28d94
moddifaiy the shelfs names
lacra-oloeriu Feb 3, 2020
bc5db7c
change the wai that the dhelsfs look
lacra-oloeriu Feb 3, 2020
4a5804c
rename
bogdan-marian Feb 4, 2020
2a1fdbc
wired up the ShelfBooks class
bogdan-marian Feb 4, 2020
13d618f
we have books in shelf but sometime a specific shelf has no books
bogdan-marian Feb 4, 2020
1a34a2d
fixed no shelf bug
bogdan-marian Feb 4, 2020
fbfffc4
we have a bookList bug
lacra-oloeriu Feb 5, 2020
3a77c4b
removed duplicated items
lacra-oloeriu Feb 5, 2020
78edc3b
fixed the bookList major bug
lacra-oloeriu Feb 5, 2020
c751335
build the shelfBooks html page using the data
lacra-oloeriu Feb 5, 2020
f479edb
Wire up BookItem
lacra-oloeriu Feb 7, 2020
2f39ae9
step 7 data read in child class
lacra-oloeriu Feb 7, 2020
4bceb44
final step,drow the component content
lacra-oloeriu Feb 7, 2020
998939b
install rbrowserRouter
lacra-oloeriu Feb 8, 2020
992e0bd
serach apears in the address bar
lacra-oloeriu Feb 8, 2020
490f935
implemented rout based navigation
lacra-oloeriu Feb 8, 2020
74c7da3
added buton book shelf changer
lacra-oloeriu Feb 8, 2020
83a129a
wired up function changeSelf
lacra-oloeriu Feb 8, 2020
624c4dd
change shelf works for my books
lacra-oloeriu Feb 8, 2020
4e0c2fc
useles selfkey
lacra-oloeriu Feb 9, 2020
009f90c
removed logs
lacra-oloeriu Feb 9, 2020
9ddf3c3
fixed key related woring"
lacra-oloeriu Feb 9, 2020
4158019
fixed all key related workings
lacra-oloeriu Feb 9, 2020
63b9b5b
cleared all console wornings
lacra-oloeriu Feb 9, 2020
9f95e2c
created SearchMain class
lacra-oloeriu Feb 9, 2020
ad20c39
we have books from the server
lacra-oloeriu Feb 9, 2020
2f554c9
serach wors
lacra-oloeriu Feb 9, 2020
1ac2938
computed badTerms variable
bogdan-marian Feb 9, 2020
5a2c306
cleared search on empty query
lacra-oloeriu Feb 9, 2020
0c4423e
fixed bug change shalf is not a fuction
bogdan-marian Feb 9, 2020
84b577c
we have all booksa in search page
bogdan-marian Feb 9, 2020
1a8ff64
change shelf works for serarch. added getBookShelf function
bogdan-marian Feb 9, 2020
89a49e3
fixed back navigation
bogdan-marian Feb 9, 2020
9b5db2d
fixed refresh bug on book select from search
bogdan-marian Feb 9, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.vscode/
Loading