Skip to content
Snippets Groups Projects
  1. Feb 04, 2024
  2. Jan 15, 2024
  3. Jan 06, 2024
  4. Dec 05, 2023
  5. Oct 22, 2023
  6. Aug 17, 2023
    • Joel Jeremy Marquez's avatar
      Some typescript migration (#1532) · 6fae7956
      Joel Jeremy Marquez authored
      * Typescript migration
      
      * Release notes
      
      * Update error boundary
      
      * Breakup sidebar components
      
      * Account and Sidebar props
      
      * Remove button in Item component + exports cleanup
      
      * Put accountNameStyle to Account
      
      * Revert component ports (separated to another PR)
      
      * Export cleanup
      
      * Remove ErrorBoundary (separated to another PR)
      
      * Sidebar budgetName as ReactNode
      Unverified
      6fae7956
  7. Jul 30, 2023
  8. Jul 28, 2023
  9. Jul 26, 2023
  10. Jul 19, 2023
  11. Jun 23, 2023
  12. Jun 20, 2023
  13. Jun 15, 2023
  14. 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
  15. Mar 24, 2023
  16. 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
  17. 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
  18. Mar 05, 2023
  19. Feb 10, 2023
  20. Jan 20, 2023
  21. Jan 17, 2023
  22. Jan 11, 2023
  23. Sep 02, 2022
  24. Aug 30, 2022
  25. Apr 29, 2022
Loading