You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Raymer
2c84bb50b3
**refactor(PhotoDialog, PlatformService): Implement cross-platform photo capture and encapsulated image processing**
- Replace direct camera library with platform-agnostic `PlatformService`
- Move platform-specific image processing logic to respective platform implementations
- Introduce `ImageResult` interface for consistent image handling across platforms
- Add support for native camera and image picker across all platforms
- Simplify `PhotoDialog` by removing platform-specific logic
- Maintain existing cropping and upload functionality
- Improve error handling and logging throughout
- Clean up UI for better user experience
- Add comprehensive documentation for usage and architecture
**BREAKING CHANGE:** Removes direct camera library dependency in favor of `PlatformService`
This change improves separation of concerns, enhances maintainability, and standardizes cross-platform image handling.
5 months ago
..
assets
Initial stab at vitejs update
1 year ago
components
**refactor(PhotoDialog, PlatformService): Implement cross-platform photo capture and encapsulated image processing**
5 months ago
constants
finish separation of daily reminder message, bump version to 0.3.34
9 months ago
db
add some logging to the DB (especially for iOS app feed debugging)
5 months ago
electron
refactor: Replace console logging with logger utility
6 months ago
interfaces
test: enhance deep link testing with real JWT examples
6 months ago
lib
test: enhance deep link testing with real JWT examples
6 months ago
libs
wip: Improve deep link validation and error handling
5 months ago
pywebview
fix: resolve nostr-tools typescript type conflicts
6 months ago
router
add LogView for those cases where the log download doesn't work
5 months ago
services
**refactor(PhotoDialog, PlatformService): Implement cross-platform photo capture and encapsulated image processing**
5 months ago
test
refactor: Replace console logging with logger utility
6 months ago
types
on home page: fix images for all persons, remove excessive verbiage, fix project icon, allow click on image to close
5 months ago
utils
add some logging to the DB (especially for iOS app feed debugging)
5 months ago
views
fix linting
5 months ago
App.vue
refactor: Replace console logging with logger utility
6 months ago
main.capacitor.ts
refactor: Replace console logging with logger utility
6 months ago
main.common.ts
refactor: Replace console logging with logger utility
6 months ago
main.electron.ts
WIP: certificate view and dependency updates
6 months ago
main.pywebview.ts
WIP: certificate view and dependency updates
6 months ago
main.ts
on home page: fix images for all persons, remove excessive verbiage, fix project icon, allow click on image to close
5 months ago
main.web.ts
refactor: reorganize Vite config into modular files
6 months ago
registerServiceWorker.ts
docs: move build instructions from README to BUILDING.md
6 months ago
shims-vue.d.ts
init
3 years ago
util.d.ts
fix linting
1 year ago
vite-env.d.ts
add ability to edit a GiveAction
1 year ago
vite.config.utils.js
docs: move build instructions from README to BUILDING.md
6 months ago