mozillabrasil / sumo_live_helper

Helper Add-on for SUMO forum contributors
https://addons.mozilla.org/firefox/addon/sumo-live-helper-/
Mozilla Public License 2.0
7 stars 8 forks source link

Added templating #136

Closed WesleyBranton closed 4 years ago

WesleyBranton commented 4 years ago

I've added templating, as requested in issue #88. I kind of did what @dannycolin suggested on Discourse, with some changes. It should be tested to make sure that it performs the same as the previous method.

dannycolin commented 4 years ago

I kind of did what @dannycolin suggested on Discourse, with some changes

Is there a reason why you didn't use and a forloop to add the data?

WesleyBranton commented 4 years ago

Oops! I didn't mean to edit your comment!

Is there a reason why you didn't use and a forloop to add the data?

You mean to fill the title, image and link or a for loop for each question?

dannycolin commented 4 years ago

I meant using <template> instead of display: none to hide the <li> element.

Here's an excerpt from the MDN doc:

"The HTML Content Template (