Update DialogView to use Ink buttons.
Review Request #13844 — Created May 8, 2024 and submitted — Latest diff uploaded
DialogView now constructs Ink buttons based on the provided button data.
This replaces the oldinput
-type buttons, giving us buttons that work
well in dark mode.
Unit tests passed.
Tested various dialogs based on
DialogView
in both light and dark
modes.