Jose Olarte III
d29156bb13
Safe area implementation for iOS
...
Dynamic padding to clear certain iOS UI elements such as the notch, dynamic island and gesture bar, to ensure they don't overlap with our own UI elements.
2025-05-08 20:11:45 +08:00
Jose Olarte III
40f9fcea75
Improvements to contact QR scanner UI
...
Plus some narrow-screen fixes to NotificationGroup
2025-05-07 21:23:12 +08:00
Matthew Raymer
c9536dd643
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
2025-03-11 09:35:55 +00:00
Matthew Raymer
3dbb836ae5
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.
2025-02-26 09:27:04 +00:00
Matthew Raymer
03178d35e7
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.
2025-02-26 06:50:08 +00:00
Matthew Raymer
79ef59c5a9
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
2025-02-24 11:21:08 +00:00
898821c9aa
fix image server references for tests (2 tests failing: missing function & looking for registration prompt for unregistered user)
2025-02-16 09:11:28 -07:00
Matthew Raymer
6903a02df6
Merge fixes
2025-01-11 12:45:43 +00:00
Matthew Raymer
ff4e23517b
Multi-build support; tested successfully for Electron
2025-01-07 09:40:31 +00:00
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.
2025-01-05 08:38:15 +00:00
399e6299de
add contact-methods to a contact
2025-01-04 20:34:05 -07:00
5f402c97a9
fix any error messages with words that are too long and push the "X" off the page
2025-01-04 18:19:25 -07:00
156950c7f0
add invite-one-accept screen dedicated to accepting invitations
2024-12-13 13:27:22 -07:00
af197f7c11
catch more errors if something catastrophic happens to encrypted data
2024-12-10 20:02:49 -07:00
ee0bc33db5
fix problem when notification subscription isn't found
2024-11-24 17:40:29 -07:00
2758af6e6e
finish separation of daily reminder message, bump version to 0.3.34
2024-11-24 13:09:40 -07:00
15e09c2d81
change the notification detection to our own variables, and save the selected time
2024-11-20 19:55:51 -07:00
73df9f374a
move push notification setup out of an App.vue Notification and into a component
2024-11-18 17:00:06 -07:00
228f213c10
move more logging into the database
2024-11-17 18:16:22 -07:00
f57d3b7707
add minute to notification scheduling & fix a bug, plus other tweaks
2024-11-15 20:39:08 -07:00
a271d9c206
add link directly into contact page to add a new contact via "contactJwt" query parameter
2024-09-27 18:41:11 -06:00
4fd2319d53
fix error is OfferDialog where assignment to a project was missed, plus some refactors
2024-09-16 15:12:32 -06:00
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
2024-09-15 16:30:46 -06:00
f2cb7d3ed8
prompt for name when showing info, and provide a "copy" page when remote
2024-08-23 20:06:50 -06:00
6b65e31649
misc tweaks and linting clean-up
2024-07-06 13:04:15 -06:00
c48b8246f9
add registration inside contact import, with flag to hide it
2024-04-28 16:18:30 -06:00
e2df848e96
add page to view all claims about a DID (which we'll have to restrict to visible people soon)
2024-04-26 20:13:44 -06:00
eeaacaf202
replace many of the javascript "confirm" calls with the nicer UX version
2024-04-24 19:52:33 -06:00
80818a8861
remove a lingering debug console.log
2024-04-07 11:39:13 -06:00
22cba5babf
Merge remote-tracking branch 'original-origin/master' into feat/vitejs-trent
2024-04-07 09:41:14 -06:00
a91ffc88b9
reorder home page vapid check to avoid an error on localhost
2024-04-07 09:16:42 -06:00
911203c190
adjust more code to the PushSubscriptionJSON
2024-04-02 19:32:41 -06:00
2da0394003
adjust the notification-subscription objects to try and send correct info
2024-04-02 19:18:31 -06:00
4a65d095db
add adjustment to UTC hour for notification time
2024-04-02 18:38:44 -06:00
144ab76716
add logic to send a time for notifications
2024-04-01 19:04:54 -06:00
9b183a4b6c
add blurb explaining what data is shared with the world
2024-03-23 18:45:26 -06:00
c58f012d2c
allow viewing and deletion of an image
2024-03-08 23:56:19 -07:00
2058205150
for BVC shortcut: send attend & give actions, and list actions to confirm
2024-02-25 18:38:54 -07:00
6aab1ff49d
consolidate interface and remove copies of code
2024-02-24 10:26:12 -07:00
61c3a0e30b
avoid error on browsers without a service worker
2024-02-03 19:19:58 -07:00
1f05e81b05
add notification immediately after setting up subscription, and tweak messaging
2024-01-03 21:27:13 -07:00
1f13bf772c
move wait for service-worker initialization into the notification modal
2024-01-01 20:36:23 -07:00
f8d3fe2ee1
enhance service-worker logging, allow for filtered-push test
2023-12-27 13:59:24 -07:00
25b1598fcb
doc: add more help for the notifications
2023-12-26 17:48:14 -07:00
fd8877900b
add another alert message & test button
2023-12-25 12:51:06 -07:00
05c6ddda02
allow a test notification from the notification help screen
2023-12-24 21:24:51 -07:00
7fe256dc9e
log service worker messages to the DB (now works)
2023-12-22 12:51:18 -07:00
d7f4acb702
make more adjustments to try and get logging to work
2023-12-21 20:50:35 -07:00
aaa1f31945
fix one single linting problem
2023-12-13 21:16:17 -07:00
5db3423301
enhance error messages
2023-12-13 19:17:18 -07:00