Skip to content
Snippets Groups Projects
  1. Jul 19, 2023
  2. Jun 23, 2023
  3. Jun 20, 2023
  4. Jun 15, 2023
  5. May 29, 2023
    • Jed Fox's avatar
      More import-related ESLint rules (#1070) · e660e1e7
      Jed Fox authored
      - Enforce that imports from the same package are merged into a single
      import
      - In `loot-core`, require that imports of other `loot-core` files use a
      relative import (like the vast majority of such imports) rather than
      specifiers starting with `loot-core/` (probably a result of moving files
      out of other packages into `loot-core`)
      Unverified
      e660e1e7
  6. Mar 24, 2023
  7. Mar 21, 2023
    • Jed Fox's avatar
      Improve visual consistency on the settings page (#799) · 8e94d177
      Jed Fox authored
      This PR improves the consistency of the settings UI by moving everything
      (except the budget name field on mobile) into `<Setting>` boxes.
      Additionally, it adds a “Settings” option to the file dropdown menu (I
      keep expecting it to be there, and I think it’s reasonable to expose it
      in both locations so it’s easier to access)
      Unverified
      8e94d177
  8. Mar 18, 2023
    • Matiss Janis Aboltins's avatar
      :recycle: move all feature flags to use useFeatureFlag hook (#786) · 67c3be97
      Matiss Janis Aboltins authored
      Refactored all feature flags to use the new `useFeatureFlag` hook.
      
      Also added a new functionality to this feature flag: ability to define
      custom "default" value for a feature flag. This will allow us to enable
      the new autocomplete component for everyone using Netlify builds
      eventually (need to address some issues before doing so).
      Unverified
      67c3be97
  9. Mar 05, 2023
  10. Feb 10, 2023
  11. Jan 20, 2023
  12. Jan 17, 2023
  13. Jan 11, 2023
  14. Sep 02, 2022
  15. Aug 30, 2022
  16. Apr 29, 2022
Loading