Artifact list entries now carry sharing audience, pinned state, last-viewed time and an editable title.
What's wrong with this entry?
Each row returned by the artifact gallery now includes who it is shared with, whether it is pinned, when you last viewed it, and an editable title, and the fetch result passes through the server's starsEnabled switch.
- The tab cycler steps through all, mine, shared and pinned, adding the fourth entry only when the server enables pinning and otherwise mapping a pinned selection back to all.
return { err: null, frames: n, starsEnabled: r.data.starsEnabled === !0 };
Strings lifted out of the shipped bundle, so the claim above can be checked against them.