Commit Graph

96 Commits

Author SHA1 Message Date
Robbie Antenesse 391f2734d8 Add isFrontend check to Choo state 2020-09-21 20:49:02 -06:00
Robbie Antenesse d2c0c289ab Allow search to load on server side render 2020-09-20 17:24:12 -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 a5c0a7efe4 Set title the Choo way 2020-09-16 14:00:45 -06:00
Robbie Antenesse d687685a4c Upgrade dependencies; Add new picniccss variable 2020-09-14 12:46:28 -06:00
Robbie Antenesse bf78174691 Generate tabs CSS instead of using SCSS for covers 2020-08-24 23:16:23 -06:00
Robbie Antenesse 8283c1987a Update backend format for search; Delay cover image load 2020-08-24 17:09:56 -06:00
Robbie Antenesse a4d6fc9913 Start working on adding items to shelves from search 2020-06-24 20:56:59 -06:00
Robbie Antenesse 1509cf9d43 Show shelves when clicking add from search 2020-06-15 23:33:12 -06:00
Robbie Antenesse 080e194e27 Fix rendering cover in shelf 2020-06-15 23:32:39 -06:00
Robbie Antenesse 6c80f3977a Hide reviews UI in Search if no reviews available 2020-06-14 14:39:12 -06:00
Robbie Antenesse bb60fefd08 Remove some things causing problems in Search 2020-06-14 14:11:30 -06:00
Robbie Antenesse e3b4809478 Fix login process: add permissionLevels 2020-02-24 10:56:41 -07: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 196b6e4288 Add polyfill.io call for brower compatibility 2019-12-27 12:58:35 -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 47812f45d9 Add shelves view to Choo routes 2019-12-23 16:37:33 -07:00
Robbie Antenesse fed8b7025b Make modal partials not break content flow 2019-12-23 16:36:01 -07:00
Robbie Antenesse 805ebef01c Create shelves view without adding to routes 2019-12-21 20:16:52 -07:00
Robbie Antenesse c6bcdeeb41 Add edit, delete, and close icons 2019-12-21 19:35:36 -07:00
Robbie Antenesse cd4e628e11 Utilize nested locale translations and update usage 2019-12-01 14:40:14 -07:00
Robbie Antenesse 3c40673774 Improve I18n.translate to enable nested ui.json 2019-12-01 13:33:20 -07:00
Robbie Antenesse b5ef4a9bb5 Add an about page view that laods from backend 2019-10-28 00:02:45 -06:00
Robbie Antenesse f76c715aba Use a loading spinner instead of "Loading..." 2019-10-28 00:02:19 -06:00
Robbie Antenesse 4670e046bb Update frontend to fetch locale on load 2019-10-28 00:01:27 -06:00
Robbie Antenesse 2ccee904da Improve login/create account forms 2019-10-26 11:48:24 -06:00
Robbie Antenesse 78658483a6 Add missing i18n phrases for account management 2019-10-26 11:48:08 -06:00
Robbie Antenesse 5aeee0bc01 Add language picker to footer 2019-10-17 22:15:31 -06:00
Robbie Antenesse 4498ed002a Validate token on initial load 2019-10-17 21:35:32 -06:00
Robbie Antenesse cd0baa7605 Handle log out
It's a little funky because of Choo, but it works right
2019-10-17 21:20:36 -06:00
Robbie Antenesse d8f0de9ec4 Update global header based on loggedIn status 2019-10-17 21:10:15 -06:00
Robbie Antenesse 43a8c006a1 Add loggedIn view for home page 2019-10-17 20:56:57 -06:00
Robbie Antenesse bcde0c6dc7 Fix login errors and redirect to home after success 2019-10-17 20:37:16 -06:00
Robbie Antenesse 929d1ca928 Add login validation without testing 2019-10-08 12:38:09 -06:00
Robbie Antenesse 73980aeb93 Set up front end create account form 2019-10-06 17:58:49 -06:00
Robbie Antenesse 9b95bd9fb3 Add api locale text for create account 2019-09-27 18:14:32 -06:00
Robbie Antenesse bf33ff8e3e Change wording for See Book Details 2019-09-26 13:58:21 -06:00
Robbie Antenesse c5e73242d0 Add localiation to search options 2019-09-26 13:25:25 -06:00
Robbie Antenesse ebc5c9b06d Remove BookBrainz option because there's no public API 2019-09-26 13:00:13 -06:00
Robbie Antenesse 1062b9b2fd Fix search not working on fresh load 2019-09-26 12:56:28 -06:00
Robbie Antenesse 40084c4072 Don't collapse search options 2019-09-26 12:25:36 -06:00
Robbie Antenesse e39fe52e65 Add search by Open Library 2019-09-26 12:22:58 -06:00
Robbie Antenesse abc1e10b3f Simplify search results to only use Works from inventaire 2019-09-26 10:51:52 -06:00