snoozz-tab-snoozing
snoozz-tab-snoozing copied to clipboard
[BUG] Entries in nap room should be <a> instead of <div>
Description
Currently all the entries in the nap room are implemented using <div> instead of proper <a> tags. While clicking on them opens the page this is very non-standard HTML.
Using proper anchor tags will allow normal operations like dragging the link somewhere or using the context menu to copy the url, open in new window, etc.
Changed all divs to anchor tags and made sure they are still keyboard accessible https://github.com/rohanb10/snoozz-tab-snoozing/commit/664561219741c2b4a703717608bb400fcd7d6ea8
Will be pushed with the next release
Thank you!