Skip to content
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

(solves 736) Checkbox to toggle latitude and longitude in Venue block #877

Merged
merged 29 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
af760e5
initial push
stephenerdelyi Sep 17, 2024
4fa8150
working updates
stephenerdelyi Sep 17, 2024
cb44491
fix lint error
stephenerdelyi Sep 17, 2024
b2b1eec
Fixed build; added NumberControl; pulled in recent changes from develop.
mauteri Oct 12, 2024
59677ec
Var name change.
mauteri Oct 12, 2024
ede98fe
Name change in more places.
mauteri Oct 12, 2024
418e289
Fix conflicts.
mauteri Oct 12, 2024
9ca69d3
Boilerplate for the store
jmarx Oct 18, 2024
ff4c7bd
Set up a basic interaction with the venue store
jmarx Oct 18, 2024
e64fb45
WIP: Grab updated lat/long values from store and console log them out…
jmarx Oct 18, 2024
7d2acd0
Venue lat/long values are now pulling from the store
jmarx Oct 20, 2024
4df2ab3
Merge branch 'develop' into 736-checkbox-lat-lng
jmarx Oct 20, 2024
a4a7c42
Merge branch 'develop' into 736-checkbox-lat-lng-store
jmarx Oct 20, 2024
35c79ad
Use store to toggle custom lat long attr
jmarx Nov 1, 2024
ea1e0e7
Add store functions in venue information for better performance
jmarx Nov 2, 2024
d53070c
Remove console logs
jmarx Nov 2, 2024
d78a7c7
Merge branch 'develop' into 736-checkbox-lat-lng-store
jmarx Nov 2, 2024
74ebd41
Merge branch 'develop' into 736-checkbox-lat-lng
jmarx Nov 2, 2024
e378324
Merge branch '736-checkbox-lat-lng-store' into 736-checkbox-lat-lng
jmarx Nov 2, 2024
ac7ef12
Remove redundant useeffect
jmarx Nov 2, 2024
ff589c1
hide lat/long heading from event post type
jmarx Nov 3, 2024
9ead249
Clean up some stuff
jmarx Nov 3, 2024
f5f87f2
More Cleanup
jmarx Nov 4, 2024
127029d
enable google maps + custom lat / lng functionality + build
stephenerdelyi Nov 9, 2024
55eb3d0
fix spelling typo, update tests, fix JS formatting
stephenerdelyi Nov 9, 2024
daad077
one last formatting update
stephenerdelyi Nov 9, 2024
7f9fc19
Update docblock and build files.
mauteri Nov 15, 2024
c5275f8
Bump tested up to version.
mauteri Nov 15, 2024
e4970c9
Bump wordpress version checker.
mauteri Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-version-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: WordPress Version Checker
uses: skaut/[email protected].1
uses: skaut/[email protected].2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions build/535-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading