It's annoying you can't add todos on /pending - as much as I love the telegram integration, that is kind of where I want to add them.
Also, it doesn't have a Favicon - it sometimes gets lost in my other tabs.
Thanks for the feedback! I'll add a way to add todos from pending.
As for the favicon, which browser are you using? There should be a favicon present.
I'll add a way to add todos from pending Cool! which browser are you using
I'll add a way to add todos from pending Cool!
which browser are you using
Chrome, it disappears as I navigate between pages. I've seen this issue before and Turbolinks was the cause, you need to add data-turbolinks-track="reload" to the favicon meta link.
data-turbolinks-track="reload"
Thanks. Should be fixed now.
It's annoying you can't add todos on /pending - as much as I love the telegram integration, that is kind of where I want to add them.
Also, it doesn't have a Favicon - it sometimes gets lost in my other tabs.
Thanks for the feedback! I'll add a way to add todos from pending.
As for the favicon, which browser are you using? There should be a favicon present.
Chrome, it disappears as I navigate between pages. I've seen this issue before and Turbolinks was the cause, you need to add
data-turbolinks-track="reload"to the favicon meta link.Thanks. Should be fixed now.