-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'Stopped Reading' shelf #1934
Add 'Stopped Reading' shelf #1934
Conversation
When the shelf is read the label is 'Finished', otherwise it's 'Until'.
Wow thank you! I just approved the automated checks, which will let you know if there are are syntax tweaks or tests failing. If you have any issue resolving them, I'm super happy to help -- running Once I get a chance, I'll check out the code, test it locally, and let you know if anything needs to be tweaked. Just from the outset, how do you feel about using "stopped reading" rather than "partially read"? To me, "partially read" sounds really similar to "currently reading", whereas "stopped reading" differentiates them. |
f072dff
to
c88b348
Compare
It seems the Also, when I run
|
Sorry about that -- #1941 will fix that but I have to get the dang css linter working first. To run the tests, use |
You can fix the tests all failing by creating a merge migration using There are a few things missing that I saw at a quick test:
Let me know if I can help or you would like me to take on any parts of it. I really appreciate your work on this! |
Thanks for the suggestions! I'm on holiday now for a week without access to a computer so I can't fix these issues soon, if you think this feature is important you can pick it up, otherwise I can implement your suggestions later. Both are fine with me! |
0a03d73
to
8deee22
Compare
I've fixed the modal not working without javascript (I love it that you support don't make javascript mandatory, btw). I'm still working on the status update, which is a bit more work than anticipated, I won't be able to finish that today. For adding the shelf to existing users using python in the migration, could you help me with that? This is a bit outside my comfort zone, and I'm scared of ruining the database 😄 |
For sure! I'll do that today. Thank you :) |
I wanted to add that as a patch pr so I could test it but github glitched out so I had to commit directly. Oh well! I will fix the CI problems I have created 😄 |
That's fine, I feel like this whole PR should be squashed anyway :) |
I'm ready to merge this -- I'm going to merge it into a local branch so I can fix a couple things I janked up when I added to the migration, and then merge from that branch to main. Thanks for your work and for being patient with the delay on reviewing this! |
No problem, thanks for helping me with this PR and the awesome software! |
Fixes #1385.