Jose Olarte III
fdd1ff80ad
Complete: unified QR display + capture
1 month ago
Trent Larson
071792b97c
on home page: fix images for all persons, remove excessive verbiage, fix project icon, allow click on image to close
3 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
3 months ago
Matthew Raymer
8f7d794962
fix: improve image handling and icon support
- Fix image load event handler signature
- Add alt text for accessibility
- Add building icon to FontAwesome library
Technical Changes:
- Update cacheImage event to pass only image URL
- Add proper alt text for activity images
- Add faBuilding icon to FontAwesome library
This improves image handling and accessibility while adding
needed icon support for the activity feed interface.
3 months ago
Jose Olarte III
4a75cdf20e
Homeview changes
- Moved activity image further up the frame
- Added placeholder icon for projects
- Minor fixes
3 months ago
Matthew Raymer
eaf0b76e9e
chore: cleanup console logs and test directories
- Remove commented console.log statements from main.ts
- Add test output directories to .gitignore:
- playwright-tests/
- test-playwright/
- test-playwright-results/
Keeps repository clean by excluding test artifacts and removing
unused logging statements.
4 months ago
Trent Larson
c9c3cacfbd
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
4 months ago
Trent Larson
dd281e78fd
show when an onboarding member is already in a meeting, and allow them to leave
4 months ago
Trent Larson
2a23587c3b
make screen where user can create a group onboarding meeting
4 months ago
Matthew Raymer
a32c3c7765
Multi-build support; tested successfully for Electron
5 months ago
Trent Larson
3c1731acdf
add contact-methods to a contact
5 months ago
Trent Larson
2cb70f8497
add copy-link on the claim view page & enable certificate
6 months ago
Trent Larson
0a314934b8
add invite-one-accept screen dedicated to accepting invitations
6 months ago
Trent Larson
e6f5511dbb
add page for a printable certificate (which works but isn't too impressive yet)
6 months ago
Trent Larson
8a61d9df45
various look-and-feel improvements
7 months ago
Trent Larson
1bfdcab90b
add page for one-on-one invites (incomplete)
8 months ago
trentlarson
4cb434fd5d
passkey test ( #116 )
Co-authored-by: Trent Larson <trent@trentlarson.com>
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/116
Co-authored-by: trentlarson <trent@trentlarson.com>
Co-committed-by: trentlarson <trent@trentlarson.com>
12 months ago
Trent Larson
453256f874
give-detail page: add more-correct parameters from confirm-give page, and allow toggling of project & user-recipient
12 months ago
Trent Larson
230773a917
add Confirm Gift screen for simpler confirmation
12 months ago
Trent Larson
21a6348afc
add a global error handler
1 year ago
Trent Larson
7d6b210ee1
allow file choice for gift, plus other UI fixes
1 year ago
Trent Larson
6af239378c
bump to v 0.3.10, fix image upload on Chrome
1 year ago
Trent Larson
7cbdc7a099
add code to display profiles in feed, but deactivate it for now
1 year ago
Trent Larson
144ab76716
add logic to send a time for notifications
1 year ago
Trent Larson
9059f7a9a7
add button on photo to switch to mirror mode
1 year ago
Trent Larson
3e556dfa52
move the "part of project" text in giving-details screen
1 year ago
Trent Larson
c696de33f3
add page to take a picture and upload to an image server
1 year ago
Trent Larson
b251d7e4fd
change project icon to a hammer
1 year ago
Trent Larson
f53a6f3045
tweak the prompt for contacts to be able to skip them
1 year ago
Trent Larson
1053b78ab8
add sharing & copying instructions when asking contacts for help, and list all the visibleTo DIDs with an English description of their path
1 year ago
Trent Larson
be6ec6745a
show a 'give' button directly on offers in the ProjectView
1 year ago
Trent Larson
cc931dcb04
add notification check with instructions on front screen
1 year ago
Trent Larson
25b1598fcb
doc: add more help for the notifications
1 year ago
Trent Larson
098ef3c644
add Claim view for details about a specific server record
2 years ago
Trent Larson
bb122be319
add URL for plans
2 years ago
Trent Larson
a77d20b572
show appropriate icon next to amount numbers (and some docs)
2 years ago
Trent Larson
6eb3381a98
enhancements to contact name edit
2 years ago
Trent Larson
c8de13d376
add link to map on projects which have a location
2 years ago
Jose Olarte III
5addc3c206
Visual fixes
2 years ago
Jose Olarte III
05a7758c65
New notification system + test
Set of buttons added to home view for preview. Comes in toast (self-dismiss) and context alert (info, warning, danger) variants.
2 years ago
Jose Olarte III
3e52b504b0
Polished gifted dialog UI
2 years ago
Trent Larson
0b7a35c9b8
list the gives to a plan and gives to which this plan contributed
2 years ago
Matthew Raymer
754bced2a9
Considerable cleanup. I think I also found the issue from the other day with values not loading from settings.
2 years ago
Jose Olarte III
1d6241abbb
Various changes
- Loading animation in Projects view
- Per item icon + spacing fixes in Home view
2 years ago
Trent Larson
1a86730354
make display on creation page look halfway decent, and switch fully to it
2 years ago
Trent Larson
a8794be2ea
sllow quick gifting all the way to the server, maybe with hours
2 years ago
Trent Larson
fc7c1187e8
allow to switch the server
2 years ago
Trent Larson
f281e41181
add details on contact-specific page
2 years ago
Trent Larson
7a7c5b6ba1
add registration check and the ability to register someone
2 years ago
Trent Larson
55c0eb6114
add functions for visibility to contacts
2 years ago