class UI::ValidationScenes::DashboardScene

Defined in:

ui/validation_scenes/dashboard_scene.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(focal : View, focal_position : Symbol = :center_modal) #

[View source]

Instance Method Detail

def build : View #

Build the full scene tree. Returns a UI::View tree ready for rendering.


[View source]
def build_chrome : View #

Build only the background chrome tree (no focal overlay). Used by macOS hosts that install chrome and focal as separate native views so Auto Layout can center the modal card independently of the chrome.


[View source]
def focal : View #

[View source]
def focal=(focal : View) #

[View source]
def focal_position : Symbol #

[View source]
def focal_position=(focal_position : Symbol) #

[View source]