0x0ece / yopa-native

0 stars 2 forks source link

Icons #20

Closed 0x0ece closed 6 years ago

0x0ece commented 7 years ago

See mymempa.yml, there are 2 sites without favicon.ico in a standard place, that we can pass via the icon param.

In Secret.js there's the logic to build the icon. Let's just use s.icon there. In models/Service.js, let's set get the icon, or build it by default as "this.service"/favicon.ico (the same code currently in Secret.js)

This task would be a good opportunity to start building tests for the Service model. :)