Skip to content
Snippets Groups Projects
  1. Nov 22, 2023
  2. Sep 17, 2023
  3. Sep 04, 2023
  4. Aug 20, 2023
  5. Jul 17, 2023
  6. Jul 02, 2023
  7. Jun 20, 2023
  8. 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
  9. May 28, 2023
  10. May 25, 2023
  11. May 09, 2023
  12. Apr 23, 2023
  13. Feb 10, 2023
  14. Jan 18, 2023
    • Jed Fox's avatar
      Fix a bunch of warnings/errors (#479) · 423df672
      Jed Fox authored
      * Remove invalid ref={} prop
      
      * Fix <rect> height being less than 0
      
      * Improve history.push override
      
      * Filters: add missing key prop
      
      * DateSelect: don’t pass `null` to an input
      
      * Filters: add missing key prop
      
      * EditRule: fix key props
      
      * ScheduleDetails: Fix `for` prop
      
      * usePayees: default `payees` to empty array instead of null (fixes crash)
      
      * safeNumber: better error if `value` is not a number
      
      * ScheduleDescription: fix description for “amount is between”
      
      * ScheduleDetails: add missing `key` prop
      
      * BudgetTitlebar: use ButtonWithLoading
      Unverified
      423df672
  15. Sep 02, 2022
  16. Aug 23, 2022
  17. Apr 29, 2022
Loading