Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 30, 2023
  3. Jul 28, 2023
  4. Jul 26, 2023
  5. Jul 19, 2023
  6. Jun 23, 2023
  7. Jun 20, 2023
  8. Jun 15, 2023
  9. 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
  10. Mar 24, 2023
  11. 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
  12. 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
  13. Mar 05, 2023
  14. Feb 10, 2023
  15. Jan 20, 2023
  16. Jan 17, 2023
  17. Jan 11, 2023
  18. Sep 02, 2022
  19. Aug 30, 2022
  20. Apr 29, 2022
Loading