Trent Larson
|
829870b16c
|
add some logging to the DB (especially for iOS app feed debugging)
|
2 months ago |
Matthew Raymer
|
e0aded04b4
|
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
|
2 months ago |
Trent Larson
|
811fddf24a
|
fix error setting the apiServer to "", plus some refactors while fixing test 40
|
3 months ago |
Matthew Raymer
|
be8ba12df6
|
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.
|
5 months ago |
Trent Larson
|
bb3807a805
|
switch the encryption secret from localStorage to IndexedDB (because localStorage gets lost so often)
|
5 months ago |
Trent Larson
|
6dc44b2494
|
move more logging into the database
|
6 months ago |
Trent Larson
|
2c0c7ac256
|
add minute to notification scheduling & fix a bug, plus other tweaks
|
6 months ago |
Trent Larson
|
8111b0e5cf
|
modify the settings to allow account-specific settings, eg. for "isRegistered"
|
8 months ago |
Trent Larson
|
5ad8a2d2ba
|
await all of the db.settings updates
|
10 months ago |
Trent Larson
|
7f02ba29a3
|
add a share_target for people to add a photo
|
1 year ago |
Trent Larson
|
25b1598fcb
|
doc: add more help for the notifications
|
1 year ago |
Trent Larson
|
05c6ddda02
|
allow a test notification from the notification help screen
|
1 year ago |
Trent Larson
|
d7f4acb702
|
make more adjustments to try and get logging to work
|
1 year ago |
Trent Larson
|
4f2cb55753
|
add warning if on unexpected server
|
1 year ago |
Trent Larson
|
3bf8fd0c22
|
rename "push" to "webPush" for future-proofing
|
1 year ago |
Trent Larson
|
65a5edf26b
|
allow to customize the push-server for testing
|
2 years ago |
Matthew Raymer
|
082a6eae1f
|
Refactor db setup a bit
|
2 years ago |
Trent Larson
|
0c05505c46
|
allow use of custom derivation path, and add way to increment derivation for existing
|
2 years ago |
Matthew Raymer
|
b6b7c56157
|
DiscoverView searches almost done.
Contact fixes
ContactAmounts fix quick-nav
Cleaning up ProjectView still more to do
Hide advanced by default on StatisticsView
project.task updated
|
2 years ago |
Trent Larson
|
6daa515d19
|
load feed of give records on home screen
|
2 years ago |
Trent Larson
|
d5336dbf1b
|
docs & comments & labels
|
2 years ago |
Trent Larson
|
fc7c1187e8
|
allow to switch the server
|
2 years ago |
Trent Larson
|
c7fa6823bc
|
add DB export
|
2 years ago |
Trent Larson
|
45b54db01e
|
separate account from other data for backup/restore
|
2 years ago |
Trent Larson
|
afc175e3e7
|
add settings table to store names (and other things soon)
|
2 years ago |
Trent Larson
|
cfeabf05a4
|
refactor DB organization (prepping for more tables)
|
2 years ago |
Trent Larson
|
4fdfe2f824
|
feat: add contacts DB & page
|
2 years ago |
Matthew Aaron Raymer
|
4a407b43ae
|
Fix encrypt-decrypt issue.
|
2 years ago |
Matthew Aaron Raymer
|
c6d0473fab
|
Refactored again. Fields update on Account page
|
2 years ago |
Matthew Aaron Raymer
|
c9d5ab82fd
|
Adds an initial account as long as there are no available accounts.
|
2 years ago |
Matthew Aaron Raymer
|
3ac8f911ac
|
DB being created. Still getting an exception.
|
2 years ago |
Matthew Aaron Raymer
|
9232afb5af
|
In transition ... experimenting
|
2 years ago |