Skip to content

Commit 3649aba

Browse files
committed
feat: Xray Json template selection in Host Card
1 parent 769739f commit 3649aba

File tree

16 files changed

+589
-459
lines changed

16 files changed

+589
-459
lines changed

package-lock.json

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
"@dnd-kit/sortable": "^10.0.0",
4040
"@dnd-kit/utilities": "^3.2.2",
4141
"@formkit/auto-animate": "^0.9.0",
42-
"@gfazioli/mantine-list-view-table": "1.1.3",
43-
"@gfazioli/mantine-split-pane": "^2.5.0",
44-
"@gfazioli/mantine-text-animate": "^2.3.3",
42+
"@gfazioli/mantine-list-view-table": "1.1.5",
43+
"@gfazioli/mantine-split-pane": "^2.5.2",
44+
"@gfazioli/mantine-text-animate": "^2.3.5",
4545
"@highcharts/react": "^4.0.0-beta.5",
4646
"@lukemorales/query-key-factory": "^1.3.4",
47-
"@mantine/carousel": "^8.3.7",
48-
"@mantine/charts": "^8.3.7",
49-
"@mantine/code-highlight": "^8.3.7",
50-
"@mantine/core": "^8.3.7",
51-
"@mantine/dates": "^8.3.7",
52-
"@mantine/dropzone": "^8.3.7",
53-
"@mantine/form": "^8.3.7",
54-
"@mantine/hooks": "^8.3.7",
55-
"@mantine/modals": "^8.3.7",
56-
"@mantine/notifications": "^8.3.7",
57-
"@mantine/nprogress": "^8.3.7",
58-
"@mantine/spotlight": "^8.3.7",
47+
"@mantine/carousel": "^8.3.8",
48+
"@mantine/charts": "^8.3.8",
49+
"@mantine/code-highlight": "^8.3.8",
50+
"@mantine/core": "^8.3.8",
51+
"@mantine/dates": "^8.3.8",
52+
"@mantine/dropzone": "^8.3.8",
53+
"@mantine/form": "^8.3.8",
54+
"@mantine/hooks": "^8.3.8",
55+
"@mantine/modals": "^8.3.8",
56+
"@mantine/notifications": "^8.3.8",
57+
"@mantine/nprogress": "^8.3.8",
58+
"@mantine/spotlight": "^8.3.8",
5959
"@monaco-editor/react": "^4.7.0",
6060
"@noble/post-quantum": "^0.5.2",
6161
"@paralleldrive/cuid2": "2.2.2",
62-
"@remnawave/backend-contract": "2.3.6",
62+
"@remnawave/backend-contract": "2.3.8",
6363
"@simplewebauthn/browser": "^13.2.2",
6464
"@stablelib/base64": "^2.0.1",
6565
"@stablelib/x25519": "^2.0.1",

public/locales/en/remnawave.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,11 @@
418418
"mihomo-specific": "Mihomo Specific",
419419
"enable-x25519mlkem768": "Enable x25519mlkem768",
420420
"pick-nodes-which-resolved-from-this-host-only-visual-assignment": "Pick nodes which resolved from this host. Only visual assignment.",
421-
"nodes": "Nodes"
421+
"nodes": "Nodes",
422+
"select-a-xray-json-template": "Select a Xray JSON Template",
423+
"xray-json-template": "Xray JSON Template",
424+
"override-the-xray-json-template": "Override the Xray JSON template which will be used for this host.",
425+
"vital-parameters": "Vital Parameters"
422426
},
423427
"base-node-form": {
424428
"country": "Country",

0 commit comments

Comments
 (0)