Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
    • Joel Jeremy Marquez's avatar
      Fix bulk edit field modal in desktop (#2031) · 79aa07ff
      Joel Jeremy Marquez authored
      * Fix bulk edit field modal in desktop
      
      * Release notes
      Unverified
      79aa07ff
    • Kyle Mckay's avatar
      Fix failure to create category with deleted name (#2002) · c4ff099f
      Kyle Mckay authored
      * Fix failure to create category with deleted name
      
      I'm not 100% familiar with the design of the data model so may have
      misinterpreted what's going on here, but how I read this:
      
      - The tombstone flag is used to soft delete categories.
      - When creating a new category, duplicate names within a group are
        prevented.
      - When checking for duplicate names, the tombstone flag was unchecked
        which meant deleted categories were falsely blocking creation.
      
      I had a look at category deleteion logic to verify that simply including
      the tombstone flag in this check is sane and see that there's a category
      mapping being maintained to redirect one category to another on
      deletion. So from what I can tell the correct behaviour here is to allow
      a new category with the previously deleted name, rather than to revive
      the old category (to preserve that old mapping lineage).
      
      * Add release note
      
      * Add regression test
      Unverified
      c4ff099f
    • Vishnu Kaushik's avatar
      Fix #1977: Filter Amount formatting issue (#2008) · ad2b5775
      Vishnu Kaushik authored
      * Fix #1977: Filter Amount formatting issue
      
      * Fix linting and add release notes
      Unverified
      ad2b5775
  2. Dec 04, 2023
  3. Dec 02, 2023
  4. Dec 01, 2023
    • Joel Jeremy Marquez's avatar
      Larger mobile autocomplete fonts and paddings (#1900) · 5d1f2d48
      Joel Jeremy Marquez authored
      * Larger mobile autocomplete fonts and paddings
      
      * Release notes
      
      * VRT + update tests
      
      * Update tests
      
      * Update data-highlighted and tests
      
      * Use styles text
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Adjust Add Transaction padding + VRT updates
      
      * Larger autocomplete text and divider
      
      * Fix rebase
      
      * Fix rebase
      
      * Fix icons
      
      * Adjust fonts
      
      * Fix lint errors
      
      * PR feedback
      
      * VRT
      
      * Update embedded autocomplete highlight hover color
      
      * Refactor create payee button
      
      * Embedded create payee button color
      
      * Dummy change to re-run CI
      Unverified
      5d1f2d48
    • youngcw's avatar
      [Goals]: Sort the priorities properly (#2000) · c96782d7
      youngcw authored
      * sort properly
      
      * note
      Unverified
      c96782d7
  5. Nov 30, 2023
  6. Nov 28, 2023
  7. Nov 26, 2023
  8. Nov 25, 2023
  9. Nov 24, 2023
    • Neil's avatar
      Dark Theme Live (#1925) · 2c87c603
      Neil authored
      * Remove Featureflag
      
      * notes
      
      * VRT updates
      
      * Dark Theme fixes
      
      * VRT updates
      
      * VRT updates
      
      * Revert "VRT updates"
      
      This reverts commit 7d669f2df2baabb3d20c2da55437adcf01959ef8.
      
      * Revert VRT
      
      Reverting VRT
      
      * VRT updates
      
      * pillbackground
      
      * VRT updates
      
      * Theme Selector
      
      * VRT Updates
      
      * notes
      
      * VRT updates
      Unverified
      2c87c603
  10. Nov 23, 2023
  11. Nov 22, 2023
  12. Nov 21, 2023
  13. Nov 20, 2023
Loading