Trent Larson
b3ca6c9d91
remove relative URL references in different target because mobile chokes
7 days ago
Trent Larson
820ae727ed
fix linting
1 week ago
Trent Larson
8d1511e38f
convert all remaining DB writes & reads to SQL (with successful registration & claim)
3 weeks ago
Trent Larson
41365fab8f
add projectLink to onboarding meeting, plus enhancements to setup usability
1 month 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
3b4f4dc125
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.
4 months ago
Matthew Raymer
f6802cd160
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.
4 months ago
Matthew Raymer
c708716675
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
4 months ago
Trent Larson
9a6b2fcf0d
for meeting invitees, create their ID and allow them to set a name
4 months ago
Trent Larson
b8ca2a03fe
add 'isRegistered' flag to encrypted contents in an onboarding meeting
4 months ago
Matthew Raymer
d9085ced6d
(chore): cleaning up formatting and relative references
4 months ago
Trent Larson
fe71c3f754
make member view available to onboard meeting organizer and reorganize buttons
4 months ago
Trent Larson
93831c372a
fix problem with you-are-missing message and refactor other messages in onboard meeting
4 months ago
Trent Larson
0b05ca3de8
fix linting
4 months ago
Trent Larson
4cd130244c
add an icon for each attendee to add them to their contact list
4 months ago
Trent Larson
d5f4337558
organizer can toggle admission to the meeting
4 months ago
Trent Larson
114f0e4405
fix message for when some passwords are wrong (and now things decode correctly)
4 months ago
Trent Larson
64830eeb05
fix linting (and change a little wording in onboarding page)
4 months ago
Trent Larson
31d573684a
split out group-meeting member list into a separate component, and fix some edit/create mode titles
4 months ago
Trent Larson
40765feea1
move edit & delete around & eliminate redundant boolean
4 months ago
Trent Larson
5ff91186e2
add onboarding pages for the list and members, and refine the setup
4 months ago
Trent Larson
2a23587c3b
make screen where user can create a group onboarding meeting
4 months ago