Move CSS/JS assets from static/ into views/ feature folders

Co-locate each feature's CSS and JS alongside its HTML template.
Remove the standalone static/ directory entirely.
This commit is contained in:
hiep200311
2026-06-24 16:22:14 +07:00
parent ff47d331ae
commit 9f7824825c
8 changed files with 0 additions and 272 deletions
@@ -0,0 +1,3 @@
// transcriptionReview.js
// Custom JavaScript for Transcription Review
console.log("Transcription Review initialized.");