Trent Larson 
							
						 
						
							
							
							
								
							
								b6b95cb0d0 
								
							
								 
							
						 
						
							
							
								
								remove unused redirect to start page (now that we're creating an ID up front)  
							
							 
							
							
								
 
							
							
						 
						5 months ago  
					 
				
					
						
							
							
								 
								Matt Raymer
							
						 
						
							
							
							
								
							
								190c972f57 
								
							
								 
							
						 
						
							
							
								
								Remove ContactScanView and rename ContactQRScanView to ContactQRScanFullView  
							
							 
							
							 
							
							
								
 
							
							
							- Deleted ContactScanView.vue and its route from the router.
- Renamed ContactQRScanView.vue to ContactQRScanFullView.vue.
- Updated all router paths, names, and references for consistency.
- Fixed related links and imports to use the new view/component name. 
							
						 
						6 months ago  
					 
				
					
						
							
							
								 
								Matt Raymer
							
						 
						
							
							
							
								
							
								55176ed5db 
								
							
								 
							
						 
						
							
							
								
								Remove ContactScanView and update QR scan view naming for consistency  
							
							 
							
							 
							
							
								
 
							
							
							- Deleted ContactScanView.vue and removed its route from the router
- Renamed ContactQRScanView.vue to ContactQRScanFullView.vue
- Updated all router paths, names, and references to use 'contact-qr-scan-full'
- Updated related router links in ContactQRScanShowView.vue for consistency
- Ensured all naming and routing is consolidated and matches the new view/component name 
							
						 
						6 months ago  
					 
				
					
						
							
							
								 
								Jose Olarte III
							
						 
						
							
							
							
								
							
								2bb71653ac 
								
							
								 
							
						 
						
							
							
								
								New contact QR scan view for Capacitor version  
							
							 
							
							
								
 
							
							
						 
						6 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								189bfabcf8 
								
							
								 
							
						 
						
							
							
								
								add LogView for those cases where the log download doesn't work  
							
							 
							
							
								
 
							
							
						 
						8 months ago  
					 
				
					
						
							
							
								 
								Matthew Raymer
							
						 
						
							
							
							
								
							
								2660b91995 
								
							
								 
							
						 
						
							
							
								
								wip: Improve deep link validation and error handling  
							
							 
							
							 
							
							
								
 
							
							
							- Add comprehensive route validation with zod schema
- Create type-safe DeepLinkRoute enum for all valid routes
- Add structured error handling for invalid routes
- Redirect to error page with detailed feedback
- Add better timeout handling in deeplink tests
The changes improve robustness by:
1. Validating route paths before navigation
2. Providing detailed error messages for invalid links
3. Redirecting users to dedicated error pages
4. Adding parameter validation with specific feedback
5. Improving type safety across deeplink handling 
							
						 
						8 months ago  
					 
				
					
						
							
							
								 
								Matthew Raymer
							
						 
						
							
							
							
								
							
								e0aded04b4 
								
							
								 
							
						 
						
							
							
								
								refactor: Replace console logging with logger utility  
							
							 
							
							 
							
							
								
 
							
							
							- Add logger import across multiple view components
- Replace console.error/warn/log with logger methods
- Update error handling to use structured logging
- Improve type safety for error objects
- Add crypto-browserify polyfill for browser environment
The changes improve logging by:
1. Using consistent logging interface
2. Adding structured error logging
3. Improving error type safety
4. Centralizing logging configuration
5. Fixing browser compatibility issues
Affected files:
- Multiple view components
- vite.config.ts
- Build configuration 
							
						 
						8 months ago  
					 
				
					
						
							
							
								 
								Matthew Raymer
							
						 
						
							
							
							
								
							
								dc16cb393e 
								
							
								 
							
						 
						
							
							
								
								refactor: move ProviderInfo interface to claims-result.ts  
							
							 
							
							 
							
							
								
 
							
							
							- Move ProviderInfo interface from ClaimView.vue to claims-result.ts
- Add JSDoc documentation to interface properties
- Update imports in ClaimView.vue
- Clean up route handling using vue-router types
- Remove outdated browser compatibility comment
This improves type organization and documentation while reducing
component-level interface definitions. 
							
						 
						8 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								c9c3cacfbd 
								
							
								 
							
						 
						
							
							
								
								fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)  
							
							 
							
							
								
 
							
							
						 
						9 months ago  
					 
				
					
						
							
							
								 
								Matthew Raymer
							
						 
						
							
							
							
								
							
								4e0f9235cd 
								
							
								 
							
						 
						
							
							
								
								docs: move build instructions from README to BUILDING.md  
							
							 
							
							 
							
							
								
 
							
							
							- Move detailed setup and build instructions from README.md to BUILDING.md
