Update event import process and improve user feedback
Some checks failed
Go / build-and-release (push) Has been cancelled
Some checks failed
Go / build-and-release (push) Has been cancelled
Simplified event import to run synchronously, ensuring proper resource handling and accurate feedback. Enhanced frontend with real-time import status messages and error handling. Adjusted migrations to handle events individually, improving reliability and granular progress tracking.
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"Write:*",
|
||||
"Bash(go build:*)",
|
||||
"Bash(go test:*)",
|
||||
"Bash(./scripts/test.sh:*)"
|
||||
"Bash(./scripts/test.sh:*)",
|
||||
"Bash(./scripts/update-embedded-web.sh:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
Reference in New Issue
Block a user