Added feature flag and scaffolding for the paneled design
What does this MR do and why?
This MR adds the feature flag for paneled redesign and does minimal scaffolding for the AI panel and drawer -> panel. The code is not final and should be used as a starting point for redesign workstreams.
Screenshots or screen recordings
Without FF | With FF |
---|---|
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:paneled_view)
- Check a few pages (preferable one of them issues list with opening the drawer)
- Disable the FF and make sure these pages look like current
master
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Natalia Tepluhina