182 Commits (9ac97131721d680c286a516fd54916e826b59055)

Author SHA1 Message Date
Matthew Raymer 3d8e40e92b feat(export): Replace CSV export with standardized JSON format 2 days ago
Trent Larson 6a47f0d3e7 format total numbers better 2 days ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 weeks ago
Trent Larson b58d510f24 make Advanced links explicit and use "project" instead of "idea" in project page 2 months ago
Matthew Raymer da6a5ee83e fix(ui): resolve duplicate attributes and improve code style 2 months ago
Matthew Raymer 2660b91995 wip: Improve deep link validation and error handling 3 months ago
Trent Larson a73d0a85e2 change icons to font-awesome 3 months ago
Jose Olarte III 751df09fe5 Button style tweaks + consistency 3 months ago
Matthew Raymer e0aded04b4 refactor: Replace console logging with logger utility 3 months ago
Matthew Raymer f4c5567471 test: enhance deep link testing with real JWT examples 3 months ago
Matthew Raymer 02bf0b3f1a docs: add comprehensive JSDoc documentation to views 3 months ago
Trent Larson b91f2a5df7 fix one more styling error 3 months ago
Trent Larson f6871e139d fix linting 3 months ago
Jose Olarte III ef8c2e6093 In-progress: homeview design refresh 3 months ago
Matthew Raymer 3b4f4dc125 style: reorder v-model and v-bind directives 3 months ago
Matthew Raymer f6802cd160 refactor: improve router type safety and usage 3 months ago
Matthew Raymer a2e19d7e9a fix: improve TypeScript type safety across views 3 months ago
Matthew Raymer c708716675 refactor: migrate interfaces to dedicated directory 3 months ago
Trent Larson 61afba3bca show totals of gives to a project 4 months ago
Trent Larson da0f9e7581 add end time to projects 4 months ago
Trent Larson 920d3f4d25 fix linting, add to the 10-project timeout 4 months ago
Trent Larson d57aee203f add instructions for contacting potential links to hidden people 4 months ago
Trent Larson aec530f5a8 fix build and auto-test issues 5 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. 5 months ago
Trent Larson f405e7d02f make notification errors go away automatically 5 months ago
Trent Larson 1e66bc1126 fix problem switching projects where old link data remained 5 months ago
Trent Larson 6ffbcfa9a1 catch more errors if something catastrophic happens to encrypted data 6 months ago
Trent Larson bb3807a805 switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often) 6 months ago
Trent Larson 9861a1388e allow to deselect the giver & refactor dialog to group giver vs recipient 6 months ago
Trent Larson 7acf921e82 refactor some verbiage & look-and-feel 6 months ago
Trent Larson f7fd568c60 add tests for gives to & from projects 6 months ago
Trent Larson 10bb79f695 refactor project screen: add action to record a give from it, and add checks to give confirmation buttons 6 months ago
Trent Larson 60f066bda0 change default reminder message; show people & unnamed icons blue for clickable 7 months ago
Trent Larson 6f880d0df1 fix bad link to project page, fix improper action on invite-add-contact cancel 8 months ago
Trent Larson 7c70e699d8 switch BVC-meeting-end gift to be from the plan, and add display of providers on claim-view page 8 months ago
Trent Larson 1d48da6855 disable checkboxes for nostr partner messages; adjust linting warnings 9 months ago
Trent Larson 8111b0e5cf modify the settings to allow account-specific settings, eg. for "isRegistered" 9 months ago
Trent Larson 0947c55110 remove the last of the localStorage for passing parameters 9 months ago
Trent Larson 9a9c9d3a06 jump from ideas directly into giving dialog choice 9 months ago
Trent Larson f38edff942 allow editing of an offer 10 months ago
Trent Larson 53e77e46dd fix list of offers (and some other lists), and add tests for offers 10 months ago
Trent Larson 93caec3719 add image on entries in a project 10 months ago
Trent Larson e0c50dcf62 add 'isRegistered' check to guard against many buttons 10 months ago
Trent Larson 6bac80a280 move pointers to other projects up in the project view 10 months ago
Trent Larson 59820a2f01 add more type casts 11 months ago
Trent Larson b2ebc2992b cache the passkey JWANT access token for multiple signatures 11 months ago
Trent Larson 11163dfad9 consolidate getIdentity & remove dups 11 months ago
Trent Larson 7cb9e2aa52 replace remaining didJwt.createJwt calls with one that checks for did:peer 11 months ago
Trent Larson 145a1da37e linting cleanup 11 months ago
Trent Larson bce003e508 change accessToken to take a DID 11 months ago