put labels around checkboxes in subscriptions
So you can click the text and not aim for the checkbox
TIL you can put <label> around the <input> without a for attribute.
Did you test whether this affects how the form looks?
uh I didnt test it because DFeed wants to download like 15 years of forum messages and that took way too long. But it shouldn't affect anything because label is like a span element.
uh I didnt test it because DFeed wants to download like 15 years of forum messages and that took way too long. But it shouldn't affect anything because label is like a span element
AFAIK you can abort it and on the next run (with a semi-filled database) it won't query for the forum messages again.
On Sat, Oct 15, 2016, 22:49 Jan Jurzitza [email protected] wrote:
uh I didnt test it because DFeed wants to download like 15 years of forum messages and that took way too long. But it shouldn't affect anything because label is like a span element.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CyberShadow/DFeed/pull/77#issuecomment-254010220, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKwdvwG3Kp87KUacfd1jpJBtpJeABXyks5q0TxYgaJpZM4KXxiq .
But it shouldn't affect anything because label is like a span element.
There might be some interaction with some CSS rules.