Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. May 19, 2021
  3. May 11, 2021
    • Paul Slaughter's avatar
      Finish migrating to top_nav_view_model · 35926446
      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.
      Unverified
      35926446
    • Lin Jen-Shin's avatar
      Simply the implementation and fix tests · cd68bb18
      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.
      cd68bb18
  4. May 06, 2021
    • Paul Slaughter's avatar
      Introduce top nav helper · c859cdd0
      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.
      c859cdd0
Loading