Trent Larson
77becf8673
remove non-working interests, enhance error messages, update tasks & changelog
9 months ago
trentlarson
a0ef8b6fd3
Merge pull request 'vitejs refactor' ( #110 ) from jsnbuchanan/crowd-funder-for-time-pwa:feat/vitejs into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/110
9 months ago
jsnbuchanan
1befff0abd
Merge pull request 'misc tweaks for new vite build' ( #4 ) from trentlarson/crowd-funder-from-jason:feat/vitejs-trent3 into feat/vitejs
Reviewed-on: https://gitea.anomalistdesign.com/jsnbuchanan/crowd-funder-for-time-pwa/pulls/4
9 months ago
Trent Larson
0b446ec134
misc tweaks for new vite build
10 months ago
jsnbuchanan
333ac773f6
Merge pull request 'A couple small fixes, plus a merge from master' ( #1 ) from trentlarson/crowd-funder-from-jason:feat/vitejs-trent into feat/vitejs
Reviewed-on: https://gitea.anomalistdesign.com/jsnbuchanan/crowd-funder-for-time-pwa/pulls/1
10 months ago
Trent Larson
1459719a47
remove a lingering debug console.log
10 months ago
Trent Larson
5994365a6c
fix title of the test app
10 months ago
Trent Larson
28f72640d7
add linting before any build
10 months ago
Trent Larson
ab81648aca
fix linting
10 months ago
Trent Larson
5828a290c7
Merge remote-tracking branch 'original-origin/master' into feat/vitejs-trent
10 months ago
Trent Larson
78fab735e6
avoid a huge error message in a likely-well-known scenario
10 months ago
Trent Larson
2ae165d56f
reorder home page vapid check to avoid an error on localhost
10 months ago
Trent Larson
0fbd1ad51a
add missing Dexie import (which causes failure upon download click)
10 months ago
Trent Larson
d49bf61524
on home page, change the filtered button color
10 months ago
trentlarson
1a80bbb714
Merge pull request 'ui-additions-2024-03' ( #113 ) from ui-additions-2024-03 into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/113
10 months ago
Trent Larson
5a2a8659f7
Merge branch 'master' into ui-additions-2024-03
10 months ago
Trent Larson
0632fb9b39
show in description when recipient is a project (not just Anonymous)
10 months ago
Trent Larson
640d273646
filter by selections (now all working), add cache for plans
10 months ago
trentlarson
8f4289c14d
Merge pull request 'send a time for notifications to the push server' ( #112 ) from notify-time into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/112
10 months ago
trentlarson
7f56c90d97
Merge pull request 'ui-fixes-2024-03' ( #111 ) from ui-fixes-2024-03 into master
Reviewed-on: https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/pulls/111
10 months ago
Trent Larson
8e1daf7015
feed filter: save the changed values to the DB, go to map if no location chosen, reload if necessary
10 months ago
Jose Olarte III
e90a0be6d9
Names and variables for filter toggles
10 months ago
Trent Larson
489bb76a60
adjust more code to the PushSubscriptionJSON
10 months ago
Trent Larson
2ca33bb9eb
adjust the notification-subscription objects to try and send correct info
10 months ago
Trent Larson
121181c6a1
add adjustment to UTC hour for notification time
10 months ago
Trent Larson
e4cf79b558
update tasks
10 months ago
Trent Larson
7692cc2b35
add logic to send a time for notifications
10 months ago
Jose Olarte III
0b4f2484f7
Additions to Account View
10 months ago
Jose Olarte III
cfd53bc186
Removed one more
10 months ago
Jose Olarte III
7f66addfe3
Filter options reduced for release
10 months ago
Jose Olarte III
4635c1ac48
Feed filters dialog
10 months ago
Jose Olarte III
55da3d0b1c
Map fix #2
10 months ago
Jose Olarte III
dce4d3cc72
Button width changes
For buttons that are next to each other
10 months ago
Jose Olarte III
e028197a2a
Optimized grid space for wider screens
10 months ago
Jose Olarte III
0dab475d8b
Fixed map z-index
10 months ago
Jose Olarte III
4e227fc07a
Added close icon to gifted prompts dialog
10 months ago
Trent Larson
2dfc8fedaa
refactor tasks
10 months ago
Jason Buchanan
035f2a5b04
docs: adding do for updated development server run command
- `npm run dev`
10 months ago
Jason Buchanan
09dccc34d6
fix: buffer typescript error in util.ts when parsing ArrayBuffer
10 months ago
Trent Larson
b28104af5b
bump version and add -beta
10 months ago
Trent Larson
3a07e31d63
bump to version 0.3.6
10 months ago
Trent Larson
35455e6648
fix check for more camera-device options
10 months ago
Trent Larson
0e2c5af16e
add onboarding help instructions as separate page
10 months ago
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