Trent Larson
1e9c3f3101
add Discover query param searchPeople to go straight to people map
2 months ago
Trent Larson
811fddf24a
fix error setting the apiServer to "", plus some refactors while fixing test 40
2 months ago
Trent Larson
c9c3cacfbd
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
2 months ago
Trent Larson
e95b67b6db
fix linting
2 months ago
Trent Larson
8e46c38008
yet another attempt at nostr-tools nip06 fix
2 months ago
Jason Buchanan
6fc416d759
chore: cleanup in prep for pull request
2 months ago
Jason Buchanan
e86cf3c9f2
deps: fixing issues around nostr-tools deps being removed that were necessary
2 months ago
Jason Buchanan
f4c7805266
feat(feed): improving the image viewer, to be more conventional, and also allowing the viewer to download the image on mobile with `...` control
2 months ago
Jason Buchanan
0511bbc17b
feat(feed): adding image viewer for expanding images found in the feed instead of displaying in a new tab and taking the viewer away from the application
2 months ago
Jason Buchanan
be1146c7df
fix(feed): long words or urls displayed in feed break the container layout
2 months ago
Jason Buchanan
781afd8954
feat(feed): better image formatting, to take up the width of the feed container
2 months ago
Jason Buchanan
53a06be734
deps: updated `nostr-tools` and import
2 months ago
Matthew Raymer
8eabf76f56
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
2 months ago
Matthew Raymer
1045266310
fix: resolve nostr-tools typescript type conflicts
- Update type definitions for nostr-tools
- Fix type compatibility issues
- Add missing type declarations
2 months ago
Matthew Raymer
12025d6f21
chore: update in preparation for production mode
2 months ago
Matthew Raymer
16bc47921d
chore: linting for build
2 months ago
Matthew Raymer
9a966ef04d
fix: add Content Security Policy for Electron API connections
- Add CSP headers to allow connections to endorser.ch and timesafari.app APIs
- Configure secure content policies for images, scripts, styles and fonts
- Fix API connection errors by allowing required external resources
- Remove duplicate CSP header configuration
2 months ago
Matthew Raymer
de017d1a71
docs: update electron build instructions and fix electron asset paths
- Add web build prerequisite step to electron build docs
- Update electron run command to use npx
- Fix electron asset loading with improved path handling
- Add request interception for proper asset resolution
- Remove service worker files from electron build
- Improve debug logging for electron builds
2 months ago
Matthew Raymer
4e0f9235cd
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
2 months ago
Matthew Raymer
f0d0f63672
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.
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
9a6b2fcf0d
for meeting invitees, create their ID and allow them to set a name
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
62ae603778
fix linting
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
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.
3 months ago
Trent Larson
0b05ca3de8
fix linting
3 months ago
Trent Larson
dffecae565
now add registration when the organizer admits them
3 months ago
Trent Larson
4cd130244c
add an icon for each attendee to add them to their contact list
3 months ago
Trent Larson
d5f4337558
organizer can toggle admission to the meeting
3 months ago
Trent Larson
114f0e4405
fix message for when some passwords are wrong (and now things decode correctly)
3 months ago
Trent Larson
64830eeb05
fix linting (and change a little wording in onboarding page)
3 months ago
Trent Larson
dd281e78fd
show when an onboarding member is already in a meeting, and allow them to leave
3 months ago
Trent Larson
31d573684a
split out group-meeting member list into a separate component, and fix some edit/create mode titles
3 months ago
Trent Larson
40765feea1
move edit & delete around & eliminate redundant boolean
3 months ago
Trent Larson
5ff91186e2
add onboarding pages for the list and members, and refine the setup
3 months ago
Trent Larson
2a23587c3b
make screen where user can create a group onboarding meeting
3 months ago
Trent Larson
51c8d8ac8b
change to three prompts for an onboarding-method choice (first one doesn't work yet)
3 months ago
Trent Larson
920d3f4d25
fix linting, add to the 10-project timeout
3 months ago
Trent Larson
d57aee203f
add instructions for contacting potential links to hidden people
3 months ago
Trent Larson
7ababb4e1b
fix problem after minimizing use of account private data
3 months ago
Trent Larson
0576fc4187
fix a jump on user profile map move & recenter
3 months ago
Trent Larson
802130d3b6
fix the marker storage & clearing logic, and add the second profile map when used
3 months ago