trentlarson
1fc5b0ea2b
Merge pull request 'add button during photo to switch to mirror mode' ( #109 ) from photo-reverse into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/109
10 months ago
Jason Buchanan
ca240ab795
fix: es modules syntax for buffer deps instead of commonjs require
10 months ago
Jason Buchanan
01b5ca6ec8
chore: update vitejs config to deploy on the same default port as the @vue/cli-service
This port is 8080. This is done to not break existing tooling and devops code.
10 months ago
Jason Buchanan
6f49260c1e
fix: AccountViewView.vue template not resolving dep for dexie-export-import/dist/import
Previous error:
Error: The following dependencies are imported but could not be resolved:
dexie-export-import/dist/import (imported by /Users/jason/dev/src/trent/crowd-funder-for-time-pwa/src/views/AccountViewView.vue?id=0)
Are they installed?
at file:///Users/jason/dev/src/trent/crowd-funder-for-time-pwa/node_modules/vite/dist/node/chunks/dep-DJaaTb_D.js:52506:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///Users/jason/dev/src/trent/crowd-funder-for-time-pwa/node_modules/vite/dist/node/chunks/dep-DJaaTb_D.js:51972:38
10 months ago
Jason Buchanan
38f44771e9
Initial stab at vitejs update
10 months ago
Trent Larson
be2154f847
change icon for detail view (from circle-info to file-lines)
10 months ago
Trent Larson
4ad4cab25e
add blurb explaining what data is shared with the world
10 months ago
Trent Larson
e020caaa50
show warnings before dismissing prompt, and add to tasks and help
10 months ago
Trent Larson
40d12b1f9c
add button on photo to switch to mirror mode
10 months ago
Trent Larson
28754bdfb1
bump version to 0.3.5
10 months ago
Trent Larson
2b8f9579f1
fix so that project agent & location removals get saved
10 months ago
Trent Larson
6dc0c2cd58
add a camera-switch button
10 months ago
trentlarson
cc6d0958dc
Merge pull request 'fix: npm audit fix to resolve vulnerabilities 1 low, 3 moderate, 1 high' ( #108 ) from jsnbuchanan/crowd-funder-for-time-pwa:master into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/108
10 months ago
Jason Buchanan
7ce00b86e8
deps: npm audit fix to resolve vulnerabilities 1 low, 3 moderate, 1 high
There are still 9 moderate severity vulnerabilities, but I will work on those independentally because they may involve updating to library version that have breaking changes.
10 months ago
Trent Larson
5e771e4a24
refactor tasks
10 months ago
Trent Larson
4dd2c044d5
bump to v 0.3.4
10 months ago
trentlarson
3bfd54362e
Merge pull request 'Sample button visual enhancement' ( #104 ) from button-visual-enhancement into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/104
10 months ago
Jose Olarte III
b6e344a15e
Propagated button improvements across views
10 months ago
Jose Olarte III
3d1c46aef8
Merge branch 'master' into button-visual-enhancement
10 months ago
trentlarson
ce05f7d003
Merge pull request 'tweak imagery so that it doesn't get stretched on a mobile device' ( #107 ) from photo-ratio into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/107
10 months ago
Trent Larson
313cd79e60
finalize the photo-taking code, adding comments and removing logging
10 months ago
Trent Larson
121991b53a
Merge branch 'gifted-camera-improvements' into photo-ratio
10 months ago
Jose Olarte III
cbf8cb9f46
Fixed placement of upload/retry buttons
10 months ago
Jose Olarte III
fe0668e4b3
Improved Camera Popup
10 months ago
Trent Larson
a230506d96
change the X and picture button so that landscape is all functional (if not great-looking)
10 months ago
Trent Larson
c49c55d394
change the photo ratios to fix all but portrait-orientation on mobile-emulation
10 months ago
Trent Larson
ae572afff6
add help for when service workers get stuck; bump to version 0.3.2
10 months ago
Trent Larson
ccea2486e4
change build for test servers, bump version to 0.3.1
10 months ago
Trent Larson
155343a9d7
bump to v 0.3.0
10 months ago
trentlarson
85ad295eb9
Merge pull request 'photo-upload' ( #105 ) from photo-upload into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/105
10 months ago
Trent Larson
64322b2804
change the default image server port
10 months ago
Trent Larson
3e556dfa52
move the "part of project" text in giving-details screen
10 months ago
Trent Larson
252952e017
show the image rate limits
10 months ago
Trent Larson
251986d2bc
make the photo show in a pop-up dialog
10 months ago
Trent Larson
49bb1c07b7
fix file extension
10 months ago
Trent Larson
67f34f9826
on "give details" page, distinguish between project & user destination
10 months ago
Trent Larson
476d35452a
send the claim type with an image
10 months ago
Trent Larson
26582030df
add another check when deleting an image
10 months ago
Trent Larson
ae857f4c8f
guard against another set of errors when deleting an image
10 months ago
Trent Larson
c602c5ce50
add some other image deletions in other cases
11 months ago
Trent Larson
e4543457e2
add image onto give claim, then display on feel (full round-trip, baby!)
11 months ago
Trent Larson
c58f012d2c
allow viewing and deletion of an image
11 months ago
Trent Larson
792e9cb648
separate picture taking from uploading
11 months ago
Trent Larson
acee761906
add page for extended details of gifts including pic (not fully tested)
11 months ago
Trent Larson
cae2bbc4ff
make styled button to take picture
11 months ago
Jose Olarte III
a5c3600673
Sample button visual enhancement
11 months ago
Trent Larson
0eb64ed716
add authentication token for image server, change default image server to localhost
11 months ago
Trent Larson
f1bb1b51aa
Merge branch 'master' into photo-upload
11 months ago
Trent Larson
92b924643e
fix camera resolution, parameterize image API server
11 months ago
Trent Larson
ca90447700
fix different "environment" variables for prod & dev
11 months ago