Skip to content

feat(chat): added setLoadingState to chat view

Denys Mishunov requested to merge dmishunov/set-loading-state into main

Description

The MR introduces a new command to the GitLab chat view, allowing it to control the chat's loading state. The new command is not used yet in this MR, but is part of a bigger refactoring and an attempt of branching off the independent changes to simplify review of the bigger refactoring later.

How has this been tested?

The feature is not used, so tested only with the unit tests

Screenshots (if appropriate)

No visual changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Denys Mishunov

Merge request reports