Matthew Raymer
03178d35e7
refactor: improve router type safety and usage
- Add explicit Router type imports across views
- Replace $router type casting with proper typing
- Use $router.back() instead of $router.go(-1) for consistency
- Add proper route and router typings to components
- Clean up router navigation methods
- Fix router push/back method calls
This commit improves type safety and consistency in router usage across
the application's view components.
6 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
6 months ago
Trent Larson
11a4bbbc8f
fix problem when going directly to people-map where the search results disappear
6 months ago
Trent Larson
5d5a8a4509
add Discover query param searchPeople to go straight to people map
6 months ago
Trent Larson
898821c9aa
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
6 months ago
Matthew Raymer
e0164963a9
fix: add missing DEFAULT_PARTNER_API_SERVER import in DiscoverView
- Import DEFAULT_PARTNER_API_SERVER constant from app constants
- Fix missing import in DiscoverView component
6 months ago
Trent Larson
6c1cdd3bfd
fix a jump on user profile map move & recenter
7 months ago
Trent Larson
e6242e2491
fix the marker storage & clearing logic, and add the second profile map when used
7 months ago
Trent Larson
59b433830d
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
7 months ago
Trent Larson
c1058499c7
add discovery of people's profiles, and update profile endpoints for latest server version
7 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.
8 months ago
Trent Larson
2c0b927080
make notification errors go away automatically
8 months ago
Trent Larson
92b32551f1
fix centering of numbers on map markers, fix recenter after first drag
8 months ago
Trent Larson
582e1809cc
show results for project map grouping when clicked
8 months ago
Trent Larson
18975a68ea
load the projects on the map on initial load
8 months ago
Trent Larson
6f67e7845b
add requests for map tiles with counts of plans (commented out)
8 months ago
Trent Larson
251649e6fe
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
9 months ago
Trent Larson
67b2b7199a
fix tests (from project-page switch 4 commits ago) and fix linting
10 months ago
Trent Larson
8a61d9df45
various look-and-feel improvements
10 months ago
Trent Larson
53abf964b2
add basic page-by-page onboarding help
10 months ago
Trent Larson
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
11 months ago
Trent Larson
0947c55110
remove the last of the localStorage for passing parameters
1 year ago
Trent Larson
eec55e95be
add message when no projects are found in a search, and bump to version 0.3.23
1 year ago
Trent Larson
6f7b197667
add blurbs for different audiences in Help, and allow a link for direct search on project discovery page
1 year ago
Trent Larson
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
1 year ago
Trent Larson
53e77e46dd
fix list of offers (and some other lists), and add tests for offers
1 year ago
Jose Olarte III
a410836539
Added IDs for Playwright targeting
1 year ago
Trent Larson
59820a2f01
add more type casts
1 year ago
Trent Larson
145a1da37e
linting cleanup
1 year ago
Trent Larson
bce003e508
change accessToken to take a DID
1 year ago
Trent Larson
9c7b138d06
modify & explain icons next to feed
1 year ago
Trent Larson
ea156fac13
improve messaging when user has no offers or projects
1 year ago
Trent Larson
230773a917
add Confirm Gift screen for simpler confirmation
1 year ago
Trent Larson
af976ba838
add an image to projects (which shows on all ProjectIcons except for offers)
1 year ago
Trent Larson
ad39ea05c2
fix the photo share_target, and tweak other verbiage
1 year ago
Trent Larson
581a374b05
show contact's or user's icon in more places
1 year ago
Trent Larson
2058205150
for BVC shortcut: send attend & give actions, and list actions to confirm
2 years ago
Trent Larson
6aab1ff49d
consolidate interface and remove copies of code
2 years ago
Trent Larson
a76df55224
add display of my own offers
2 years ago
Trent Larson
639dc7b4e5
add instruction to error output
2 years ago
Trent Larson
563b5793a9
add different identicons for people (and increment version & add -beta)
2 years ago
Jose Olarte III
998a1d312f
Set max screen content width
2 years ago
Trent Larson
75d15ddeb9
add note to install as an app
2 years ago
Trent Larson
051a0a97d8
fix issuer name in project list
2 years ago
Trent Larson
17c96dd01a
fix linting, etc with previous feature (env warning)
2 years ago
Trent Larson
4f2cb55753
add warning if on unexpected server
2 years ago
Trent Larson
1127d7079b
remove outdated check, refactor tasks
2 years ago
Trent Larson
606d9ec734
fix the result count when the search filters change
2 years ago
Trent Larson
7a3bd069b8
fix keyword search to work for both local and everywhere searches
2 years ago
Trent Larson
c1176fa24d
clear search results on restarting search
2 years ago