Commit Graph

134 Commits

Author SHA1 Message Date
2552ba8e94 Collection: new widget to add book to collection 2026-04-04 23:15:44 +02:00
625d2a2af1 Add a view to see all books in a collection 2026-04-03 22:57:45 +02:00
a5c4c0bbec Collections: add margin on pagination 2026-04-03 15:58:07 +02:00
488e3763e3 Fix translations when having an error on loading collections 2026-04-03 15:54:14 +02:00
b48ab1e4de Create new collections from my collections view 2026-04-03 15:51:18 +02:00
a280647575 First implementation of fetching collections of book managed by user 2026-04-02 16:23:22 +02:00
407f44d1e6 Book form edit: modify margin on summary and review box 2026-04-01 14:31:07 +02:00
8d97d00e93 Book form: can now edit an existing book 2026-04-01 00:34:09 +02:00
bcde39d51d Rename vue component for book form 2026-03-31 22:23:42 +02:00
32d39cabcd Add existing book fields in "create book" form 2026-03-31 17:35:32 +02:00
b8eacb9c10 Release 0.6.0 2026-03-27 22:17:02 +01:00
e05c9f2b45 Use the same widget for books everywhere 2026-03-27 22:08:24 +01:00
726c640657 Change tab order 2026-03-27 21:30:42 +01:00
7b5da2df61 Improve book list buttons in mobile view 2026-03-27 14:16:59 +01:00
57a41e0e3e Release 0.5.0 2026-03-26 22:39:00 +01:00
bc077f176e Start reading cancel read: move logic to backend 2026-03-26 20:17:21 +01:00
9c18206483 Click on "start reading" now removes "want to read" 2026-03-26 20:07:26 +01:00
d8fc7396ff Books list: make the buttons work like in the form 2026-03-26 17:07:22 +01:00
4d687e3dcb Make "start read" icon full when the book is being read in list view 2026-03-26 15:11:56 +01:00
83088c689e Apply prettier format 2026-03-25 15:58:44 +01:00
950340beed fixed issue where buttons in book list did not appear 2026-03-25 15:58:20 +01:00
315d7db56a Add a new tab to browse all books on the instance 2026-03-25 15:45:50 +01:00
a77d57603f Allow to cancel a rating 2026-03-18 13:51:38 +01:00
a023c97618 Release 0.4.0 2026-03-15 15:59:35 +01:00
be5be81cbd Book form: fixed wrong label on mobile view 2026-03-15 15:54:21 +01:00
bc75334590 Run prettier on 2d0bce143a 2026-03-15 15:53:48 +01:00
2d0bce143a Book form: add a field to write a review 2026-03-15 15:23:14 +01:00
524e517066 WIP: Add a review button on book form 2026-03-13 01:35:06 +01:00
d07f18d380 Refactor: make only one API route to update userbooks 2026-03-12 16:58:59 +01:00
8290f77889 Book form: reduce font size for dates on mobile 2026-03-09 13:25:41 +01:00
ce8145a42e App logo: remove background and center the logo 2026-03-08 20:03:51 +01:00
17068aa28c Release 0.3.0 2026-03-08 19:06:20 +01:00
aee6fbaf73 Book form: can now click "start read" even when the book is marked as read
It will do the same behavior as clicking on the "read" button again to
cancel it.
2026-03-08 19:00:40 +01:00
0d591c0fa9 Bookform: fix scrollTo on mobile view
regression of previous commit
2026-03-08 18:39:45 +01:00
898846c654 separate book form icons in a new component 2026-03-08 18:31:27 +01:00
55e80181df Add a logo 2026-03-08 15:50:13 +01:00
d398de1b47 Book form mobile view: scroll to dates when opened 2026-03-07 20:45:20 +01:00
8a707610bf Book form: make buttons work on mobile view 2026-03-07 19:40:23 +01:00
2a1d8e13c8 Run prettier 2026-03-07 17:28:52 +01:00
93757126e1 Book form: change the icon background when book is read 2026-03-06 18:43:32 +01:00
28e86e5032 Barcode scanner improvements
- Added a message when no cameras are found.
- Release the camera when the popup is closed.
2026-03-06 15:21:10 +01:00
01afc435b5 Release 0.2.0 2026-03-05 15:55:08 +01:00
8cea5b968a Add dockerfile 2026-03-04 20:54:54 +01:00
75ce127a28 Release 0.1.0 2026-03-04 18:03:15 +01:00
9044412de0 Display version in frontend 2026-03-04 18:02:29 +01:00
6780a00e5f Rename project from PersonalLibraryManager to bibliomane 2026-03-04 15:58:49 +01:00
af44849eda Add prettier dependency to format frontend code 2026-03-04 15:37:59 +01:00
a53c57c039 Disconnect the user on the frontend when the jwt token is no longer correct 2026-03-03 19:04:41 +01:00
78c777170b Added an option to specify demo user, will be created on startup if it does not exist 2026-03-02 15:28:00 +01:00
18b5f0f0e1 Demo mode: automatically connect as demo user 2026-02-24 19:02:38 +01:00