105 Commits (dacf1f80839867bca38ec1fe4d9aa3a383de7fa8)

Author SHA1 Message Date
Matthew Raymer dacf1f8083 refactor: convert GiftDetailsStep update handlers from emits to function props 1 week ago
Jose Olarte III 3ad4f44d89 Fix: notification init + safety checks 3 weeks ago
Jose Olarte III e1db9083c2 Fix: handle special "You" entity 3 weeks ago
Jose Olarte III 41dab36eb6 Fix: stepType was being set to an object 3 weeks ago
Matthew Raymer dd22e1b884 refactor: standardize notification usage and document best practices 3 weeks ago
Matthew Raymer 8d5e4ddbfb refactor: standardize notify helper usage and document migration workflow 3 weeks ago
Jose Olarte III 993aa005fa Feature: notify on click why entity is disabled 3 weeks ago
Jose Olarte III 17721ea448 Fix: remove duplicates from merge conflict 3 weeks ago
Matthew Raymer 082dc200b3 Fix TypeScript any types, console statements, and clean up duplicates 3 weeks ago
Matthew Raymer 56286e1fea Fix TypeScript any types and remove deprecated Dexie code 3 weeks ago
Trent Larson f85a912b0d some fixes to the gifted-dialog logic 4 weeks ago
Jose Olarte III e74d7c260f Various aesthetic improvements and optimizations 4 weeks ago
Jose Olarte III bb1cca65b6 Add project-to-project case 1 month ago
Trent Larson ad0773b3fc adjust grammar for recording receipt 1 month ago
Jose Olarte III dc537ccf00 Unit codes pulled from util.ts 1 month ago
Jose Olarte III b5a0503f7c Describe firstStep variable 1 month ago
Jose Olarte III 12c2f1ba61 Better handling of No-name and Unnamed entities 1 month ago
Jose Olarte III 153b7f619b Changed currentStep to boolean 1 month ago
Jose Olarte III 485b41ebec Style "unnamed" entity 1 month ago
Matthew Raymer d359263704 feat: enhance GenericVerifiableCredential interface with explicit optional properties 1 month ago
Matthew Raymer ebc241eba0 WIP: restore database migration system and improve error handling 1 month ago
Jose Olarte III e78b02fb6e Fix: entity-type identifier validation 1 month ago
Jose Olarte III 20aab2f58d Feature: giver-recipient validation 1 month ago
Jose Olarte III 73fd394003 Fix: added context for ContactGiftingView 1 month ago
Jose Olarte III 2a4667b8f8 Giver-recipient controls 1 month ago
Jose Olarte III 576879513b Fixed more gifting use cases 1 month ago
Trent Larson 12b0c38c63 fix spelling 1 month ago
Trent Larson 8c1c6a9c4e fix some result types and refactor types themselves 1 month ago
Jose Olarte III e23e302695 Fix: pass project info 1 month ago
Jose Olarte III bf7bb3209a Feature: Project Gifting 1 month ago
Jose Olarte III 8eb9ea6ce5 Fix: Conditional show-all link 1 month ago
Trent Larson 4327a5175c fix more logic for tests (cherry-picked from 83acb028c7) 2 months ago
Trent Larson 8c42166d36 fix some incorrect logic & things AI hallucinated 2 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Trent Larson 3f691ef880 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 months ago
Jose Olarte III 51fcaf1f62 Added check for "Unnamed" giver 2 months ago
Jose Olarte III 51787f154c WIP: two-step dialog + functionality 2 months ago
Trent Larson 901659f406 add logger import where needed 2 months ago
Jose Olarte III 9bea08e28a WIP: adjustments to bring closer to original mockups 2 months ago
Jose Olarte III d9e8087b8f WIP: gifting UI revamp 3 months ago
Trent Larson 776cf14bf8 remove ability to mark a 'trade', ensuring this only sends & retrieves gifts 3 months ago
Matthew Raymer c9536dd643 refactor: Replace console logging with logger utility 5 months ago
Matthew Raymer 3dbb836ae5 style: reorder v-model and v-bind directives 5 months ago
Matthew Raymer 79ef59c5a9 refactor: migrate interfaces to dedicated directory 5 months ago
Matthew Raymer 15783cdbe6 (chore): cleaning up formatting and relative references 6 months ago
Trent Larson 6a070a1715 fix linting (and change a little wording in onboarding page) 6 months ago
Trent Larson 5943df756a make screen where user can create a group onboarding meeting 6 months ago
Matthew Raymer 8b77d2b573 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 251649e6fe switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 8 months ago
Trent Larson 7189cce25e ensure overlays show on top of relative+absolute positioning like green pluses 8 months ago