1
0
Fork 0
Commit graph

127 commits

Author SHA1 Message Date
Neil Roberts
36c14655ec Use the translated shelf name in a book’s shelf list
Previously in the list of shelves on the page for a book it was always
using the English name of the shelf for the shelf of the reading status.
2023-04-06 15:58:20 +02:00
André Jaenisch
9c92ba1698
Add attributes to images to hint async load
This was suggested on Matrix a while ago but I only found the time now to move forward with it.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2023-03-01 14:14:42 +01:00
Dustin Steiner
c2a81d88bb
Merge branch 'main' into book-series-v1 2023-01-31 10:06:07 +00:00
0x29a
5e87504b22 Remove duplicated editions request from book.html 2023-01-30 06:45:48 +01:00
Dustin
aad934fa59
Merge branch 'main' into book-series-v1 2023-01-24 13:14:28 +00:00
Dustin Steiner
35d30a41f3
feat: first version of a book series list by author 2023-01-24 13:00:18 +00:00
Andy Maloney
89c1edac36 Improve Open Graph data for books and add it for lists 2023-01-18 10:30:26 -05:00
Andy Maloney
b4aa39f0ed Move all opengraph (/twitter) metadata into one template
This makes it easier to modify & allows us to set title & description for specific types of pages.

Sets us up for #2575
2023-01-11 16:17:41 -05:00
ac8b060d58
Isfdb ID for books and authors (#2482)
* New ID: Audible ASIN

Audible belongs to Amazon BUT they do not share the same IDs. The Audible ASIN of an audiobook is never the same as the Amazon ASIN.

Yeah, I know, Amazon is great. The fact that the ASIN is a good distinction for different works and editions bothers me more than I will ever be willing to admint.

* New ID "ISFDB"

Internet Speculative Ficiton Database ID for books and authors.
Links to the entry if set.

* Added aasin to test

Added aasin to test

* the answer expects more emptxy fields...
2022-12-11 11:33:33 -08:00
a80e020344 Add direction to book page fields 2022-12-06 12:26:52 -08:00
Vivianne Langdon
ab43134cc0 many minor visual tweaks to fix spacing and usability 2022-11-26 15:29:08 -08:00
Vivianne Langdon
9738c96175 fix css which caused weird spacing for desc. field 2022-11-26 15:29:08 -08:00
4dd7f88e0a Updates all links that open in new tabs 2022-08-05 10:20:43 -07:00
4d843b583d move shelve button tour id to prevent duplicates 2022-07-09 10:32:04 +10:00
53a89f69e7 guided tour only for request.user 2022-07-09 10:23:09 +10:00
3f67bc3b61 standardise ids for tour anchors
To make it harder to accidentally mess up the tour when making changes to pages, this commit adds ids with 'tour' prefixes to (nearly) all elements used by the guided tour as anchor points. The exception is where an element already had an id that is being used by something else in Bookwyrm.

Some minor changes also made to clean up the wording of the tour.
2022-07-03 15:57:10 +10:00
bc4a1c6c41 Guided tour of book page
This is intended to be one of the earlier pages in the tour. It should show users the concept of reading status, editions, and other useful points.
2022-06-19 14:06:36 +10:00
Vivianne
5a2bf64864
Merge branch 'bookwyrm-social:main' into url-names 2022-04-08 21:45:37 -07:00
26f0501e2f SHow editions link on all book pages 2022-03-17 07:40:55 -07:00
0cf2c07069
Merge branch 'main' into url-names 2022-03-16 16:32:07 -07:00
c7efa23405 Display error message for remote failure 2022-03-13 12:38:29 -07:00
Vivianne Langdon
ebf463fc91 Generation of slugs and new urls to handle slugs
- TODO: redirect to correct slug if not found.
2022-03-02 00:21:23 -08:00
202696f913 Don't show lists a book is already on in add form 2022-02-28 10:03:24 -08:00
cec7625e1e Moves tabs script to main scripts directory
It's our own custom script at this point
2022-02-25 12:47:46 -08:00
36a52019fb Fixes adding book to list from book page 2022-02-02 12:29:01 -08:00
33c6e5aabe Moves remaining tags into new files 2022-01-18 12:28:59 -08:00
32acccc350 Use both noopener and noreferrer 2022-01-17 11:25:41 -08:00
80efd58881 Javascript file in correct template 2022-01-12 17:06:36 -08:00
262e641c79 Creates link template subdirectory 2022-01-12 16:50:52 -08:00
e6d9895854
Merge branch 'main' into book-file-links 2022-01-12 06:39:22 -08:00
7ccb02f635 Use new modal for edits 2022-01-11 10:27:10 -08:00
9521c477b2 Moves readthrough templates to dir 2022-01-11 09:58:28 -08:00
0d2c6e63d1 Converts create readthrough to modal 2022-01-11 09:50:04 -08:00
aa9864a21e Only show approved links 2022-01-09 20:30:23 -08:00
bae01e1ea5 Updates modal 2022-01-09 14:20:52 -08:00
16a58ae079 Merge branch 'main' into book-file-links 2022-01-08 16:58:37 -08:00
57ce894667 Updates book sync modals 2021-12-30 14:19:31 -08:00
0031a63511 Updates add cover modal 2021-12-30 14:07:30 -08:00
Joachim
cd89271724 Apply review suggestions 2021-12-30 10:43:23 +01:00
Joachim
3b0096caf0 Add button overlay 2021-12-29 18:55:02 +01:00
Joachim
6952ab0081 Solve markup validation issues 2021-12-29 17:10:44 +01:00
Joachim
e5f3e9cd2c fix curlylint issue 2021-12-29 17:00:40 +01:00
Joachim
f12ba8609f Front-end: On book page, click on cover to show/add image
Closes #1009
2021-12-29 16:40:19 +01:00
322bb909fc Better mobile display 2021-12-15 13:35:10 -08:00
d911e2c6db Cleans up sidebar html 2021-12-15 13:23:25 -08:00
cc3db31db9 Adds noscript fallback for links modal 2021-12-15 13:11:49 -08:00
4f576b77a0 Use urlfield 2021-12-15 12:46:10 -08:00
1d6b200172 Modal to add link 2021-12-15 12:40:25 -08:00
e500f53125 Sync button for books 2021-12-07 12:47:33 -08:00
02313f40b8 Adds update from inventaire link for books 2021-12-05 13:48:05 -08:00