Anand Chowdhary
Anand Chowdhary
This feature would be very useful, especially in a Scrum/Agile environment where moving a card from "In Progress" to "Completed" could trigger a Slack notification to keep everyone in the...
I'm not an Angular expert and I've got no idea what the issue means :( Were you able to figure out what's wrong and perhaps make a PR?
Aah, thanks @Ruslancic! Can you please make a PR? Would love to have you as a contributor!
I've added this pretty hacky fix for now and tested it a few times on production, it looks like it works well for me: ```html import { onMount } from...
I can reproduce this!
Currently, we use the issue state open/closed to determine if a book is completed or currently reading. Perhaps we can use a label "reading" and "want to read" to distinguish...
A basic version has been added where if you label an issue "want to read", the book will be added to a separate "Want to read" list instead of "Reading"....
I think this is an amazing idea. I love taking notes and I end up ruining my books by highlighting and underlining things (though I use pencils, I swear!) so...
Currently, if you have a number in the notes, the Action tries to parse it to figure out the page number, e.g., "I'm on page 200" will mark a 500-page...