Matthew Raymer
ec1f50af69
docs: move build instructions from README to BUILDING.md
- Move detailed setup and build instructions from README.md to BUILDING.md
- Add concise reference to BUILDING.md in README.md
- Keep testing and other documentation in README.md
- Improve organization of documentation by separating build-specific content
5 months ago
Matthew Raymer
d8c1a84cfe
WIP (fix): improve electron build configuration and service worker handling
- Properly disable service workers in electron builds
- Add CSP headers for electron security
- Fix path resolution in electron context
- Improve preload script error handling and IPC setup
- Update build scripts for better electron/capacitor compatibility
- Fix router path handling in electron context
- Remove electron-builder dependency
- Streamline build process and output structure
This change improves the stability and security of electron builds while
maintaining PWA functionality in web builds. Service workers are now
properly disabled in electron context, and path resolution issues are
fixed.
6 months ago
Matthew Raymer
3a5f202da3
commit working index.html
6 months ago
Matthew Raymer
c9f78ae09b
feat(electron): improve electron build configuration
- Add dedicated electron build scripts for each platform
- Configure Vite rollup options for electron builds
- Update electron-builder configuration with proper app metadata
- Add clean script and rimraf dependency
- Set proper appId and build settings for production builds
- Enable asar packaging for better security
6 months ago
Matthew Raymer
15783cdbe6
(chore): cleaning up formatting and relative references
6 months ago
Trent Larson
5b29d97173
prompt organizer about adding a contact if not in list, and other sanity checks
6 months ago
Trent Larson
bb5913fef4
make member view available to onboard meeting organizer and reorganize buttons
6 months ago
Trent Larson
29a81c48c8
fix problem with you-are-missing message and refactor other messages in onboard meeting
6 months ago
Matthew Raymer
abf2756807
Merge branch 'master' into split_build_process
fix: update import paths from alias to relative
- Replace @ alias imports with relative paths in HiddenDidDialog and UserProfileView
- Maintain consistent import style across components
- Improve build compatibility across different environments
This change helps ensure consistent module resolution across different
build targets including Capacitor and Electron builds.
6 months ago
Trent Larson
03bfd364ce
fix linting
6 months ago
Trent Larson
1b869a23b0
now add registration when the organizer admits them
6 months ago
Trent Larson
074c12da63
add an icon for each attendee to add them to their contact list
6 months ago
Trent Larson
763398ff1b
organizer can toggle admission to the meeting
6 months ago
Trent Larson
3c7a044f67
fix message for when some passwords are wrong (and now things decode correctly)
6 months ago
Trent Larson
6a070a1715
fix linting (and change a little wording in onboarding page)
6 months ago
Trent Larson
5cb2ac339d
show when an onboarding member is already in a meeting, and allow them to leave
6 months ago
Trent Larson
b3daa27d20
split out group-meeting member list into a separate component, and fix some edit/create mode titles
6 months ago
Trent Larson
ce6ce63433
move edit & delete around & eliminate redundant boolean
6 months ago
Trent Larson
3a56d83dd6
add onboarding pages for the list and members, and refine the setup
6 months ago
Trent Larson
5943df756a
make screen where user can create a group onboarding meeting
6 months ago
Trent Larson
ea80658e04
change to three prompts for an onboarding-method choice (first one doesn't work yet)
6 months ago
Trent Larson
9f54286817
fix linting, add to the 10-project timeout
6 months ago
Trent Larson
888e87f6c6
add instructions for contacting potential links to hidden people
6 months ago
Trent Larson
1a0d46d963
fix problem after minimizing use of account private data
6 months ago
Trent Larson
6c1cdd3bfd
fix a jump on user profile map move & recenter
6 months ago
Trent Larson
e6242e2491
fix the marker storage & clearing logic, and add the second profile map when used
6 months ago
Trent Larson
101acd2a8c
fix build and auto-test issues
6 months ago
Trent Larson
59b433830d
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
6 months ago
Trent Larson
c1058499c7
add discovery of people's profiles, and update profile endpoints for latest server version
6 months ago
Trent Larson
70043fc28c
add map and location for user profile
6 months ago
Trent Larson
1c1231b831
fix linting
6 months ago
Trent Larson
2386813e92
save a profile blurb
7 months ago
Trent Larson
b871aa9d39
fix linting
7 months ago
Trent Larson
45de44cf9e
show warning about using nostr, and show errors if location was enabled but data is missing
7 months ago
Matthew Raymer
aa4edb9742
Fixes for APP_SERVER definition issue
7 months ago
Trent Larson
e97bc4893e
change all copied contact URLs to contact-import, and handle multiples & singles separately
7 months ago
Trent Larson
181de625ba
add sanity checks for importing bulk contacts, eg. when there is a truncated link
7 months ago
Matthew Raymer
ff4e23517b
Multi-build support; tested successfully for Electron
7 months ago
Trent Larson
e218bde9cc
update to 0.3.47 - fix linting
7 months ago
Trent Larson
2e7700731b
switch so personal contact JWT is link to this server (not endorser.ch), make empty-did URL show user's info
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.
7 months ago
Trent Larson
399e6299de
add contact-methods to a contact
7 months ago
Trent Larson
5f402c97a9
fix any error messages with words that are too long and push the "X" off the page
7 months ago
Trent Larson
2c0b927080
make notification errors go away automatically
7 months ago
Trent Larson
d4bb2a35fc
add a contact-edit page and allow saving of notes
7 months ago
Trent Larson
670c729a37
move extended details under details section in ClaimView, and make that section more similar to ConfirmGiftView
7 months ago
Trent Larson
870a6f108e
change gifted prompts to point to achievements that were made possible
7 months ago
Trent Larson
efb3717f2a
fix verbiage when looking at new offers
7 months ago
Trent Larson
5ee08793af
fix error where visibility was set on all imported contacts even if not selected (and specify more types)
7 months ago
Trent Larson
e37cb2475e
add test that copies contact-import JWT to clipboard and imports from it
7 months ago