MailglassAdmin.Inbound.QuickView (MailglassAdmin v2.3.0)

Copy Markdown View Source

In-context "Quick view" of one InboundMessage — the peek layer of the inbound inspection flow ("what happened, at a glance").

Sibling of MailglassAdmin.Operator.QuickView. A URL-driven overlay (?inbound_id= with no full): a right slide-over on desktop, a bottom sheet on mobile. Renders from the list-row projection already loaded in @records, so flipping records fires no new queries. The heavy evidence — execution timeline, routing trace, raw evidence — lives in Full detail (&full=1), reached via "Open full detail".

Summary

Functions

quick_view(assigns)

Attributes

  • record (:map) - Defaults to nil.
  • detail_error (:atom) - Defaults to nil.
  • account_labels (:map) - Defaults to %{}.
  • full_path (:string) (required)
  • close_path (:string) (required)
  • previous_path (:string) - Defaults to nil.
  • next_path (:string) - Defaults to nil.
  • position (:map) - Defaults to nil.
  • keyboard? (:boolean) - Defaults to true.