popup now working

note deletion via popup working
popup is not closing properly (1st close ok, after that not working (bcs 1 bool for all modals))
This commit is contained in:
dhain 2022-10-16 23:08:15 +02:00
parent cdefc2e993
commit f266f3579c
3 changed files with 49 additions and 17 deletions

View file

@ -10,6 +10,7 @@
"dependencies": {
"bootstrap-icons": "^1.9.1",
"nookies": "^2.5.2",
"sv-popup": "^0.2.5",
"webworker": "^0.8.4"
},
"devDependencies": {
@ -2084,6 +2085,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/sv-popup": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/sv-popup/-/sv-popup-0.2.5.tgz",
"integrity": "sha512-JhBu4piXaauamT4vMEcFCydvxJ8e72G7c9F3caZVAPsiFqWPTYT3JDz99FlR+YCnbOp1emsZqqOPVvCwHgURog=="
},
"node_modules/svelte": {
"version": "3.50.1",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-3.50.1.tgz",
@ -3833,6 +3839,11 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"dev": true
},
"sv-popup": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/sv-popup/-/sv-popup-0.2.5.tgz",
"integrity": "sha512-JhBu4piXaauamT4vMEcFCydvxJ8e72G7c9F3caZVAPsiFqWPTYT3JDz99FlR+YCnbOp1emsZqqOPVvCwHgURog=="
},
"svelte": {
"version": "3.50.1",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-3.50.1.tgz",