feat: implement automated Swiper slider seeding and integrate slider component into training details page

This commit is contained in:
2026-07-28 09:54:51 +07:00
parent bc27a9ea9c
commit 01a3b83672
23 changed files with 10726 additions and 230 deletions
+3
View File
@@ -6,6 +6,8 @@
"license": "UNLICENSED",
"type": "module",
"scripts": {
"gitnexus:analyze": "gitnexus analyze",
"gitnexus:setup": "gitnexus setup",
"app:start": "./gradlew",
"app:up": "docker compose -f src/main/docker/app.yml up --wait",
"backend:build-cache": "npm run backend:info && npm run backend:nohttp:test && npm run ci:e2e:package -- -x webapp -x webapp_test",
@@ -42,6 +44,7 @@
},
"devDependencies": {
"generator-jhipster": "9.1.0",
"gitnexus": "^1.6.9",
"prettier": "3.8.3",
"prettier-plugin-java": "2.9.6",
"prettier-plugin-packagejson": "3.0.2"