mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-23 17:31:09 -05:00
feat: Implement Entity Suggestion Manager and Modal components
- Added EntitySuggestionManager.vue to manage entity suggestions and authentication. - Created EntitySuggestionModal.vue for displaying suggestions and adding new entities. - Integrated AuthManager for user authentication within the suggestion modal. - Enhanced signal handling in start-servers.sh for graceful shutdown of servers. - Improved server startup script to ensure proper cleanup and responsiveness to termination signals. - Added documentation for signal handling fixes and usage instructions.
This commit is contained in:
@@ -53,6 +53,7 @@ dependencies = [
|
||||
"django-extensions>=4.1",
|
||||
"werkzeug>=3.1.3",
|
||||
"django-widget-tweaks>=1.5.0",
|
||||
"redis>=6.4.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
@@ -70,3 +71,6 @@ typeCheckingMode = "basic"
|
||||
|
||||
[tool.pylance]
|
||||
stubPath = "stubs"
|
||||
|
||||
[tool.uv.sources]
|
||||
python-json-logger = { url = "https://github.com/nhairs/python-json-logger/releases/download/v3.0.0/python_json_logger-3.0.0-py3-none-any.whl" }
|
||||
|
||||
Reference in New Issue
Block a user