Skip to content

Update toogle gem to version 0.9.5

Thomas Hutterer requested to merge update_toogle_gem_v0.9.5 into master

What does this MR do and why?

Updates the gdk-toogle gem to its latest version. Toogle is the engine that is mounted at http://gdk.test:3000/rails/features.

The only real change in this new version is that the searchbar now is sticky to the top, so it stays on screen when you have lots of features configured and scroll down. Plus some more minor CSS tweaks. Check the full diff here.

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

Before After
recording_1716976128 recording_1716975981

How to set up and validate locally

  • Visit http://gdk.test:3000/rails/features
  • Click the searchbar and enable a couple of features in its dropdown.
  • Shrink your window enough to have a scrollbar.
  • Scroll away! 📜 The searchbar should stay sticky at the top.
Edited by Thomas Hutterer

Merge request reports