1. 04 Oct, 2021 2 commits
    • Andrew Fontaine's avatar
      Refactor Edit Feature Flags Data Set · ced6a706
      Andrew Fontaine authored
      Instead of adding several methods to the feature flags helper that then
      need to be overridden in the EE version, we can create one method that
      returns the entire hash of values and then append to that map with the
      EE only properties by overriding that single method.
      ced6a706
    • Andrew Fontaine's avatar
      Refactor Internationalization on Edit Feature Flag · 46026b23
      Andrew Fontaine authored
      Just moving some translations to an i18n object in the options for some
      better organization in preparation for more features coming.
      46026b23
  2. 14 Sep, 2021 38 commits