Commit Graph

14 Commits

Author SHA1 Message Date
Robbie Antenesse 391f2734d8 Add isFrontend check to Choo state 2020-09-21 20:49:02 -06:00
Robbie Antenesse 3bfaf5f3df Convert import/export to require/module.exports;Window conditions
Add conditions for whether to use certain things if run from server
2020-09-20 17:19:22 -06:00
Robbie Antenesse fc643c6388 Move addItemToShelf into an event instead of class method 2020-09-16 16:54:29 -06:00
Robbie Antenesse a3a8914413 Use Choo's state.events as constants for event names 2020-09-16 14:16:50 -06:00
Robbie Antenesse a4d6fc9913 Start working on adding items to shelves from search 2020-06-24 20:56:59 -06:00
Robbie Antenesse 080e194e27 Fix rendering cover in shelf 2020-06-15 23:32:39 -06:00
Robbie Antenesse a596e685d6 Rename shelves/get endpoint to shelf/getAll for consistency 2020-02-04 15:00:45 -07:00
Robbie Antenesse 5e527331d3 Change some variable names in shelf view 2020-01-11 20:36:34 -07:00
Robbie Antenesse 3d34467208 Verify shelf id and request from external domain if present 2020-01-11 20:35:51 -07:00
Robbie Antenesse b7392105e7 Start working on get shelf with fake data 2020-01-07 22:50:58 -07:00
Robbie Antenesse 8b5f79f3e2 Start single shelf view with test shelf 2019-12-26 14:36:04 -07:00
Robbie Antenesse aefab612e7 Add get user shelves from db:
Add GET /api/shelves/get endpoint;
Turn off test data and pull shelves from database;
Update getLastUpdatedTimestamp to use association function.
2019-12-23 16:51:26 -07:00
Robbie Antenesse cf691f5cff Move sub shelves view to userShelves & fix display 2019-12-23 16:39:03 -07:00
Robbie Antenesse 805ebef01c Create shelves view without adding to routes 2019-12-21 20:16:52 -07:00