Originally created by: supreme-gg-gg
Is your feature request related to a problem? Please describe.
Currently, all posts sent by others are hidden as media items. However, we already have the capability to handle these post items! We have a dedicated feed view component (in fact, two versions of this component for two layout customisation!).
Describe the solution you'd like
The following two features should be implemented:
By default, forwarded media should be hidden with a placeholder text. The user should be able to open them with a chat command like :view 0 which opens the indexed media in the feed view. The simplest way to do this would be to render a feed view and populate it with ONLY this item.
The user should be able to quit the feed view and go back to the current chat. This can be done by creating the feed view in a separate view buffer, or any other design that you propose.
Describe alternatives you've considered
Need to rely on web / mobile for now to view forwarded media in chat!
Additional context
Note that reels will remain hidden because that's the purpose of the CLI... this is also because we do NOT support rendering video, and we do not have plan to do so in the near future
Originally posted by: endernoke
For 2., we might need to explore how to make a stack layout in Iink, not sure if react-router would work in the terminal lmao