@goplusvn/core 0.1.28 → 0.1.30
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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.30 — Gỡ menu "Thiết bị & phiên đăng nhập" khỏi UserDropdown
|
|
4
|
+
|
|
5
|
+
Trang phiên đăng nhập chuyển thành trang QUẢN TRỊ (gate quyền) — lối vào đúng
|
|
6
|
+
là sidebar navigation của app (resource-filtered), không phải dropdown cá nhân.
|
|
7
|
+
|
|
8
|
+
## 0.1.29 — Footer: link "Goplus.vn" trỏ về https://goplus.vn
|
|
9
|
+
|
|
10
|
+
Trước trỏ nhầm github.com/Qualiora (template gốc).
|
|
11
|
+
|
|
3
12
|
## 0.1.28 — Auth Bridge: core hết khóa cứng NextAuth (nền cho Better Auth)
|
|
4
13
|
|
|
5
14
|
`@goerp/core/ui` xuất `AuthBridgeProvider` + `useAuthBridge`/`useAuthSession`/
|
package/package.json
CHANGED
package/src/ui/layout/footer.tsx
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import Link from "next/link";
|
|
4
4
|
import { useAuthBridge, useSafeAuthSession } from "../auth/auth-bridge";
|
|
5
|
-
import { LogOut, User, UserCog
|
|
5
|
+
import { LogOut, User, UserCog,
|
|
6
|
+
} from "lucide-react";
|
|
6
7
|
|
|
7
8
|
import type { DictionaryType } from "../../hooks";
|
|
8
9
|
import type { LocaleType } from "../../types";
|