class ProgressBar::Components::Bar

def unknown_progress_frame

def unknown_progress_frame
  current_animation_step = progress.progress % upa_steps.size
  upa_steps[current_animation_step]
end