3f691ef880
add SQL DB access to everywhere we are using the DB, up to the "C" files
2025-05-27 01:27:04 -06:00
Jose Olarte III
51fcaf1f62
Added check for "Unnamed" giver
...
Pass string "Unnamed" to select unnamed giver and skip contact selection step of dialog.
2025-05-16 20:22:09 +08:00
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
2025-05-14 21:47:12 +08:00
901659f406
add logger import where needed
2025-05-13 22:22:19 -06:00
Jose Olarte III
9bea08e28a
WIP: adjustments to bring closer to original mockups
2025-05-13 21:16:39 +08:00
Jose Olarte III
d9e8087b8f
WIP: gifting UI revamp
...
Started to transform the gifting dialog into the two-step setup as per previous mockups
2025-05-12 21:22:05 +08:00
776cf14bf8
remove ability to mark a 'trade', ensuring this only sends & retrieves gifts
2025-05-09 21:37:48 -06:00
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
2025-03-11 09:35:55 +00:00
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.
2025-02-26 09:27:04 +00:00
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
2025-02-24 11:21:08 +00:00
Matthew Raymer
15783cdbe6
(chore): cleaning up formatting and relative references
2025-02-06 14:08:54 +00:00
Matthew Raymer
52cbe81f23
(chore): merge mostly pathway changes
2025-02-06 13:34:48 +00:00
6a070a1715
fix linting (and change a little wording in onboarding page)
2025-02-03 16:36:13 -07:00
5943df756a
make screen where user can create a group onboarding meeting
2025-02-02 17:06:51 -07:00
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.
2025-01-05 08:38:15 +00:00
251649e6fe
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
2024-12-08 19:34:31 -07:00
7189cce25e
ensure overlays show on top of relative+absolute positioning like green pluses
2024-11-30 15:30:17 -07:00
8db7ac3f6f
refactor project screen: add action to record a give from it, and add checks to give confirmation buttons
2024-11-28 11:26:51 -07:00
9925800fbd
allow details on a give for a providing project (so we can attach a picture)
2024-09-30 18:11:07 -06:00
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
2024-09-15 16:30:46 -06:00
9a9c9d3a06
jump from ideas directly into giving dialog choice
2024-08-30 20:37:36 -06:00
4f97010f99
fix tests, add test for offer update
2024-08-18 13:48:07 -06:00
Jose Olarte III
c8bdaa10eb
Playwright: added ID to spinbutton
2024-08-08 15:47:19 +08:00
d724d8093c
add ability to edit a GiveAction
2024-07-23 20:14:07 -06:00
7cb9e2aa52
replace remaining didJwt.createJwt calls with one that checks for did:peer
2024-07-11 19:35:17 -06:00
230773a917
add Confirm Gift screen for simpler confirmation
2024-06-20 20:52:26 -06:00
f7b5dbf4ce
style the sharing screen (plus other fixes)
2024-05-11 07:09:48 -06:00
1df2d3ed05
remove message confusion, add project name during give-details
2024-04-21 20:31:57 -06:00
4e877c15f6
change the "give" action on contact page to use dialog box
2024-04-21 16:42:22 -06:00
Jose Olarte III
5388e6052c
Button width changes
...
For buttons that are next to each other
2024-03-26 19:55:16 +08:00
9b183a4b6c
add blurb explaining what data is shared with the world
2024-03-23 18:45:26 -06:00
f365cc9e3c
show warnings before dismissing prompt, and add to tasks and help
2024-03-23 17:35:58 -06:00
cf2e800dec
add a camera-switch button
2024-03-23 01:32:55 -06:00
Jose Olarte III
b6e344a15e
Propagated button improvements across views
2024-03-21 19:30:42 +08:00
251986d2bc
make the photo show in a pop-up dialog
2024-03-14 19:44:11 -06:00
792e9cb648
separate picture taking from uploading
2024-03-08 09:54:10 -07:00
acee761906
add page for extended details of gifts including pic (not fully tested)
2024-03-08 01:10:17 -07:00
f1bb1b51aa
Merge branch 'master' into photo-upload
2024-03-05 20:25:41 -07:00
2058205150
for BVC shortcut: send attend & give actions, and list actions to confirm
2024-02-25 18:38:54 -07:00
6aab1ff49d
consolidate interface and remove copies of code
2024-02-24 10:26:12 -07:00
c696de33f3
add page to take a picture and upload to an image server
2024-02-23 19:02:10 -07:00
719e3a467d
make a number input targeted towards numbers
2024-02-03 19:21:07 -07:00
e140da081f
fix name derivation on give dialog
2024-02-03 18:10:46 -07:00
4fe072f19e
move DB logic out of 'created' in components since it's not needed yet
2024-01-27 08:27:52 -07:00
88f869d600
lower project "I Gave" button into list of contact, and tweak other wording
2024-01-24 20:46:05 -07:00
1731f2443b
update offer dialog to allow other units
2024-01-17 20:50:35 -07:00
be6ec6745a
show a 'give' button directly on offers in the ProjectView
2024-01-16 15:23:40 -07:00
9f595040d8
fix problem with anonymous contributor; refine tasks
2024-01-14 15:27:57 -07:00
a87179d127
change wording from "identity" to "identifier" in many places
2024-01-12 16:37:02 -07:00
acaaf8776d
add ability to give to fulfill an offer; adjust visibility of claim actions
2024-01-12 15:54:45 -07:00