ChrisVilches / sakura-dori

Frontend for viewing data scraped by Youtube Chat Logger. Message archive browser.
http://cloud.chrisvilches.com/sakura-dori/
0 stars 0 forks source link

Coding style. All classes and IDs should be `kebab-case` #7

Open ChrisVilches opened 1 year ago

ChrisVilches commented 1 year ago

There are some camelCase DOM IDs (and maybe classes as well?), which looks like it's Javascript code (but it's not).

ChrisVilches commented 1 year ago

Remember I'm scraping some views using the #userListModal selector. So I'd need to change that as well.