Skip to content
Snippets Groups Projects
  1. Aug 10, 2024
  2. Jun 21, 2024
    • Joel Jeremy Marquez's avatar
      Format transaction notes as clickable tags (#2670) · f02ca4e3
      Joel Jeremy Marquez authored
      
      * Format notes as clickable tags
      
      * Release notes
      
      * Fix tests - extract the handler to higher level component
      
      * Update colors
      
      * Fix filtering
      
      * Rename variables
      
      * Remove font weight
      
      * Cleanup style
      
      * Append note tag filters
      
      * Fix overlapping UI
      
      * Revert pill colors
      
      * Rename prop
      
      * Rename notes
      
      * Delete filter margin
      
      * Fix typecheck error
      
      * VRT + typecheck fix
      
      * Add matches op in rules + use it to match tags
      
      * Fix database types
      
      * Fix typecheck error
      
      * Fix typecheck
      
      * Move create_function call
      
      * VRT
      
      * Update tag regex
      
      * Escape regex input
      
      * Update tag regex
      
      * Use onApplyFilter
      
      * Update tag formatting
      
      * Fix tag formatting
      
      * Update regex
      
      * VRT
      
      * Update packages/desktop-client/src/components/modals/EditRule.jsx
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      
      * VRT
      
      * Fix error
      
      * Fix filtered balance
      
      * VRT
      
      ---------
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      Unverified
      f02ca4e3
  3. Jun 04, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Budget table revamp (#2642) · 1c7d9bf1
      Joel Jeremy Marquez authored
      * Initial
      
      * Add cheveron to logo
      
      * Updates
      
      * Release notes
      
      * Fix typecheck error
      
      * Fix build error
      
      * Align budgeted
      
      * Fix tests
      
      * Dynamic font sizes in budget table cells
      
      * VRT
      
      * Apply AutoTextSize
      
      * Layout updates
      
      * VRT updates
      
      * Resize text on value update + fix lint/typecheck  errors
      
      * Category/groups take full width
      
      * Cleanup + VRT
      
      * Feedback
      
      * VRT
      
      * Change column visibility indicator
      
      * VRT
      
      * Use SvgExpandArrow
      
      * VRT
      
      * Zero balance contrast on light mode
      
      * Update AutoTextSize key
      
      * Color updates
      
      * VRT
      Unverified
      1c7d9bf1
  4. May 04, 2024
    • DJ Mountney's avatar
      Fix some additional incorrect types (#2676) · 2178da04
      DJ Mountney authored
      * Fix some additional incorrect types
      
      - This is part of working towards having enough correct types to be able to run tsc on our packed api without error.
      - Working towards being able to ship types for the api in the package
      
      * Add release note
      Unverified
      2178da04
  5. May 03, 2024
  6. Apr 27, 2024
  7. Apr 26, 2024
    • Neil's avatar
      Custom Reports Adjustments (#2659) · d49f907f
      Neil authored
      * monthly Spending
      
      * Add Average
      
      * notes
      
      * title
      
      * date filter
      
      * TS fixes and hide average when no data
      
      * fix average tooltip and relabel x-axis
      
      * Wording/verbiage
      
      * remove spending files
      
      * adjustments
      
      * reports.d revert
      
      * revert filter changes
      
      * adjust update filters
      
      * notes
      
      * remove old notes
      
      * adjust style
      
      * lint fixes
      Unverified
      d49f907f
  8. Apr 20, 2024
  9. Apr 18, 2024
  10. Apr 16, 2024
  11. Apr 11, 2024
  12. Apr 09, 2024
    • Jenna's avatar
      Bugfix:Midnight theme button contrast (#2538) · da6b039f
      Jenna authored
      
      * added green700 (g3) to highlight text in PayeeAutocomplete and CategoryAutocomplete
      
      * added upcoming release note doc for Isuee 2488
      
      * modified background and text to meet WCAG AA compliance for contrast
      
      * updated code for autocomplete highlight on menu items
      
      * fixed linting errors and renamed release note
      
      * updated release note category from 'bug' to 'bugfix'
      
      * fixing the light theme
      
      ---------
      
      Co-authored-by: default avatarJenn Cox <jenncox@Jenns-MacBook-Air.local>
      Unverified
      da6b039f
  13. Apr 08, 2024
  14. Mar 25, 2024
  15. Mar 13, 2024
  16. Mar 12, 2024
  17. Mar 05, 2024
  18. Mar 04, 2024
  19. Feb 26, 2024
  20. Feb 21, 2024
  21. Feb 16, 2024
    • shall0pass's avatar
      [Enhancement] Theme: Midnight (#2312) · 0c5bce8b
      shall0pass authored
      * midnight updates
      
      * updates
      
      * updates
      
      * background one shade darker
      
      * change highlights to match other accents
      
      * release note
      
      * link color
      
      * variable spelling
      
      * Upcoming pill color
      
      * theme switch bug
      
      * remove development, type error
      
      * toggle background, disabled background+text
      
      * account pillboxes and icons
      
      * typecheck error
      Unverified
      0c5bce8b
  22. Feb 12, 2024
    • Joel Jeremy Marquez's avatar
      Hooks for frequently made operations (#2293) · 08cbdab2
      Joel Jeremy Marquez authored
      
      * Hooks for frequently made operations
      
      * Release notes
      
      * Fix typecheck errors
      
      * Remove useGlobalPrefs
      
      * Add null checks
      
      * Fix showCleared pref
      
      * Add loaded flag for categories, accounts and payees state
      
      * Refactor to reduce unnecessary states
      
      * Fix eslint errors
      
      * Fix hooks deps
      
      * Add useEffect
      
      * Fix typecheck error
      
      * Set local and global pref hooks
      
      * Fix lint error
      
      * VRT
      
      * Fix typecheck error
      
      * Remove eager loading
      
      * Fix typecheck error
      
      * Fix typo
      
      * Fix typecheck error
      
      * Update useTheme
      
      * Typecheck errors
      
      * Typecheck error
      
      * defaultValue
      
      * Explicitly check undefined
      
      * Remove useGlobalPref and useLocalPref defaults
      
      * Fix default prefs
      
      * Default value
      
      * Fix lint error
      
      * Set default theme
      
      * Default date format in Account
      
      * Update packages/desktop-client/src/style/theme.tsx
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      08cbdab2
  23. Feb 07, 2024
  24. Feb 02, 2024
  25. Jan 24, 2024
    • Neil's avatar
      Custom reports: hide "show ..." checkboxes in menu (#2174) · 68442ae9
      Neil authored
      * Add Toggles
      
      * budget table
      
      * testing
      
      * updates
      
      * updates
      
      * fixes
      
      * updates
      
      * fix Menu
      
      * lint fixes
      
      * fix keybindings
      
      * revert budget menu changes
      
      * notes
      
      * remove default exports
      
      * fixes
      
      * disabled fix
      
      * add style option
      
      * lint fix
      
      * remove css
      
      * lint fixes
      
      * color updates
      
      * merge menu with togglemenu
      
      * host
      
      * menu fixes
      
      * fix regression
      
      * remove host
      
      * adjustments
      
      * onToggle
      
      * vrt fix
      
      * typecheck
      
      * merge fixes
      
      * colors
      
      * lint fix
      Unverified
      68442ae9
  26. Jan 19, 2024
  27. Jan 15, 2024
  28. Jan 12, 2024
    • Neil's avatar
      Custom Reports: Enable Show Labels (#2124) · b477f7c2
      Neil authored
      * work
      
      * updates
      
      * merge fixes
      
      * syntax fix
      
      * Add Label element
      
      * updates
      
      * notes
      
      * normalize customLabel
      
      * fix
      
      * range adjustments
      
      * margin update
      
      * merge fixes
      
      * review Updates
      
      * labelFix
      
      * Fix adjustTextSize
      Unverified
      b477f7c2
  29. Jan 06, 2024
  30. Dec 13, 2023
  31. Dec 12, 2023
  32. Nov 26, 2023
    • Neil's avatar
      Custom Reports Bug Fixes (#1930) · e48f36cd
      Neil authored
      * Range fix and payee fix
      
      * bug fixes and UI tweaks
      
      * range options, hover UI
      
      * Select - UnSelect All Buttons
      
      * fix hidden group bug
      
      * YAxis PrivacyFilter
      
      * notes
      
      * more privacyFilter graphs
      
      * overflowY fix
      
      * Loading Indicator
      
      * Fix Filter button hover
      
      * review fixes
      
      * LoadingIndicator fixes
      
      * remove a loop
      
      * filterbuttontype
      
      * review fixes
      
      * filtersbutton
      
      * updates
      Unverified
      e48f36cd
  33. 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
  34. Nov 22, 2023
  35. Nov 16, 2023
    • Neil's avatar
      Duplicate color removal (#1911) · 7c0b7a2f
      Neil authored
      * duplicate color removal
      
      * notes
      Unverified
      7c0b7a2f
    • Neil's avatar
      Mobile pages standardized (Colors/UI) (#1874) · e8055bbc
      Neil authored
      * Mobile Color Consistency
      
      * VRT updates
      
      * color updates
      
      * notes
      
      * Sync Text
      
      * Adjust header font smaller
      
      * color and format adjustments
      
      * tidying header buttons
      
      * color and button adjustments
      
      * Header Text color
      
      * VRT updates
      
      * back button changes
      
      * VRT changes
      
      * adjust buttons
      
      * lint fix
      
      * darkTheme header background
      
      * VRT updates
      
      * VRT updates
      Unverified
      e8055bbc
    • Neil's avatar
      sideBar Dark Color changes (#1887) · 7fdd9767
      Neil authored
      * sideBar Dark Color changes
      
      * notes
      
      * VRT updates
      
      * test fixes
      
      * color fixes
      
      * Revert "test fixes"
      
      This reverts commit 3c6131b2c492ccb443e836cd024e21fbd8524865.
      
      * Revert "VRT updates"
      
      This reverts commit b84d7659a4f4d03ac5b9ff9bdaaab48e07861510.
      
      * color update
      
      * VRT updates
      
      * calendar changes
      
      * VRT update
      
      * notes update
      
      * color change
      
      * Revert "VRT update"
      
      This reverts commit 4c5aba42475dbc9116018c799f6d996f7ff97158.
      
      * Revert "VRT updates"
      
      This reverts commit ba142b0653951528186300a7eb712c7cfd25c3c2.
      
      * VRT updates
      Unverified
      7fdd9767
  36. Nov 15, 2023
    • Neil's avatar
      Color Consolidations (#1868) · fecc9178
      Neil authored
      * Color normalization
      
      * color updates
      
      * VRT updates
      
      * update colors table
      
      * VRT updates
      
      * more VRT updates
      
      * pillborder
      
      * VRT updates
      
      * Revert "VRT updates"
      
      This reverts commit ae58317b00f5ad5e1b75f197f32ca9eda25b63cd.
      
      * Revert "more VRT updates"
      
      This reverts commit a316745efdce2f7c280a166406a5894976612f02.
      
      * Revert "VRT updates"
      
      This reverts commit 03797af362e24612608255dcec7f4ff0dc1faa46.
      
      * Revert "VRT updates"
      
      This reverts commit 454adac2510b0acddb15e6acf86ffb3d7af021f5.
      
      * VRT refresh
      
      * border color
      
      * Checkbox Border
      
      * VRT updates
      Unverified
      fecc9178
Loading