Matthew Raymer
e6138bd0e2
fix: improve electron asset path handling
- Add extraResources config to package.json to properly include www directory
- Update path rewriting in build-electron.js to handle all asset types
- Fix modulepreload and stylesheet paths in index.html
- Improve path handling in main.js for packaged app
- Clean up file protocol handling and service worker management
This fixes the issue with assets not loading in the packaged Electron app
by ensuring all paths are correctly rewritten to reference the www directory
in the app resources.
2 months ago
Matthew Raymer
47a28ff7ad
commit working index.html
2 months ago
Matthew Raymer
562b27851c
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
2 months ago
Trent Larson
cc14b9e0ce
bump version to 0.3.57
2 months ago
Trent Larson
9a6b2fcf0d
for meeting invitees, create their ID and allow them to set a name
2 months ago
Matthew Raymer
b1ba3935e6
docs: add comprehensive build instructions for all platforms
Add detailed build instructions for web, desktop (Electron), and mobile
(Capacitor) platforms. Include prerequisites, setup steps, and platform-specific
build commands. Add sections for testing, linting, and development workflows.
Document build output directories and PWA features.
2 months ago
Trent Larson
2b78307a51
bump version & add "-beta"
2 months ago
Trent Larson
ae12f243ec
bump to version 0.3.55
2 months ago
Trent Larson
85c93c060a
fix display on a mobile device & mark slower tests
2 months ago
Trent Larson
da0f9e7581
add end time to projects
2 months ago
Trent Larson
ec96bd8235
bump version to 0.3.54
2 months ago
Trent Larson
62ae603778
fix linting
2 months ago
Trent Larson
b8ca2a03fe
add 'isRegistered' flag to encrypted contents in an onboarding meeting
2 months ago
Trent Larson
287a440b3e
show a better message when admission to an onboarding meeting succeeds but registration fails
2 months ago
Matthew Raymer
d9085ced6d
(chore): cleaning up formatting and relative references
2 months ago
Matthew Raymer
43983bd993
(chore): merge mostly pathway changes
2 months ago
Trent Larson
9411096ab7
prompt organizer about adding a contact if not in list, and other sanity checks
2 months ago
Trent Larson
fe71c3f754
make member view available to onboard meeting organizer and reorganize buttons
2 months ago
Trent Larson
93831c372a
fix problem with you-are-missing message and refactor other messages in onboard meeting
2 months ago
Trent Larson
34248a2ee5
fix test
2 months ago
Matthew Raymer
6c97cafedb
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.
2 months ago
Trent Larson
0b05ca3de8
fix linting
2 months ago
Trent Larson
dffecae565
now add registration when the organizer admits them
2 months ago
Trent Larson
4cd130244c
add an icon for each attendee to add them to their contact list
2 months ago
Trent Larson
d5f4337558
organizer can toggle admission to the meeting
2 months ago
Trent Larson
114f0e4405
fix message for when some passwords are wrong (and now things decode correctly)
2 months ago
Trent Larson
64830eeb05
fix linting (and change a little wording in onboarding page)
2 months ago
Trent Larson
dd281e78fd
show when an onboarding member is already in a meeting, and allow them to leave
2 months ago
Trent Larson
31d573684a
split out group-meeting member list into a separate component, and fix some edit/create mode titles
2 months ago
Trent Larson
40765feea1
move edit & delete around & eliminate redundant boolean
2 months ago
Trent Larson
5ff91186e2
add onboarding pages for the list and members, and refine the setup
2 months ago
Matthew Raymer
b3b01652c4
Merge changes
2 months ago
Trent Larson
2a23587c3b
make screen where user can create a group onboarding meeting
2 months ago
Trent Larson
51c8d8ac8b
change to three prompts for an onboarding-method choice (first one doesn't work yet)
2 months ago
Trent Larson
65cc13977d
bump version and add "-beta"
2 months ago
Trent Larson
30552916a2
bump version to 0.3.53
2 months ago
Trent Larson
920d3f4d25
fix linting, add to the 10-project timeout
2 months ago
Trent Larson
d57aee203f
add instructions for contacting potential links to hidden people
2 months ago
Trent Larson
7ababb4e1b
fix problem after minimizing use of account private data
2 months ago
Trent Larson
41041d72c0
fix problem with production map endpoint server, and bump version to 0.3.52
3 months ago
Trent Larson
93bf3d2c08
bump to version 0.3.51, tweak README for deployments
3 months ago
Trent Larson
0576fc4187
fix a jump on user profile map move & recenter
3 months ago
Trent Larson
b9fedcd3fd
bump to version 0.3.50
3 months ago
Trent Larson
802130d3b6
fix the marker storage & clearing logic, and add the second profile map when used
3 months ago
Trent Larson
aec530f5a8
fix build and auto-test issues
3 months ago
Trent Larson
5763fe4e49
add page for user profile view and update endpoints; rename any "rowid" to "rowId"
3 months ago
Trent Larson
f3f8aeefc3
add discovery of people's profiles, and update profile endpoints for latest server version
3 months ago
Trent Larson
8eb8b746d7
add map and location for user profile
3 months ago
Trent Larson
0e52f4806f
fix linting
3 months ago
Trent Larson
7c90cf908a
save a profile blurb
3 months ago