Trent Larson
af7bd236a3
fix check for successful gift submission
2 months ago
Trent Larson
e02ab7fc0f
fix check for successful gift submission
2 months ago
Trent Larson
d719338bcc
fix problem setting 'loading' flag
2 months ago
Trent Larson
7e72ff7202
fix problem setting 'loading' flag
2 months ago
Trent Larson
6ddf2d1012
fix problem switching IDs (creating too many settings)
2 months ago
Trent Larson
27ed40d4b3
fix problem switching IDs (creating too many settings)
2 months ago
Jose Olarte III
1b2d4b623a
Turned off automatic safe area in iOS
- Safe area implementations will solely depend on CSS styles for full control
- Eliminates doubled top and bottom padding in iOS
2 months ago
Jose Olarte III
e7f32efdfe
Turned off automatic safe area in iOS
- Safe area implementations will solely depend on CSS styles for full control
- Eliminates doubled top and bottom padding in iOS
2 months ago
Jose Olarte III
16d5c917d2
Updated QR scanner call
- Searched for all other (outdated) calls to QR scanner dialog and updated them
- Fixed vite HTML spec warning
2 months ago
Jose Olarte III
d3009406cf
Updated QR scanner call
- Searched for all other (outdated) calls to QR scanner dialog and updated them
- Fixed vite HTML spec warning
2 months ago
Trent Larson
5976a4995e
fix problem clicking on offer-delivery, plus some other hardening and phrasing
2 months ago
Trent Larson
34194b2bbc
fix problem clicking on offer-delivery, plus some other hardening and phrasing
2 months ago
Trent Larson
dcd0cc4c20
fix import for derived accounts and hopefully make other account-access code more robust
2 months ago
Trent Larson
26951cc472
fix import for derived accounts and hopefully make other account-access code more robust
2 months ago
Trent Larson
b3ca6c9d91
remove relative URL references in different target because mobile chokes
2 months ago
Trent Larson
f79568cc5d
remove relative URL references in different target because mobile chokes
2 months ago
Trent Larson
e9d800f601
fix a web test (all passing now)
2 months ago
Trent Larson
548adad1d0
fix a web test (all passing now)
2 months ago
Trent Larson
b939a5e592
bump build to 23 and version to 0.4.8
2 months ago
Trent Larson
27d253c6ad
bump build to 23 and version to 0.4.8
2 months ago
Trent Larson
aa62037fae
bump to build 22 version 0.4.7 (though I think the android capacitor.config.json appId is wrong)
2 months ago
Trent Larson
87a41d223f
bump to build 22 version 0.4.7 (though I think the android capacitor.config.json appId is wrong)
2 months ago
Trent Larson
722020ea86
fix linting
2 months ago
Trent Larson
b5ebb16ad9
fix linting
2 months ago
Trent Larson
96aa3f4a54
add Python dependency for electron on Mac
3 months ago
Trent Larson
8e05b251d4
add Python dependency for electron on Mac
3 months ago
Trent Larson
c0c5f9842b
fix some errors and correct recent type duplications & bloat (cherry-picked from d8f2587d1c
)
3 months ago
Trent Larson
24cfeca1eb
fix some errors and correct recent type duplications & bloat (cherry-picked from d8f2587d1c
)
3 months ago
Trent Larson
be27ca1855
fix more logic for tests (cherry-picked from 83acb028c7
)
3 months ago
Trent Larson
4327a5175c
fix more logic for tests (cherry-picked from 83acb028c7
)
3 months ago
Trent Larson
92e4570672
fix some incorrect logic & things AI hallucinated
3 months ago
Trent Larson
8c42166d36
fix some incorrect logic & things AI hallucinated
3 months ago
Trent Larson
820ae727ed
fix linting
2 months ago
Trent Larson
9760f02aab
fix linting
2 months ago
Trent Larson
dbeb1c6b4b
Merge branch 'sql-absurd-sql-back'
2 months ago
Trent Larson
987f9217de
Merge branch 'sql-absurd-sql-back'
2 months ago
Trent Larson
573e4b206a
Merge branch 'search-map-fix'
2 months ago
Trent Larson
5cbb42ff4f
Merge branch 'search-map-fix'
2 months ago
Trent Larson
abc05d426e
update messaging for unknown icons on home feed
2 months ago
Trent Larson
a694d0dba3
update messaging for unknown icons on home feed
2 months ago
Trent Larson
2ea7479d75
fix verbiage and fix the contact actions to be on the right-hand side
2 months ago
Trent Larson
737c8c4fa7
fix verbiage and fix the contact actions to be on the right-hand side
2 months ago
Trent Larson
9ac9713172
fix linting
2 months ago
Trent Larson
b2628c467f
fix linting
2 months ago
Trent Larson
41dad3254d
fix a non-existent description, move the description right below the image
2 months ago
Trent Larson
d5501d9db1
fix a non-existent description, move the description right below the image
2 months ago
Trent Larson
485eac59a0
remove unnecessary data element from export
2 months ago
Trent Larson
9de09b1d75
remove unnecessary data element from export
2 months ago
Matthew Raymer
73fc32b75d
fix(import): ensure contact import works for both Dexie and absurd-sql backends
- Refactor importContacts to handle both Dexie and absurd-sql (SQLite) storage
- Add ContactDbRecord interface with all string fields strictly typed (never null)
- Add helper functions to coerce null/undefined to empty string for all string fields
- Guarantee contactMethods is always stored as a JSON string (never null)
- Add runtime validation for required fields (e.g., did)
- Ensure imported/updated contacts are type-safe and compatible with both backends
- Improve code documentation and maintainability
Security:
- No sensitive data exposed
- All fields validated and sanitized before database write
- Consistent data structure across storage backends
Testing:
- Import tested with both Dexie and absurd-sql backends
- Null/undefined fields correctly handled and coerced
- No linter/type errors remain
2 months ago
Matthew Raymer
92e70b1ed7
fix(import): ensure contact import works for both Dexie and absurd-sql backends
- Refactor importContacts to handle both Dexie and absurd-sql (SQLite) storage
- Add ContactDbRecord interface with all string fields strictly typed (never null)
- Add helper functions to coerce null/undefined to empty string for all string fields
- Guarantee contactMethods is always stored as a JSON string (never null)
- Add runtime validation for required fields (e.g., did)
- Ensure imported/updated contacts are type-safe and compatible with both backends
- Improve code documentation and maintainability
Security:
- No sensitive data exposed
- All fields validated and sanitized before database write
- Consistent data structure across storage backends
Testing:
- Import tested with both Dexie and absurd-sql backends
- Null/undefined fields correctly handled and coerced
- No linter/type errors remain
2 months ago