feat:#13 added overlay panel with infos about event and colors

This commit is contained in:
Elmar Kresse
2024-06-06 00:31:19 +02:00
parent 49342f28f1
commit 4e73eddf50
7 changed files with 145 additions and 16 deletions

View File

@@ -4477,6 +4477,7 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
@@ -4486,6 +4487,7 @@
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.1.3.tgz",
"integrity": "sha512-ZfbMu+nbzW0mEzC8VZrLiSWvUIaI3aRHeq33mTe7Y38UctKukgqPR4nTDwcwS4d64Gf8GghnVsroBuMY3eiTeA==",
"license": "MIT",
"peerDependencies": {
"date-fns": "^3.0.0"
}