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

task/WG-240: Tile Layers Panel #304

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
196e48a
update packages
rstijerina Jan 14, 2025
6b58526
update code for new packages
rstijerina Jan 15, 2025
b6b8e1d
Merge branch 'main' into update-packages
rstijerina Jan 15, 2025
926ee59
fix eslint config
rstijerina Jan 15, 2025
cb4e59e
fix eslint command; resolve eslint errors
rstijerina Jan 15, 2025
36f3f38
resolve prettier warning
rstijerina Jan 15, 2025
291bdfd
fix typo
rstijerina Jan 15, 2025
a2e9918
update github ci
rstijerina Jan 15, 2025
9eda5be
fix node cache path
rstijerina Jan 15, 2025
8dd0339
initial layers
rstijerina Jan 15, 2025
0da0e9f
upgrade node to v22 LTS
rstijerina Jan 15, 2025
4d298bb
Merge branch 'update-packages' into task/WG-240--tile-layers-panel
rstijerina Jan 15, 2025
b398fa4
Update packages use params for analytics change (#302)
nathanfranklin Jan 15, 2025
c4255ce
minor formatting
rstijerina Jan 15, 2025
bd307f2
Merge branch 'update-packages' into task/WG-240--tile-layers-panel
rstijerina Jan 15, 2025
c8ad7ec
Merge branch 'main' into task/WG-240--tile-layers-panel
rstijerina Jan 15, 2025
34fe03b
sortable layers panel
rstijerina Jan 16, 2025
ba9a503
refresh after put/post; handle auth state
rstijerina Jan 17, 2025
d91b328
create layer modal
rstijerina Jan 17, 2025
56953a6
drop wsmparams from form
rstijerina Jan 21, 2025
7e92094
form schema adjustments
rstijerina Jan 21, 2025
db65139
handle loading state
rstijerina Jan 21, 2025
00e5b9a
reset form on initialValues change
rstijerina Jan 22, 2025
78d637c
rework layout and modal zindex
rstijerina Jan 22, 2025
e08419c
Merge branch 'main' into task/WG-240--tile-layers-panel
rstijerina Jan 22, 2025
0abdc49
remove errant package.json
rstijerina Jan 22, 2025
ff62ddb
remove "@hookform/devtools"
rstijerina Jan 22, 2025
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
108 changes: 107 additions & 1 deletion react/package-lock.json

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

7 changes: 6 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
]
},
"dependencies": {
"@dnd-kit/sortable": "^10.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.10.0",
"@reduxjs/toolkit": "^2.5.0",
"@tacc/core-components": "^0.0.3-beta.0",
"@tacc/core-styles": "^2.37.2",
Expand All @@ -52,6 +54,8 @@
"react-datepicker": "^7.6.0",
"react-dom": "^18.3.1",
"react-esri-leaflet": "^2.0.1",
"react-hook-form": "^7.54.2",
"react-hook-form-antd": "^1.1.3",
"react-leaflet": "^4.2.1",
"react-leaflet-markercluster": "^4.2.1",
"react-redux": "^9.2.0",
Expand All @@ -60,7 +64,8 @@
"react-table": "^7.8.0",
"reactstrap": "^9.2.3",
"uuid": "^11.0.5",
"yup": "^1.6.1"
"yup": "^1.6.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
Expand Down
Loading
Loading