redis-smq-web-ui 9.0.5-next.1 → 9.0.6-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/browser/assets/{QueuesView-BKlhqIos.js → QueuesView-DHm2LLGS.js} +1 -1
- package/dist/browser/assets/QueuesView-lIrmOtEQ.css +1 -0
- package/dist/browser/assets/{index-Cj5fKgw4.js → index-6ITxAbK6.js} +2 -2
- package/dist/browser/assets/{index-CJewzcM7.css → index-DLwmGeFa.css} +1 -1
- package/dist/browser/index.html +3 -3
- package/package.json +6 -6
- package/dist/browser/assets/QueuesView-DC-q0QNm.css +0 -1
package/dist/browser/index.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
~ Copyright (c)
|
|
3
|
-
~ Weyoss <weyoss@
|
|
3
|
+
~ Weyoss <weyoss@outlook.com>
|
|
4
4
|
~ https://github.com/weyoss
|
|
5
5
|
~
|
|
6
6
|
~ This source code is licensed under the MIT license found in the LICENSE file
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
<link rel="icon" href="./favicon.ico" />
|
|
15
15
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
16
16
|
<title>RedisSMQ Web UI</title>
|
|
17
|
-
<script type="module" crossorigin src="./assets/index-
|
|
18
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
17
|
+
<script type="module" crossorigin src="./assets/index-6ITxAbK6.js"></script>
|
|
18
|
+
<link rel="stylesheet" crossorigin href="./assets/index-DLwmGeFa.css">
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="app"></div>
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq-web-ui",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6-next.0",
|
|
4
4
|
"description": "Web UI for RedisSMQ: monitor and manage queues, messages, and consumers.",
|
|
5
|
-
"author": "Weyoss <weyoss@
|
|
5
|
+
"author": "Weyoss <weyoss@outlook.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"redis",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"./package.json": "./package.json"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"redis-smq-common": "^9.0.
|
|
48
|
+
"redis-smq-common": "^9.0.6-next.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@vee-validate/zod": "4.15.1",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"vite-plugin-node-polyfills": "0.24.0",
|
|
77
77
|
"vite-plugin-vue-devtools": "8.0.3",
|
|
78
78
|
"vue-tsc": "3.1.3",
|
|
79
|
-
"redis-smq": "^9.0.
|
|
80
|
-
"redis-smq-
|
|
81
|
-
"redis-smq-
|
|
79
|
+
"redis-smq": "^9.0.6-next.0",
|
|
80
|
+
"redis-smq-common": "^9.0.6-next.0",
|
|
81
|
+
"redis-smq-rest-api": "^9.0.6-next.0"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"dev": "run-p run-dev-server run-api-server",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.queues-list-container[data-v-4363b2b4]{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e9ecef;overflow:hidden}.queues-list-header[data-v-4363b2b4]{padding:1.5rem 2rem 1rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.queues-count[data-v-4363b2b4]{margin:0;color:#495057;font-weight:600;font-size:1rem}.queues-list[data-v-4363b2b4]{max-height:calc(100vh - 260px);overflow-y:auto}.queues-list[data-v-4363b2b4]::-webkit-scrollbar{width:6px}.queues-list[data-v-4363b2b4]::-webkit-scrollbar-track{background:#f8f9fa}.queues-list[data-v-4363b2b4]::-webkit-scrollbar-thumb{background:#ced4da;border-radius:3px}.queues-list[data-v-4363b2b4]::-webkit-scrollbar-thumb:hover{background:#adb5bd}@media(max-width:768px){.queues-list-header[data-v-4363b2b4]{padding:1rem 1.5rem .75rem}.queues-list[data-v-4363b2b4]{max-height:calc(100vh - 220px)}}
|