Skip to content

Add SAAS mode and License tier to the performance bar

What does this MR do and why?

As part of the improvement to the local development experience for AI features, we wanted to add certain information about your development environment at runtime. We chose to add an info button to the performance bar that when clicked showed a layover with additional information about your current settings. For now, this includes two things only:

  1. Whether you are simulating SAAS or not.
  2. Your current instance license level and expiration date.

This is behind a disabled feature flag performance_bar_info_button with a user actor so that we can enable this only for team members for now and not community contributors.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #471099

Merge request reports