this PR adds a button to download+update article content, mimicking miniflux's frontend "download" button. since there is no API to directly do the whole thing, we first make miniflux fetch the original content with /v1/entries/${id}/fetch-content, once we receive that we PUT an entry update with the new content, and replace our local content String.
this PR adds a button to download+update article content, mimicking miniflux's frontend "download" button. since there is no API to directly do the whole thing, we first make miniflux fetch the original content with
/v1/entries/${id}/fetch-content
, once we receive that we PUT an entry update with the new content, and replace our local content String.