Skip to content

Commit 8c8c6d2

Browse files
authored
pre-alpha ACL UI fixes (#2024)
* fix user bulk action button visibility * formatting * display rules count in pending tab * fix status badge display for pending rules * fix edit button text * fix edit button text * update multiselect with toggle behaviour * update dependencies * bump version * don't set toggle on cancel * fix default firewall policy
1 parent bb3e3d4 commit 8c8c6d2

12 files changed

Lines changed: 360 additions & 362 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212

1313
[workspace.dependencies]
1414
# internal crates
15-
defguard_common = { path = "./crates/defguard_common", version = "1.5.2" }
15+
defguard_common = { path = "./crates/defguard_common", version = "2.0.0" }
1616
defguard_core = { path = "./crates/defguard_core", version = "0.0.0" }
1717
defguard_event_logger = { path = "./crates/defguard_event_logger", version = "0.0.0" }
1818
defguard_event_router = { path = "./crates/defguard_event_router", version = "0.0.0" }

crates/defguard_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "defguard_common"
3-
version = "1.6.1"
3+
version = "2.0.0"
44
edition.workspace = true
55
license-file.workspace = true
66
homepage.workspace = true

flake.lock

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

web/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
"@stablelib/x25519": "^2.0.1",
2323
"@tanstack/react-form": "^1.28.0",
2424
"@tanstack/react-query": "^5.90.20",
25-
"@tanstack/react-router": "^1.158.1",
25+
"@tanstack/react-router": "^1.159.4",
2626
"@tanstack/react-table": "^8.21.3",
2727
"@tanstack/react-virtual": "^3.13.18",
2828
"@uidotdev/usehooks": "^2.4.1",
29-
"axios": "^1.13.4",
29+
"axios": "^1.13.5",
3030
"byte-size": "^9.0.1",
3131
"clsx": "^2.1.1",
3232
"dayjs": "^1.11.19",
3333
"easy-file-picker": "^1.2.0",
3434
"humanize-duration": "^3.33.2",
3535
"ipaddr.js": "^2.3.0",
3636
"lodash-es": "^4.17.23",
37-
"motion": "^12.31.2",
37+
"motion": "^12.33.0",
3838
"qrcode.react": "^4.2.0",
3939
"qs": "^6.14.1",
4040
"radashi": "^12.7.1",
@@ -53,15 +53,15 @@
5353
"devDependencies": {
5454
"@biomejs/biome": "2.3.14",
5555
"@inlang/paraglide-js": "2.10.0",
56-
"@tanstack/devtools-vite": "^0.5.0",
57-
"@tanstack/react-devtools": "^0.9.4",
56+
"@tanstack/devtools-vite": "^0.5.1",
57+
"@tanstack/react-devtools": "^0.9.5",
5858
"@tanstack/react-query-devtools": "^5.91.3",
59-
"@tanstack/react-router-devtools": "^1.158.1",
60-
"@tanstack/router-plugin": "^1.158.1",
59+
"@tanstack/react-router-devtools": "^1.159.4",
60+
"@tanstack/router-plugin": "^1.159.4",
6161
"@types/byte-size": "^8.1.2",
6262
"@types/humanize-duration": "^3.27.4",
6363
"@types/lodash-es": "^4.17.12",
64-
"@types/node": "^25.2.0",
64+
"@types/node": "^25.2.2",
6565
"@types/qs": "^6.14.0",
6666
"@types/react": "^19.2.13",
6767
"@types/react-dom": "^19.2.3",

0 commit comments

Comments
 (0)