105 Commits (f6107cb7bb1b6e6df7fac4bdc3e56bab21387bd4)

Author SHA1 Message Date
Matthew Raymer f6107cb7bb refactor: convert GiftDetailsStep update handlers from emits to function props 1 week ago
Jose Olarte III 26e6b16e03 Fix: notification init + safety checks 3 weeks ago
Jose Olarte III 2917f87137 Fix: handle special "You" entity 3 weeks ago
Jose Olarte III fe0d80eef9 Fix: stepType was being set to an object 3 weeks ago
Matthew Raymer 938e6693b0 refactor: standardize notification usage and document best practices 3 weeks ago
Matthew Raymer 6d85c54a02 refactor: standardize notify helper usage and document migration workflow 3 weeks ago
Jose Olarte III b57f7e4dd7 Feature: notify on click why entity is disabled 3 weeks ago
Jose Olarte III c002c9e245 Fix: remove duplicates from merge conflict 3 weeks ago
Matthew Raymer c3851371c0 Fix TypeScript any types, console statements, and clean up duplicates 3 weeks ago
Matthew Raymer 966dbc5164 Fix TypeScript any types and remove deprecated Dexie code 3 weeks ago
Trent Larson 25512d3db1 some fixes to the gifted-dialog logic 4 weeks ago
Jose Olarte III bf9fee7ee9 Various aesthetic improvements and optimizations 4 weeks ago
Jose Olarte III 08c46a27d3 Add project-to-project case 1 month ago
Trent Larson 0e6a9c4f89 adjust grammar for recording receipt 1 month ago
Jose Olarte III b6278ca148 Unit codes pulled from util.ts 1 month ago
Jose Olarte III d8e237f8cb Describe firstStep variable 1 month ago
Jose Olarte III 4b539ccc55 Better handling of No-name and Unnamed entities 1 month ago
Jose Olarte III ea49173885 Changed currentStep to boolean 1 month ago
Jose Olarte III 447a7cb089 Style "unnamed" entity 1 month ago
Matthew Raymer 2b0e60dfc2 feat: enhance GenericVerifiableCredential interface with explicit optional properties 1 month ago
Matthew Raymer daed0a97c9 WIP: restore database migration system and improve error handling 1 month ago
Jose Olarte III ca22161f12 Fix: entity-type identifier validation 1 month ago
Jose Olarte III d3b80fbe47 Feature: giver-recipient validation 1 month ago
Jose Olarte III 0342c872f4 Fix: added context for ContactGiftingView 1 month ago
Jose Olarte III a7e65b3b49 Giver-recipient controls 1 month ago
Jose Olarte III eb7605991c Fixed more gifting use cases 1 month ago
Trent Larson fa21660fd1 fix spelling 1 month ago
Trent Larson d6db81cc36 fix some result types and refactor types themselves 1 month ago
Jose Olarte III df1c1f0186 Fix: pass project info 1 month ago
Jose Olarte III 3daf1c8a5c Feature: Project Gifting 1 month ago
Jose Olarte III 7eefee1ea5 Fix: Conditional show-all link 1 month ago
Trent Larson be27ca1855 fix more logic for tests (cherry-picked from 83acb028c7) 2 months ago
Trent Larson 92e4570672 fix some incorrect logic & things AI hallucinated 2 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 months ago
Jose Olarte III 988244b7ae Added check for "Unnamed" giver 2 months ago
Jose Olarte III 4b355a5448 WIP: two-step dialog + functionality 2 months ago
Trent Larson c7f1148fe4 add logger import where needed 2 months ago
Jose Olarte III b511f9cd24 WIP: adjustments to bring closer to original mockups 2 months ago
Jose Olarte III 579cecbe6e WIP: gifting UI revamp 3 months ago
Trent Larson 35bb9d2207 remove ability to mark a 'trade', ensuring this only sends & retrieves gifts 3 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 5 months ago
Matthew Raymer 3b4f4dc125 style: reorder v-model and v-bind directives 5 months ago
Matthew Raymer c708716675 refactor: migrate interfaces to dedicated directory 5 months ago
Matthew Raymer d9085ced6d (chore): cleaning up formatting and relative references 6 months ago
Trent Larson 64830eeb05 fix linting (and change a little wording in onboarding page) 6 months ago
Trent Larson 2a23587c3b make screen where user can create a group onboarding meeting 6 months ago
Matthew Raymer be8ba12df6 Refatored vite.config to be a bit more streamlined before adding alternate build options. This did end up requiring me to remove @ from imports for some reason. Tests came out fine. 7 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 8 months ago
Trent Larson 5effb76cf5 ensure overlays show on top of relative+absolute positioning like green pluses 8 months ago