Kontextmenü Item "POI Bearbeiten", "POI hinzufügen" und "Stützpunkt hinzufügen" ausblenden wenn localStorage Variable "editMode" false ist

This commit is contained in:
ISA
2024-09-09 11:48:43 +02:00
parent 04e50c30f8
commit e1b51f6802
8 changed files with 886 additions and 103 deletions

View File

@@ -1,6 +1,9 @@
{
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^6.0.2",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"http-proxy-middleware": "^3.0.0",
@@ -25,8 +28,8 @@
"start": "next start",
"export": "next export",
"test": "jest",
"cypress": "cypress open",
"cypress:run": "cypress run"
"cypress": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"@babel/core": "^7.25.2",