fix: eliminate story image flash and add alt text fade-in
Skip thumbnail placeholder entirely when fullsize is already in Nuke's
memory cache by checking the cache before creating LazyImage. Avoids a
SwiftUI view-identity swap (sync Image → LazyImage-delivered Image) that
caused a visible flash even when pixels were identical.
Also adds an asymmetric transition on the alt text overlay so it fades
in gently but dismisses at the existing speed.