1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2025-07-19 14:35:56 +02:00
Commit graph

15 commits

Author SHA1 Message Date
1e455720e8 Add "Reading" shelf to loggedIn home page 2021-04-21 21:42:26 -06:00
391f2734d8 Add isFrontend check to Choo state 2020-09-21 20:49:02 -06:00
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
fc643c6388 Move addItemToShelf into an event instead of class method 2020-09-16 16:54:29 -06:00
a3a8914413 Use Choo's state.events as constants for event names 2020-09-16 14:16:50 -06:00
a4d6fc9913 Start working on adding items to shelves from search 2020-06-24 20:56:59 -06:00
080e194e27 Fix rendering cover in shelf 2020-06-15 23:32:39 -06:00
a596e685d6 Rename shelves/get endpoint to shelf/getAll for consistency 2020-02-04 15:00:45 -07:00
5e527331d3 Change some variable names in shelf view 2020-01-11 20:36:34 -07:00
3d34467208 Verify shelf id and request from external domain if present 2020-01-11 20:35:51 -07:00
b7392105e7 Start working on get shelf with fake data 2020-01-07 22:50:58 -07:00
8b5f79f3e2 Start single shelf view with test shelf 2019-12-26 14:36:04 -07:00
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
cf691f5cff Move sub shelves view to userShelves & fix display 2019-12-23 16:39:03 -07:00
805ebef01c Create shelves view without adding to routes 2019-12-21 20:16:52 -07:00