feat: Add pagination to the IPTV channel grid and enable editing for IPTV sources.

This commit is contained in:
kuekhaoyang
2026-02-17 20:42:26 +08:00
parent 798fac455a
commit 4256ef4179
7 changed files with 186 additions and 33 deletions
+6 -6
View File
@@ -1,19 +1,19 @@
{
"name": "kvideo",
"version": "4.3.8",
"version": "4.3.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kvideo",
"version": "4.3.8",
"version": "4.3.9",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@vercel/analytics": "^1.6.1",
"hls.js": "^1.6.15",
"lucide-react": "^0.571.0",
"lucide-react": "^0.574.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
@@ -7230,9 +7230,9 @@
}
},
"node_modules/lucide-react": {
"version": "0.571.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.571.0.tgz",
"integrity": "sha512-WyKTOQ5MFyedq1C5kYEiWR1bpwa0lKQaxBgudVziReCiu5itJh6c0WTeg83sPv97IOyAcEA3mKOt4NCAq5cIOw==",
"version": "0.574.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.574.0.tgz",
"integrity": "sha512-dJ8xb5juiZVIbdSn3HTyHsjjIwUwZ4FNwV0RtYDScOyySOeie1oXZTymST6YPJ4Qwt3Po8g4quhYl4OxtACiuQ==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"