Implement support for pinned messages #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue is for tracking the support of pinned messages in the nexus client.
There is not really much to say about it, we need a page to see/browse them and and a way to pin them in the first place.
Implement support for pinned messages.to Implement support for pinned messagesI do think an end drawer would be the best solution for displaying these. Since each scaffold can only have one endDrawer, i think you would want to wrap the existing scaffold in another scaffold (with endDrawer set to the pins) + builder, to get a context you can show the end drawer in:
And then you can use
Scaffold.of(pinsDrawerContext).openEndDrawer()to open the pins widget.The drawer to display is almost done. We also need a new controller to fetch and potentially filter the
Source
This was shortly discussed in the Nexus Client room with @Henry-Hiles and more research is needed on what exactly the clients responsibilities are and how to archive them. One idea from @Henry-Hiles was to simply fetch everything and filter out empty messages, but feasibility has still to be determined.
istalri referenced this issue2026-07-06 19:00:11 -04:00