-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add address lookup field #1138
Open
matthewdylan
wants to merge
32
commits into
include-address-donate-form
Choose a base branch
from
add-address-lookup
base: include-address-donate-form
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add address lookup field #1138
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
46e6e95
initial field built
matthewdylan 2e8e6fe
first run with google automcomplete
matthewdylan 9224106
comment out ref
matthewdylan fcbc2d2
attempting to update vue-loader
matthewdylan 43d8ec5
Oh, probably importing wrong
matthewdylan 1f941ca
Update config.common.js
matthewdylan 871dba4
autocomplete working now
matthewdylan dc1b192
updating incorrect v-on usage
matthewdylan f34b2d9
attempt address field update
matthewdylan b7466a0
let's see what we're getting
matthewdylan 09838d6
should at least log now
matthewdylan d832fcd
any luck with a computed value
matthewdylan 5965e31
trying updateValue mixin
matthewdylan 628995f
adding city and state
matthewdylan 0d193e1
Revert "adding city and state"
matthewdylan 6582d9e
adding city to donate form
matthewdylan 67b7e80
push updates to city
matthewdylan bd19121
re-adding all the city/zipcode updates and the state pieces
matthewdylan bcaa8c8
updating clases
matthewdylan 46b4129
another try at classes
matthewdylan 5a12061
testing a combined field that has input and does the lookup
matthewdylan f9617c2
Merge branch 'master' into add-address-lookup
matthewdylan 12a9e61
Some clean-up
matthewdylan 93887f6
Revert "attempting to update vue-loader"
matthewdylan d949d2e
trying with exclude node_modules real quick
matthewdylan 196e301
attempt implementing autocomplete with Vue.use
matthewdylan 799538e
Revert "attempt implementing autocomplete with Vue.use"
matthewdylan 50b388d
Revert "trying with exclude node_modules real quick"
matthewdylan d7a6769
more cleanup
matthewdylan b8845f7
include explicit vol removal
matthewdylan 1ad19cc
Design updates to address fields
matthewdylan bd34890
trying to swap back after focus
matthewdylan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,6 @@ module.exports = { | |
|
||
{ | ||
test: /\.vue$/, | ||
exclude: /node_modules/, | ||
loader: 'vue-loader', | ||
}, | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (non-blocking): Would it make sense to add this to the env list table in the readme?