Skip to content

Resolve ""Auto reload" toggle overlap with error messages"

What does this MR do and why?

Shift down error/info message to keep an empty space for the "auto reload" toggle switch

fix(template.base): Prevent "auto reload" toggle switch to overlap info/error messages (#127 (closed))

Screenshots or screen recordings

Capture_d_écran_2022-09-12_à_20.02.35 Capture_d_écran_2022-09-12_à_20.03.16

MR acceptance checklist

  • My code follows the style guidelines of this project
  • I ran pylint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • My code needed automated testing. I have added them (this is optional task)
  • I have added user readable comment in the CHANGELOG

Closes #127 (closed)

Edited by Guillaume MARTINEZ

Merge request reports