Commit Graph

107 Commits

Author SHA1 Message Date
e127088195 Serve compiled front from the same application
also add embedded build for production
2026-02-11 01:12:53 +01:00
8fc5ff84c2 fixup! add config change in cli 2026-02-10 17:22:05 +01:00
c948090961 add config change in cli 2026-02-10 15:45:03 +01:00
60c610de42 Add a config to get inventaire.io URL 2026-02-09 00:17:11 +01:00
f73defdad3 Add a component to scan books 2026-02-05 18:30:24 +01:00
928fd9ddac Do not display search on inventaire.io for authors 2026-02-03 19:20:18 +01:00
182f2e988a Add global css style to add clickable class 2026-02-03 19:18:33 +01:00
453beec605 Add link to author in bookform 2026-02-03 18:59:48 +01:00
160d7e304f Use dto from code for getbook unit tests 2026-02-03 18:40:55 +01:00
02e4c579c6 Use dto from code for unit tests 2026-02-03 18:24:42 +01:00
fe75973acd Fixed unit test after downloading covers from inventaire 2026-02-03 18:19:06 +01:00
32e8e4d963 Download cover when importing from inventaire 2026-02-03 18:05:42 +01:00
82db737d30 Added inventaire import from ISBN 2026-02-02 20:31:57 +01:00
21162cc63e fixed unit testing: search by ISBN 2026-02-02 18:09:46 +01:00
464405f5c9 Add import edition from inventaire 2026-02-01 21:49:11 +01:00
27a9faf704 Add a button to choose to query inventaire from search 2026-01-29 18:25:16 +01:00
9b90565b95 Import inventaire: format date when needed 2026-01-29 16:24:12 +01:00
cea2cfb19e Inventaire edition query: fixed results not sorted 2026-01-29 15:28:37 +01:00
f444cbb19f New view to see available editions from inventaire 2026-01-28 19:10:19 +01:00
2250304bf0 fixup! Author books API: use a single query with result and count 2026-01-25 00:43:13 +01:00
8584e95ef7 User book API: use a single query with result and count 2026-01-25 00:42:50 +01:00
cd2b8a93bb Author books API: use a single query with result and count 2026-01-23 22:10:10 +01:00
4ac0f4243d Move json struct in a new module 2026-01-23 18:26:47 +01:00
e1fd12e233 fixup! Search API: use a single query with result and count 2026-01-23 14:48:05 +01:00
601e583575 Search API: use a single query with result and count 2026-01-23 14:45:25 +01:00
8689082741 Add description when importing from inventaire 2026-01-22 15:19:18 +01:00
7921a83f30 Add language to inventaire search book 2026-01-22 13:37:42 +01:00
8d3569e5d6 Inventaire API: display search image 2026-01-17 16:15:34 +01:00
a04aff6056 Switch from open library API to Inventaire API 2026-01-16 16:12:59 +01:00
1bb841332c Open Library search API
If nothing is found on the server, returns results from open library
API. Clicking on a book imports it.
2025-12-30 18:13:11 +01:00
4d901ccc02 remove example file 2025-12-27 17:34:49 +01:00
167e711649 Add open library API call when search has no result 2025-12-27 01:23:40 +01:00
746f6312b1 fixed a pagination issue when changing filter 2025-12-24 18:03:26 +01:00
02a77c927f remove border to fix pagination display 2025-11-25 18:21:33 +01:00
9ea7ef2e50 Add author books list 2025-11-25 18:11:27 +01:00
624dfe0faa Add basic author form 2025-11-25 14:14:24 +01:00
3cbe9f909e author is now on separate table 2025-11-24 23:55:41 +01:00
fa49f276fe Move search query to another file 2025-11-24 15:09:50 +01:00
842aa08e51 Add isbn 2025-11-24 14:44:29 +01:00
46492967a3 add "reading" filter for books currently being read 2025-11-24 13:58:31 +01:00
8c0a9fe431 add end read date 2025-11-21 18:13:09 +01:00
3191a97ce8 Remove read tag on book cards 2025-11-21 13:55:15 +01:00
2f04fc9c98 fix start read widget on initialization 2025-11-21 13:49:56 +01:00
8abf8e2ff7 Simplify query code to get start read date 2025-11-21 11:36:41 +01:00
0bfd0dc231 Added start read date 2025-11-20 22:55:26 +01:00
4cbddfb15f Rating a book will now remove it from the list 2025-11-18 18:41:47 +01:00
59f6635f1b Display read/wantread in search view 2025-11-18 17:34:34 +01:00
Artlef
81d0be3a77 hide rating in book card if not set 2025-11-15 16:57:39 +01:00
Artlef
92997d9d9f fix config comment for limit 2025-11-15 16:53:48 +01:00
7c3293a116 mark book as read once rated instantly in the view 2025-11-11 00:35:39 +01:00