- May 20, 2021
-
-
Paul Slaughter authored
- This fixes an issue caught by feature spec where the "Leave admin mode" needed data-method="post" - It also fixes a handful of missing qa selectors
-
- May 19, 2021
-
-
Paul Slaughter authored
-
- May 11, 2021
-
-
Paul Slaughter authored
- In a previous commit we iteratively introduced the structure. - This commit iteratively fills in the structure with all the pieces missing pieces from the `_dashboard.html.haml` view.
-
Lin Jen-Shin authored
We can much simply this now because call sites are no longer using long form or other aliased names. For `RuboCop::Cop::InjectEnterpriseEditionModule`, we change it that: * `prepend_mod_with` must be used for extension modules, therefore we don't need to allow using it on regular modules.
-
- May 06, 2021
-
-
Paul Slaughter authored
- This provides a view model which will power both the responsive and wide view of the top nav. - Introduces a PORO for TopNavMenuItem - Adds some Builders to help improve readability and maintainability of this - Migrates a fiew nav links from the views to here. These will be finished in a later commit.
-