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
Jose Olarte III
e78b02fb6e
Fix: entity-type identifier validation
- Ensure claims contain only correct and necessary giver and recipient identifiers, as per Endorser.ch documentation
1 month ago
Jose Olarte III
20aab2f58d
Feature: giver-recipient validation
- Ensures person-to-person gifting won't allow the same entity as giver and recipient
- Disable user item selection if it would create conflict
- Error messaging fallback
1 month ago
Jose Olarte III
73fd394003
Fix: added context for ContactGiftingView
1 month ago
Jose Olarte III
2a4667b8f8
Giver-recipient controls
- Dialog now shows separate cards for giver and recipient
- Ability to change giver and/or recipient
- Project giver/recipient is locked in ProjectView (context reinforcement)
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
2 months ago
Jose Olarte III
e23e302695
Fix: pass project info
In GiftingDialog, project information is passed along if:
- Selecting "Show All" to go to ContactGiftingView
- Selecting "Photos and Other Options" to go to GiftedDetailsView
2 months ago
Jose Olarte III
bf7bb3209a
Feature: Project Gifting
- Gifting dialog: added ability to pick a project to benefit from
- Project view: modified dialog calls in Project view to toggle between giving to and benefiting from a project
- Project view: removed redundant person selection
- Project view: benefiting from a project locks the project selection in dialog to enforce context.
2 months ago
Jose Olarte III
8eb9ea6ce5
Fix: Conditional show-all link
- Only show "Show All" when user has contacts
2 months 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
Pass string "Unnamed" to select unnamed giver and skip contact selection step of dialog.
2 months ago
Jose Olarte III
51787f154c
WIP: two-step dialog + functionality
- Dialog is now presented as two distinct steps
- Gifting functionality reinstated
- Minor UI tweaks
- IN PROGRESS: ensuring calls to dialog from other parts of the app remain functional
3 months ago
Trent Larson
901659f406
add logger import where needed
3 months ago
Jose Olarte III
9bea08e28a
WIP: adjustments to bring closer to original mockups
3 months ago
Jose Olarte III
d9e8087b8f
WIP: gifting UI revamp
Started to transform the gifting dialog into the two-step setup as per previous mockups
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
- 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
5 months ago
Matthew Raymer
3dbb836ae5
style: reorder v-model and v-bind directives
Changes:
- Move v-model directives before other attributes
- Move v-bind directives before event handlers
- Reorder attributes for better readability
- Fix template attribute ordering across components
- Improve eslint rules
- add default vite config for testing (handles nostr error too)
This follows Vue.js style guide recommendations for attribute
ordering and improves template consistency.
5 months ago
Matthew Raymer
79ef59c5a9
refactor: migrate interfaces to dedicated directory
Reorganizes TypeScript interfaces into a modular structure:
- Create dedicated interfaces directory with specialized files
- Split interfaces by domain (claims, common, limits, records, user)
- Update imports in endorserServer.ts to use new interface locations
- Replace 'any' types with 'unknown' for better type safety
- Add proper type imports and exports
This improves code organization and maintainability by:
- Centralizing interface definitions
- Reducing file size of endorserServer.ts
- Making interface relationships more explicit
- Improving type safety with stricter types
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
Trent Larson
8db7ac3f6f
refactor project screen: add action to record a give from it, and add checks to give confirmation buttons
8 months ago
Trent Larson
9925800fbd
allow details on a give for a providing project (so we can attach a picture)
10 months ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
11 months ago
Trent Larson
9a9c9d3a06
jump from ideas directly into giving dialog choice
11 months ago
Trent Larson
4f97010f99
fix tests, add test for offer update
11 months ago
Jose Olarte III
c8bdaa10eb
Playwright: added ID to spinbutton
12 months ago
Trent Larson
d724d8093c
add ability to edit a GiveAction
1 year ago
Trent Larson
7cb9e2aa52
replace remaining didJwt.createJwt calls with one that checks for did:peer
1 year ago
Trent Larson
230773a917
add Confirm Gift screen for simpler confirmation
1 year ago
Trent Larson
f7b5dbf4ce
style the sharing screen (plus other fixes)
1 year ago
Trent Larson
1df2d3ed05
remove message confusion, add project name during give-details
1 year ago
Trent Larson
4e877c15f6
change the "give" action on contact page to use dialog box
1 year ago
Jose Olarte III
5388e6052c
Button width changes
For buttons that are next to each other
1 year ago
Trent Larson
9b183a4b6c
add blurb explaining what data is shared with the world
1 year ago