jfroelich / rss-reader

A simple Chrome extension for viewing RSS feeds
Other
10 stars 0 forks source link

Use css based truncation in view instead of javascript based truncation #730

Closed jfroelich closed 5 years ago

jfroelich commented 5 years ago

append-slide should be relying on css-based truncation rather than calling truncate-html. Essentially I only need to use javascript-based truncation to impose storage constraints (e.g. max content length). For the view, I can just render quickly and let the native browser do its thing. This may also turn out to be more responsive.

jfroelich commented 5 years ago

this also applies to options-page.js

jfroelich commented 5 years ago

done