1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-07 14:35:23 +02:00

Commit graph

  • 4196d96d39 fix: replace hardcoded text-white and border-gray-500 with fg-inverse and border-secondary in investment tooltip Eran Avidor 2025-06-29 13:27:05 +03:00
  • 9096fd016b fix: replace hardcoded text-white with fg-inverse in changelog page Eran Avidor 2025-06-29 13:26:41 +03:00
  • 0176111f13 fix: replace hardcoded bg-gray-800 text-white with bg-inverse fg-inverse in AI consent form Eran Avidor 2025-06-29 13:26:19 +03:00
  • 7929fd1b62 fix: replace hardcoded bg-gray-900 text-white with bg-inverse fg-inverse in invitations form Eran Avidor 2025-06-29 13:25:54 +03:00
  • 63f9e32bf1 fix: replace hardcoded text-white with fg-inverse in text tooltip Eran Avidor 2025-06-29 13:25:35 +03:00
  • 2126f0ed37 fix: replace hardcoded text-white with fg-inverse in notification CTA Eran Avidor 2025-06-29 13:25:17 +03:00
  • 10a706e083 fix: replace hardcoded bg-white with bg-container in notification notice Eran Avidor 2025-06-29 13:24:57 +03:00
  • cdd8be4f62 Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios Ken Tandrian 2025-06-27 19:20:07 +00:00
  • 869462a9a5 Dynamic y-axis baseline value for chart scales Zach Gollwitzer 2025-06-27 12:57:23 -04:00
  • 615532593c Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios Ken Tandrian 2025-06-27 15:06:50 +00:00
  • e4a82d85e8
    Properly handle Plaid investment account transfers (#2420) Zach Gollwitzer 2025-06-27 10:50:45 -04:00
  • 30a895cfaf Properly handle Plaid investment account transfers Zach Gollwitzer 2025-06-27 10:00:30 -04:00
  • a8733da479
    Update plaid.md with note at beginning. Facinorous 2025-06-27 08:30:11 -04:00
  • e0a4cde127
    Create plaid.md Facinorous 2025-06-26 21:30:00 -04:00
  • 18148acd69
    Fix chart scale issues (#2418) Zach Gollwitzer 2025-06-26 18:59:11 -04:00
  • 12c24679fc Fix chart scale issues Zach Gollwitzer 2025-06-26 18:44:51 -04:00
  • 8db95623cf
    Handle holding quantity generation for reverse syncs correctly when not all holdings are generated for current day (#2417) Zach Gollwitzer 2025-06-26 16:57:17 -04:00
  • 83be98c3d6 Lint fixes Zach Gollwitzer 2025-06-26 16:52:33 -04:00
  • a378c6ad79 Continue to process holdings even if one is not resolvable Zach Gollwitzer 2025-06-26 16:43:15 -04:00
  • c5b45d5ccf Fix current_holdings to handle different dates and hide zero quantities Zach Gollwitzer 2025-06-26 16:14:52 -04:00
  • 72884abe58 Handle reverse calculator starting portfolio generation correctly Zach Gollwitzer 2025-06-26 15:01:20 -04:00
  • e60b5df442
    Handle bad API data for trade quantity signage (#2416) Zach Gollwitzer 2025-06-26 09:54:25 -04:00
  • ca7260e0c6 Handle bad API data for trade quantity signage Zach Gollwitzer 2025-06-26 09:44:36 -04:00
  • 5dbdd18fa4 Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios Ken Tandrian 2025-06-26 01:34:37 +00:00
  • f3ab4a27ee
    Fix credit card balance history (#2414) Zach Gollwitzer 2025-06-25 17:03:53 -04:00
  • 7d5f90bafc Fix credit card balance history Zach Gollwitzer 2025-06-25 16:55:49 -04:00
  • 4b50acff2b
    Replace sync spinners with pulse animation (#2413) Zach Gollwitzer 2025-06-25 16:51:30 -04:00
  • 1cef485473 Remove dev code Zach Gollwitzer 2025-06-25 16:43:04 -04:00
  • b5a83f07b6 Replace sync spinners with pulse animation Zach Gollwitzer 2025-06-25 16:42:36 -04:00
  • 637d630388
    transfer: Support transfers of different currencies between accounts. (#2243) Joseph Ho 2025-06-25 16:34:18 -04:00
  • 72a0f87a9c
    Fix race condition in sync status monitor (#2412) Zach Gollwitzer 2025-06-25 15:23:15 -04:00
  • 9613bacabe
    Merge branch 'main' into multi-currency-transfer Zach Gollwitzer 2025-06-25 15:19:35 -04:00
  • 0c8d867588 Fix race condition in sync status monitor Zach Gollwitzer 2025-06-25 15:15:40 -04:00
  • c136dd95a2 Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios Ken Tandrian 2025-06-24 17:51:32 +00:00
  • cea49d5038
    fix(models): use self.id (#2410) Kenrick Tandrian 2025-06-24 22:15:28 +07:00
  • 64a43d40d1 Fix current market price error for securities zachgoll/security-price-fix Zach Gollwitzer 2025-06-24 11:14:15 -04:00
  • 6b05c75459 feat(ui): add top and bottom padding to dialog Ken Tandrian 2025-06-23 17:52:52 +00:00
  • 58b2fef97a fix(models): use self.id Ken Tandrian 2025-06-23 17:29:45 +00:00
  • 5870e2fd0c fix(ui): mobile browser Ken Tandrian 2025-06-23 16:55:19 +00:00
  • c0617f74cd Fix linting issues in migration file Josh Pigford 2025-06-23 11:31:57 -05:00
  • 653decbc0b Fix outdated timezone references Josh Pigford 2025-06-23 11:25:03 -05:00
  • bf6056a2fa Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios Ken Tandrian 2025-06-23 15:36:34 +00:00
  • 9a160f3fd5 fix(ui): revert unnecessary changes Ken Tandrian 2025-06-23 15:36:23 +00:00
  • 1cfa6cfca8
    Bump lookbook from 2.3.9 to 2.3.11 (#2405) dependabot[bot] 2025-06-23 10:21:33 -04:00
  • e809335a47
    Bump faraday-retry from 2.3.1 to 2.3.2 (#2406) dependabot[bot] 2025-06-23 10:21:25 -04:00
  • 956008acbf
    Bump debug from 1.10.0 to 1.11.0 (#2407) dependabot[bot] 2025-06-23 10:21:14 -04:00
  • 8b56262573
    Bump faraday-multipart from 1.1.0 to 1.1.1 (#2408) dependabot[bot] 2025-06-23 10:21:07 -04:00
  • 615912040c
    Bump ostruct from 0.6.1 to 0.6.2 (#2409) dependabot[bot] 2025-06-23 10:20:58 -04:00
  • 808e6d1a1b
    Bump ostruct from 0.6.1 to 0.6.2 dependabot[bot] 2025-06-23 08:29:36 +00:00
  • 9e11602c4b
    Bump faraday-multipart from 1.1.0 to 1.1.1 dependabot[bot] 2025-06-23 08:29:16 +00:00
  • 0b5279eda8
    Bump debug from 1.10.0 to 1.11.0 dependabot[bot] 2025-06-23 08:19:19 +00:00
  • e27e12b682
    Bump faraday-retry from 2.3.1 to 2.3.2 dependabot[bot] 2025-06-23 08:18:50 +00:00
  • 5567158cbc
    Bump lookbook from 2.3.9 to 2.3.11 dependabot[bot] 2025-06-23 07:57:08 +00:00
  • 85f825e8be Merge remote-tracking branch 'origin/main' into bugfix/ui-pwa-ios Ken Tandrian 2025-06-21 04:18:26 +00:00
  • fcf14f5f27 Add pre-pull request flow for Claude code Zach Gollwitzer 2025-06-20 17:29:36 -04:00
  • 63d8114b05
    Separate exclude and one-time transaction handling (#2400) Zach Gollwitzer 2025-06-20 17:10:36 -04:00
  • 8f20511c96 Fix linting issues Zach Gollwitzer 2025-06-20 17:01:35 -04:00
  • b61e56d696 Separate exclude and one-time transaction handling Zach Gollwitzer 2025-06-20 16:53:20 -04:00
  • c003e8c6ed Transfer match truncation fix Zach Gollwitzer 2025-06-20 14:08:46 -04:00
  • ab1c17ea14 Fix transaction layout alignment regression Zach Gollwitzer 2025-06-20 13:58:24 -04:00
  • 1aae00f586
    perf(transactions): add kind to Transaction model and remove expensive Transfer joins in aggregations (#2388) Zach Gollwitzer 2025-06-20 13:31:58 -04:00
  • 55ddb01dce Fix: Use PATCH method for onboarding preferences form alvaro-rrdt 2025-06-20 19:25:17 +02:00
  • af0a2b9e92 Remove unused code Zach Gollwitzer 2025-06-20 12:56:12 -04:00
  • ec7882b09c Fix matching logic, tests Zach Gollwitzer 2025-06-20 12:49:02 -04:00
  • d48779a09f Bundle update Zach Gollwitzer 2025-06-20 11:48:34 -04:00
  • 50eb25ff14 Migration reset Zach Gollwitzer 2025-06-20 11:48:20 -04:00
  • 46995f7d95 Merge branch 'main' of github.com:maybe-finance/maybe into zachgoll/perf-transactions-index Zach Gollwitzer 2025-06-20 11:48:09 -04:00
  • 7e8b72fcc7 Revert transfer route Zach Gollwitzer 2025-06-20 08:30:40 -04:00
  • 56d97a92db Decouple transactions list from transfer details Zach Gollwitzer 2025-06-19 18:08:17 -04:00
  • b7cc49b7bf Default to last 30 days on transactions page if no filters Zach Gollwitzer 2025-06-19 15:36:38 -04:00
  • f8bb58151b Optimize search totals query Zach Gollwitzer 2025-06-19 15:14:04 -04:00
  • b399cee0c3 Fix pagination Zach Gollwitzer 2025-06-18 18:20:39 -04:00
  • e72625de20 Fix totals logic on transactions view Zach Gollwitzer 2025-06-18 18:03:31 -04:00
  • 9a3ab9b9a3 Cleanup comments, logic in search Zach Gollwitzer 2025-06-18 17:51:36 -04:00
  • d0ca554065 Update cursor rules Zach Gollwitzer 2025-06-18 17:03:59 -04:00
  • f7377e20a3 Clean up transactions controller Zach Gollwitzer 2025-06-18 17:03:54 -04:00
  • 8cb6d81f9b fix(ui): remove duplicate setting of safe-area-inset Ken Tandrian 2025-06-18 17:29:42 +00:00
  • b136787a6a Decouple transactions endpoint from IncomeStatement Zach Gollwitzer 2025-06-18 13:09:01 -04:00
  • 7aca5a2277 Fix remaining rubocop offenses Josh Pigford 2025-06-18 08:38:04 -05:00
  • 8296e10246 Fix linting issues and update API key test for source validation Josh Pigford 2025-06-18 08:28:32 -05:00
  • 9336719242 Add secure OAuth2-based mobile authentication Josh Pigford 2025-06-18 08:20:22 -05:00
  • cba0bdf0e2 Fix OAuth mobile app support with custom URL schemes Josh Pigford 2025-06-18 05:38:23 -05:00
  • 404066eaa1 Fix rubocop linting issues in API chat endpoints Josh Pigford 2025-06-18 04:36:31 -05:00
  • 94202b2a6b Add API v1 chat endpoints Josh Pigford 2025-06-18 04:32:14 -05:00
  • 4d3c710291 Fix Active Record encryption for self-hosted deployments Josh Pigford 2025-06-18 04:31:10 -05:00
  • 4b0b6ac108 addedstart.sh script Mahaboob Pasha 2025-06-18 14:19:26 +05:30
  • ee95b5c7e3 fix(ui): change to 0.75rem Ken Tandrian 2025-06-18 04:50:54 +00:00
  • f99d1f07bc fix(ui): make body take full screen in pwa Ken Tandrian 2025-06-18 04:37:15 +00:00
  • 415fd670b6 Update transaction search Zach Gollwitzer 2025-06-17 21:01:33 -04:00
  • e4a22f81a0 Fix test Zach Gollwitzer 2025-06-17 18:27:26 -04:00
  • d2c8ea74cf Remove temporary cache-warming strategy Zach Gollwitzer 2025-06-17 18:18:11 -04:00
  • 940886c5fc Remove unused exchange rate query lines Zach Gollwitzer 2025-06-17 18:14:34 -04:00
  • 5bb3d27412 Query optimizations Zach Gollwitzer 2025-06-17 17:55:51 -04:00
  • 84b654c4f8 Remove BaseQuery, write entire query in each class for clarity Zach Gollwitzer 2025-06-17 17:43:53 -04:00
  • b65e4d376e Fix trailing whitespace in API keys system test Josh Pigford 2025-06-17 16:22:09 -05:00
  • fc921c0cd2 Fix system test failures in API keys and trades tests Josh Pigford 2025-06-17 16:20:01 -05:00
  • b803ddac96
    Add comprehensive API v1 with OAuth and API key authentication (#2389) Josh Pigford 2025-06-17 15:57:05 -05:00
  • 3da485c308 transfer: Support transfers of different currencies between accounts. Joseph Ho 2025-05-14 20:44:02 -04:00
  • c9d09b9c0f Add API transactions controller warning to brakeman ignore Josh Pigford 2025-06-17 15:54:39 -05:00
  • f79c696628 Fix API test failures and improve test reliability Josh Pigford 2025-06-17 15:49:28 -05:00