- Add concise reference to BUILDING.md in README.md
- Keep testing and other documentation in README.md
- Improve organization of documentation by separating build-specific content 
							
						 
						9 months ago  
					 
				
					
						
							
							
								 
								Matthew Raymer
							
						 
						
							
							
							
								
							
								f0d0f63672 
								
							
								 
							
						 
						
							
							
								
								WIP (fix): improve electron build configuration and service worker handling  
							
							 
							
							 
							
							
								
 
							
							
							- Properly disable service workers in electron builds
- Add CSP headers for electron security
- Fix path resolution in electron context
- Improve preload script error handling and IPC setup
- Update build scripts for better electron/capacitor compatibility
- Fix router path handling in electron context
- Remove electron-builder dependency
- Streamline build process and output structure
This change improves the stability and security of electron builds while
maintaining PWA functionality in web builds. Service workers are now
properly disabled in electron context, and path resolution issues are
fixed. 
							
						 
						9 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								64830eeb05 
								
							
								 
							
						 
						
							
							
								
								fix linting (and change a little wording in onboarding page)  
							
							 
							
							
								
 
							
							
						 
						9 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								5ff91186e2 
								
							
								 
							
						 
						
							
							
								
								add onboarding pages for the list and members, and refine the setup  
							
							 
							
							
								
 
							
							
						 
						9 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								2a23587c3b 
								
							
								 
							
						 
						
							
							
								
								make screen where user can create a group onboarding meeting  
							
							 
							
							
								
 
							
							
						 
						9 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								0576fc4187 
								
							
								 
							
						 
						
							
							
								
								fix a jump on user profile map move & recenter  
							
							 
							
							
								
 
							
							
						 
						9 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								5763fe4e49 
								
							
								 
							
						 
						
							
							
								
								add page for user profile view and update endpoints; rename any "rowid" to "rowId"  
							
							 
							
							
								
 
							
							
						 
						10 months ago  
					 
				
					
						
							
							
								 
								Matthew Raymer
							
						 
						
							
							
							
								
							
								a32c3c7765 
								
							
								 
							
						 
						
							
							
								
								Multi-build support; tested successfully for Electron  
							
							 
							
							
								
 
							
							
						 
						10 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.  
							
							 
							
							
								
 
							
							
						 
						10 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								086ccce0bb 
								
							
								 
							
						 
						
							
							
								
								add a contact-edit page and allow saving of notes  
							
							 
							
							
								
 
							
							
						 
						10 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								a99a0fb5cc 
								
							
								 
							
						 
						
							
							
								
								change the contact-sharing data into a JWT for the contact-import page  
							
							 
							
							
								
 
							
							
						 
						10 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								2cb70f8497 
								
							
								 
							
						 
						
							
							
								
								add copy-link on the claim view page & enable certificate  
							
							 
							
							
								
 
							
							
						 
						11 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								0a314934b8 
								
							
								 
							
						 
						
							
							
								
								add invite-one-accept screen dedicated to accepting invitations  
							
							 
							
							
								
 
							
							
						 
						11 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								6ffbcfa9a1 
								
							
								 
							
						 
						
							
							
								
								catch more errors if something catastrophic happens to encrypted data  
							
							 
							
							
								
 
							
							
						 
						11 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								bb3807a805 
								
							
								 
							
						 
						
							
							
								
								switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)  
							
							 
							
							
								
 
							
							
						 
						11 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								e6f5511dbb 
								
							
								 
							
						 
						
							
							
								
								add page for a printable certificate (which works but isn't too impressive yet)  
							
							 
							
							
								
 
							
							
						 
						11 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								8735fe44db 
								
							
								 
							
						 
						
							
							
								
								change the notification detection to our own variables, and save the selected time  
							
							 
							
							
								
 
							
							
						 
						12 months ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								c004706425 
								
							
								 
							
						 
						
							
							
								
								add pages to see all the offers to user and offers to user's projects  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								4168c37074 
								
							
								 
							
						 
						
							
							
								
								add large notice when user has a new offer to them  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								1bfdcab90b 
								
							
								 
							
						 
						
							
							
								
								add page for one-on-one invites (incomplete)  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								f2cb7d3ed8 
								
							
								 
							
						 
						
							
							
								
								prompt for name when showing info, and provide a "copy" page when remote  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								f38edff942 
								
							
								 
							
						 
						
							
							
								
								allow editing of an offer  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								6b4b3642f9 
								
							
								 
							
						 
						
							
							
								
								record some info on my attempt to test a service worker  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								4472c3fbdd 
								
							
								 
							
						 
						
							
							
								
								import & update selected contacts  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								053ee4a748 
								
							
								 
							
						 
						
							
							
								
								add advanced page & flag for editing raw claims, and fix recipient assignment in detail screen  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								230773a917 
								
							
								 
							
						 
						
							
							
								
								add Confirm Gift screen for simpler confirmation  
							
							 
							
							
								
 
							
							
						 
						1 year ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								7f02ba29a3 
								
							
								 
							
						 
						
							
							
								
								add a share_target for people to add a photo  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								e2df848e96 
								
							
								 
							
						 
						
							
							
								
								add page to view all claims about a DID (which we'll have to restrict to visible people soon)  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								e43c45ebea 
								
							
								 
							
						 
						
							
							
								
								add onboarding help instructions as separate page  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Jason Buchanan 
							
						 
						
							
							
							
								
							
								ef5f81932d 
								
							
								 
							
						 
						
							
							
								
								Initial stab at vitejs update  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								251986d2bc 
								
							
								 
							
						 
						
							
							
								
								make the photo show in a pop-up dialog  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								acee761906 
								
							
								 
							
						 
						
							
							
								
								add page for extended details of gifts including pic (not fully tested)  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								866dcb3a2a 
								
							
								 
							
						 
						
							
							
								
								add screens for the shortcuts for the BVC group (doesn't submit yet)  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								c696de33f3 
								
							
								 
							
						 
						
							
							
								
								add page to take a picture and upload to an image server  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								3eda5f6b5d 
								
							
								 
							
						 
						
							
							
								
								show more succinct info in feed, targeted toward user's visibility  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								5c547783a7 
								
							
								 
							
						 
						
							
							
								
								remove unused page; tweak task list  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								9c36bb509a 
								
							
								 
							
						 
						
							
							
								
								bump to v 0.1.5 and other misc tweaks  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								098ef3c644 
								
							
								 
							
						 
						
							
							
								
								add Claim view for details about a specific server record  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								1e2ad85547 
								
							
								 
							
						 
						
							
							
								
								add dedicated help page for looking into notifications  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								74ed025377 
								
							
								 
							
						 
						
							
							
								
								move search area selection out of discover onto it's own screen  
							
							 
							
							
								
 
							
							
						 
						2 years ago  
					 
				
					
						
							
							
								
								Trent Larson 
							
						 
						
							
							
							
								
							
								67dce9e678 
								
							
								 
							
						 
						
							
							
								
								allow for a project ID in the URL  
							
							 
							
							
								
 
							
							
						 
						2 years ago