mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 09:02:11 +01:00
Refactor HTML templates for improved readability and consistency
- Updated search_results_table.html to enhance formatting and maintain consistent indentation. - Refined search_results.html layout for better structure and clarity. - Improved upload.html for better organization and readability of the upload form and data source table. - Removed unnecessary lines in package.json and streamlined devDependencies section.
This commit is contained in:
19
package.json
19
package.json
@ -1,17 +1,6 @@
|
||||
{
|
||||
"name": "livegraphsdjango",
|
||||
"version": "0.1.0",
|
||||
"description": "Live Graphs Django Dashboard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint dashboard_project/static/js/",
|
||||
"format": "prettier --write \"dashboard_project/static/**/*.{js,css,html}\"",
|
||||
"format:check": "prettier --check \"dashboard_project/static/**/*.{js,css,html}\"",
|
||||
"stylelint": "stylelint \"dashboard_project/static/css/**/*.css\" --fix",
|
||||
"stylelint:check": "stylelint \"dashboard_project/static/css/**/*.css\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-jinja-template": "^2.1.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-jinja-template": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user