CameronRushton / anime-anthology-ui-legacy

Aurelia based anime anthology front end
0 stars 0 forks source link

Lists of items aren't separated nicely #10

Open CameronRushton opened 5 years ago

CameronRushton commented 5 years ago

Lists of items aren't delimitated with anything so anime name synonyms may show up as name othername without an obvious distinction. Same goes for producers list and studios list. The solution to this issue shall be a function that will take a list and add a delimiter between each element and return the resulting string or modified array with delimiters inserted at the end of each element except for the last one.