Trent Larson
41365fab8f
add projectLink to onboarding meeting, plus enhancements to setup usability
7 days 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
2 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.
3 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
3 months ago
Trent Larson
9a6b2fcf0d
for meeting invitees, create their ID and allow them to set a name
3 months ago
Trent Larson
b8ca2a03fe
add 'isRegistered' flag to encrypted contents in an onboarding meeting
3 months ago
Trent Larson
287a440b3e
show a better message when admission to an onboarding meeting succeeds but registration fails
3 months ago
Matthew Raymer
d9085ced6d
(chore): cleaning up formatting and relative references
3 months ago
Trent Larson
9411096ab7
prompt organizer about adding a contact if not in list, and other sanity checks
3 months ago
Trent Larson
fe71c3f754
make member view available to onboard meeting organizer and reorganize buttons
3 months ago
Trent Larson
93831c372a
fix problem with you-are-missing message and refactor other messages in onboard meeting
3 months ago
Trent Larson
0b05ca3de8
fix linting
4 months ago
Trent Larson
dffecae565
now add registration when the organizer admits them
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
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