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
d03fa55001
refactor(platform): replace platform checks with capability-based system
- Add PlatformCapabilities interface to define available features
- Remove isWeb(), isCapacitor(), isElectron(), isPyWebView() methods
- Update platform services to implement getCapabilities()
- Refactor DataExportSection to use capability checks instead of platform checks
- Improve platform abstraction and separation of concerns
- Make platform-specific logic more maintainable and extensible
This change decouples components from specific platform implementations,
making the codebase more maintainable and easier to extend with new platforms.
3 months ago
..
assets
Initial stab at vitejs update
1 year ago
components
refactor(platform): replace platform checks with capability-based system
3 months ago
constants
finish separation of daily reminder message, bump version to 0.3.34
7 months ago
db
add some logging to the DB (especially for iOS app feed debugging)
3 months ago
electron
refactor: Replace console logging with logger utility
4 months ago
interfaces
test: enhance deep link testing with real JWT examples
4 months ago
lib
test: enhance deep link testing with real JWT examples
4 months ago
libs
wip: Improve deep link validation and error handling
4 months ago
pywebview
fix: resolve nostr-tools typescript type conflicts
5 months ago
router
add LogView for those cases where the log download doesn't work
3 months ago
services
refactor(platform): replace platform checks with capability-based system
3 months ago
test
refactor: Replace console logging with logger utility
4 months ago
types
on home page: fix images for all persons, remove excessive verbiage, fix project icon, allow click on image to close
3 months ago
utils
add some logging to the DB (especially for iOS app feed debugging)
3 months ago
views
refactor: improve camera controls and modularize data export
3 months ago
App.vue
refactor: Replace console logging with logger utility
4 months ago
main.capacitor.ts
refactor: Replace console logging with logger utility
4 months ago
main.common.ts
refactor: Replace console logging with logger utility
4 months ago
main.electron.ts
WIP: certificate view and dependency updates
4 months ago
main.pywebview.ts
WIP: certificate view and dependency updates
4 months ago
main.ts
on home page: fix images for all persons, remove excessive verbiage, fix project icon, allow click on image to close
3 months ago
main.web.ts
refactor: reorganize Vite config into modular files
5 months ago
registerServiceWorker.ts
docs: move build instructions from README to BUILDING.md
5 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
12 months ago
vite.config.utils.js
docs: move build instructions from README to BUILDING.md
5 months ago