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