diff --git a/dummy-data/librislog/api/books/stats b/dummy-data/librislog/api/books/stats new file mode 100644 index 0000000..0bfab6c --- /dev/null +++ b/dummy-data/librislog/api/books/stats @@ -0,0 +1 @@ +{"total_books":295,"books_read":288,"books_reading":1,"books_want_to_read":6,"books_did_not_finish":0} diff --git a/src/components/services/LibrisLog.vue b/src/components/services/LibrisLog.vue new file mode 100644 index 0000000..e3e46dd --- /dev/null +++ b/src/components/services/LibrisLog.vue @@ -0,0 +1,108 @@ + + + + {{ item.name }} + + {{ item.subtitle }} + {{ statsText }} + + + + + + {{ stats.books_reading }} + + + {{ stats.books_want_to_read }} + + + ? + + + + + + + + +
{{ item.name }}
+ {{ item.subtitle }} + {{ statsText }} +