Skip to content

Draft: web: improve main page UI

LWatson requested to merge T379412 into master

Improve the main page view (OverviewPage).

  • Update the header navigation styles and let the header persists across all page views.
  • Update text content in Backport component.
  • Remove meta title and title computed prop because the header text will persist.
  • Use CdxMessage to display the interaction with a warning status. The job needing interaction is linked on the main page.
  • Ensure the interaction displays on the main page.
  • Format the command text inside JobHistory to have capitalized first letters.

Further improvements to JobHistory will be done in a separate patch.

Bug: T379412

Edited by LWatson

Merge request reports