refactor: simplify story loading placeholder to sharp thumb only
Drop the .blur(radius: 20) modifier and the ProgressView spinner from
the LazyImage placeholder. The thumb CDN image is a high-enough
resolution that it reads as a clean progressive-enhancement step before
the fullsize arrives — the blur and spinner just added noise on top of
it. With the blur modifier gone, there's no composite-filter race on
first render, so the clear→blurred→sharp flash is gone as well.
authored by