Commit Graph

  • eb21d3c247 WIP: notification system adjustments notification-system Jose Olarte III 2025-09-19 23:41:03 +0800
  • 213f5f0555 Merge branch 'master' into notification-system Jose Olarte III 2025-09-19 16:38:15 +0800
  • 2dc9b509ce Merge pull request 'fix: load environment-specific .env files in iOS/Android/Electron build scripts' (#201) from load-build-mode-env-file into master master Jose Olarte 3 2025-09-19 04:35:32 -0400
  • f4569d8b98 Merge branch 'master' into load-build-mode-env-file #201 load-build-mode-env-file Jose Olarte 3 2025-09-19 04:35:05 -0400
  • 7575895f75 Merge pull request 'fix: initialize notification helpers in lifecycle methods' (#200) from notify-initialization-fix into master Jose Olarte 3 2025-09-19 03:56:49 -0400
  • 67a9ecf6c6 Merge branch 'master' into notify-initialization-fix #200 notify-initialization-fix Jose Olarte 3 2025-09-19 03:56:24 -0400
  • 823fa51275 Merge pull request 'feat(NewActivityView): enhance "See all" links to mark offers as read before navigation' (#198) from new-activity-mark-read into master Jose Olarte 3 2025-09-19 03:14:23 -0400
  • e2c2d54c20 Merge branch 'master' into new-activity-mark-read #198 new-activity-mark-read Jose Olarte III 2025-09-19 15:14:42 +0800
  • 6fd53b020e refactor: simplify notification messages for offer viewing Jose Olarte III 2025-09-19 15:00:17 +0800
  • a3d6b458b1 fix: load environment-specific .env files in iOS/Android/Electron build scripts Jose Olarte III 2025-09-18 22:38:53 +0800
  • b1fcb49e7c fix: initialize notification helpers in lifecycle methods Jose Olarte III 2025-09-18 21:42:15 +0800
  • 299762789b docs: remove obsolete migration and planning documents Matthew Raymer 2025-09-18 03:37:56 +0000
  • 7a961af750 refactor(migration): simplify logging by removing specialized migrationLog #188 active_did_redux Matthew Raymer 2025-09-18 03:25:54 +0000
  • 2db2c39830 WIP: notification view improvements Jose Olarte III 2025-09-17 22:13:34 +0800
  • 1790a6c5d6 fix: resolve migration 004 transaction and executeSet errors Jose Olarte III 2025-09-17 16:56:10 +0800
  • 1cbed4d1c2 chore: linting Matthew Raymer 2025-09-17 06:53:06 +0000
  • 2f495f6767 feat: minimal stabilization of migration 004 with atomic execution Matthew Raymer 2025-09-17 06:52:43 +0000
  • 0fae8bbda6 feat: Complete Migration 004 Complexity Resolution (Phases 1-4) Matthew Raymer 2025-09-17 05:08:26 +0000
  • 297fe3cec6 feat: fix raw results to really show the raw DB results Trent Larson 2025-09-16 21:08:22 -0600
  • 2a932af806 feat: add ability to see raw SQL results on test page Trent Larson 2025-09-16 20:26:23 -0600
  • 28cea8f55b fix: add a JSON-parseable field, make small data tweaks, and add commentary on JSON fields Trent Larson 2025-09-16 19:54:11 -0600
  • f31a76b816 fix: resolve iOS migration 004 failure with enhanced error handling Jose Olarte III 2025-09-16 20:14:58 +0800
  • 5d9f455fc8 feat: move mark-as-read logic from navigation to view loading Jose Olarte III 2025-09-16 18:10:17 +0800
  • afe0f5e019 Merge branch 'master' into active_did_redux Matthew Raymer 2025-09-16 08:22:59 +0000
  • e0e8af3fff report: areas we may want to improve Matthew Raymer 2025-09-16 08:21:57 +0000
  • c3ff471ea1 Merge branch 'master' into new-activity-mark-read Jose Olarte 3 2025-09-16 04:19:17 -0400
  • 0072db1595 Merge pull request 'fix(ios): resolve clipboard and notification issues in ContactQRScanFullView' (#199) from ios-qr-code-copy into master Jose Olarte 3 2025-09-16 04:15:11 -0400
  • 24ec81b0ba refactor: consolidate active identity migrations 004-006 into single migration Matthew Raymer 2025-09-16 03:20:33 +0000
  • 106cefab51 WIP: notification system redesign Jose Olarte III 2025-09-15 21:43:39 +0800
  • 2c439ef439 experiment: setting up emulators Matthew Raymer 2025-09-15 10:14:09 +0000
  • 0ca70b0f4e feat: complete Active Pointer + Smart Deletion Pattern implementation Matthew Raymer 2025-09-15 07:38:22 +0000
  • d01c6c2e9b feat: implement Migration 005 - fix foreign key constraint to ON DELETE RESTRICT Matthew Raymer 2025-09-15 07:24:17 +0000
  • 2b3c83c21c Merge branch 'active_did_redux' of ssh://173.199.124.46:222/trent_larson/crowd-funder-for-time-pwa into active_did_redux Matthew Raymer 2025-09-15 06:45:19 +0000
  • 8b8566c578 fix: resolve build errors and test timing issues Matthew Raymer 2025-09-15 06:44:37 +0000
  • a1e2d635f7 chore: switch more debug logging to debug Trent Larson 2025-09-14 17:46:18 -0600
  • f371ce88a0 chore: remove extra code & logging & error messages, fix quick-start documentation Trent Larson 2025-09-14 17:25:11 -0600
  • 69e29ecf85 fix: had to remove a select from migration for Android to migrate. Matthew Raymer 2025-09-12 08:57:41 +0000
  • 23b97d483d Android testing Matthew Raymer 2025-09-12 08:19:42 +0000
  • 4c218c4786 feat: migrate all clipboard operations from useClipboard to ClipboardService #199 ios-qr-code-copy Jose Olarte III 2025-09-12 14:33:09 +0800
  • 31f66909fa refactor: implement team feedback for active identity migration structure Matthew Raymer 2025-09-11 13:08:37 +0000
  • 7917e707e9 fix: resolve iOS database migration failure for active_identity table Jose Olarte III 2025-09-11 17:39:26 +0800
  • a9fe862dda chore: possible upgrade Matthew Raymer 2025-09-11 07:21:45 +0000
  • 79b2f9a273 chore: lagging file Matthew Raymer 2025-09-11 06:14:38 +0000
  • cf854d5054 refactor: clean up $getActiveIdentity method and fix null handling Matthew Raymer 2025-09-11 06:14:07 +0000
  • 8eb4ad5c74 refactor: Remove defunct $needsActiveIdentitySelection method and fix activeDid consistency Matthew Raymer 2025-09-11 05:37:40 +0000
  • eb77547ba1 chore: a couple missed files Matthew Raymer 2025-09-11 05:07:52 +0000
  • 616bef655a fix: Resolve database migration issues and consolidate 003 migrations Matthew Raymer 2025-09-11 05:07:23 +0000
  • 6da9e14b8a feat: complete ActiveDid migration for remaining Vue components Matthew Raymer 2025-09-11 02:01:39 +0000
  • e856ace61f feat: migrate DiscoverView.vue to use new ActiveDid pattern Matthew Raymer 2025-09-11 01:43:10 +0000
  • 855448d07a feat: add a page to see all the starred projects #193 star-projects Trent Larson 2025-09-10 14:40:36 -0600
  • 5da1591ad8 Merge branch 'active_did_redux' of ssh://173.199.124.46:222/trent_larson/crowd-funder-for-time-pwa into active_did_redux Matthew Raymer 2025-09-10 13:21:51 +0000
  • b06e2b46f6 feat: migrate TopMessage.vue to use new ActiveDid pattern Matthew Raymer 2025-09-10 13:21:34 +0000
  • 626071281f feat: make the default 'create identifier' be from a new seed Trent Larson 2025-09-10 07:04:58 -0600
  • 5fc5b958af fix(ios): resolve clipboard and notification issues in ContactQRScanFullView Jose Olarte III 2025-09-10 21:04:36 +0800
  • 69c922284e fix: remove the 'migrations' table creation that is done elsewhere Trent Larson 2025-09-10 06:53:35 -0600
  • ac603f66e2 Lint fix Jose Olarte III 2025-09-10 18:19:40 +0800
  • 9bdd66b9c9 feat(NewActivityView): enhance "See all" links to mark offers as read before navigation Jose Olarte III 2025-09-10 18:19:17 +0800
  • 6fb4ceab81 fix(playwright): re-route after affirming onboarding dialog Jose Olarte III 2025-09-09 15:57:36 +0800
  • 7b40012df4 fix: implement missing $getAllAccountDids method in PlatformServiceMixin Jose Olarte III 2025-09-09 15:42:39 +0800
  • 79cb52419e fix(tests): improve Playwright test reliability with robust onboarding and timing fixes Matthew Raymer 2025-09-09 06:44:06 +0000
  • d6b5e13499 fix(tests): resolve dialog button selector issues in Playwright tests Matthew Raymer 2025-09-09 06:33:51 +0000
  • 61117a0f03 Merge branch 'active_did_redux' of ssh://173.199.124.46:222/trent_larson/crowd-funder-for-time-pwa into active_did_redux Matthew Raymer 2025-09-09 06:14:26 +0000
  • e1cf27be05 refactor(db): restructure migrations to preserve master compatibility Matthew Raymer 2025-09-09 06:13:25 +0000
  • 6482cfa6a3 fix: fix the claim-add-raw view to work with axios #177 master-patch Trent Larson 2025-09-08 08:41:35 -0600
  • ccb1f29df4 fix: improve type safety and fix Playwright test dialog handling Matthew Raymer 2025-09-08 12:03:15 +0000
  • f55ef85981 fix: from merge Matthew Raymer 2025-09-08 11:38:51 +0000
  • d9569922eb docs: merge notification system docs into single Native-First guide Matthew Raymer 2025-09-08 11:36:59 +0000
  • 8815f36596 Merge pull request 'refactor: modernize registration prompt notification in ContactQRScanShowView' (#197) from registration-prompt-parity into master Jose Olarte 3 2025-09-08 04:38:22 -0400
  • 631aa468e6 Merge branch 'master' into registration-prompt-parity #197 registration-prompt-parity Jose Olarte 3 2025-09-08 04:37:54 -0400
  • ee29b517ce Merge pull request 'feat: implement seed phrase backup reminder system' (#195) from seed-phrase-backup-prompt into master Jose Olarte 3 2025-09-08 04:37:33 -0400
  • f34c567ab4 Merge branch 'master' into seed-phrase-backup-prompt #195 seed-phrase-backup-prompt Jose Olarte 3 2025-09-08 04:37:23 -0400
  • bd072d95eb Merge pull request 'Fix offer fulfillment detection + consistencies between ClaimView and ConfirmGiftView' (#167) from claimview-fullfills-offer into master Jose Olarte 3 2025-09-08 04:37:03 -0400
  • 030960dd59 Merge branch 'master' into claimview-fullfills-offer #167 claimview-fullfills-offer Jose Olarte 3 2025-09-08 04:36:48 -0400
  • 72872935ae Merge branch 'master' into active_did_redux Matthew Raymer 2025-09-08 06:32:45 +0000
  • 464a825a7b docs: update notification system for shared SQLite + clear T–lead #196 wip_new_notifications Matthew Raymer 2025-09-08 04:21:00 +0000
  • b138441d10 chore: change logging level to debug for debug messages Trent Larson 2025-09-07 18:34:57 -0600
  • 0dcb1d029e docs: merge notification system docs into single Native-First guide Matthew Raymer 2025-09-07 13:16:23 +0000
  • 79b226e7d2 docs: apply documentation references model agents directive to notification system docs Matthew Raymer 2025-09-07 10:51:27 +0000
  • a20c321a16 feat: implement Active Pointer + Smart Deletion Pattern for accounts Matthew Raymer 2025-09-07 10:30:48 +0000
  • c9cfeafd50 fix: change non-existent 'mirror' icon to 'circle-user' Trent Larson 2025-09-05 20:02:44 -0600
  • 52b1e8ffa3 chore: move more logger infos to debugs Trent Larson 2025-09-05 19:52:53 -0600
  • ca1190aa47 refactor: modernize registration prompt notification in ContactQRScanShowView Jose Olarte III 2025-09-05 21:39:47 +0800
  • 74e4a20ef9 chore: update plan and rulesets Matthew Raymer 2025-09-05 13:09:30 +0000
  • 448d8a68d2 fix: improve code formatting in migrationService.ts Jose Olarte III 2025-09-05 17:51:32 +0800
  • 578dbe6177 fix: simplify active_identity migration to resolve iOS SQLite failures Jose Olarte III 2025-09-05 17:48:15 +0800
  • cfeb920493 refactor(docs): split notification system docs into plan and implementation Matthew Raymer 2025-09-05 09:01:15 +0000
  • 704e495f5d refactor(db): consolidate database migrations from 6 to 3 Matthew Raymer 2025-09-05 04:57:11 +0000
  • 04178bf9f8 style: fix HomeView.vue formatting from linter Matthew Raymer 2025-09-05 04:03:12 +0000
  • b57be7670c refactor: improve logging levels and environment configuration Matthew Raymer 2025-09-05 04:02:53 +0000
  • a427a9e66f chore: still tweaking plan Matthew Raymer 2025-09-04 13:09:40 +0000
  • 5110c17fba chore: create new notification plan Matthew Raymer 2025-09-04 13:09:00 +0000
  • 10a1f435ed fix(platform): remove auto-fix identity selection and fix feed loading race condition Matthew Raymer 2025-09-04 10:36:50 +0000
  • 720be1aa4d Merge branch 'master' into active_did_redux Matthew Raymer 2025-09-04 07:43:42 +0000
  • 4c761d8fd5 feat(db)!: complete ActiveDid migration to active_identity table Matthew Raymer 2025-09-04 07:28:26 +0000
  • de45e83ffb Merge pull request 'test: add a check that the newly invited person can indeed log a claim' (#194) from invited-check into master trentlarson 2025-09-03 22:06:36 -0400
  • f38ec1daff feat: implement seed phrase backup reminder modal Jose Olarte III 2025-09-03 19:50:29 +0800
  • ec2cab768b feat: Add seed backup tracking with database migration Jose Olarte III 2025-09-03 15:52:29 +0800
  • 4cb1d8848f migrate: PhotoDialog.vue to use () API Matthew Raymer 2025-09-03 07:48:55 +0000
  • 3e03aaf1e8 migrate: OfferDialog.vue to use () API Matthew Raymer 2025-09-03 07:45:58 +0000
  • 9ae9bed8a9 doc: update status of migration Matthew Raymer 2025-09-03 06:45:59 +0000