WebHooker/admin
RhenCloud 7e45b0a09c
feat(groups): configure message language per group instead of per route
Route.lang is removed; Group.lang now drives the message language for
every route in the group (default en, custom via KV i18n:<lang>).
dispatch.ts loads translations per group and falls back to en for
groups without a lang. Admin UI: GroupEditor gains the language field,
RouteEditor/RouteCard drop theirs; docs and config example updated.
2026-08-12 00:43:47 +08:00
..
assets/css feat(admin-ui): members panel, invite links, audit tab and role-aware console 2026-08-11 23:38:33 +08:00
components feat(groups): configure message language per group instead of per route 2026-08-12 00:43:47 +08:00
composables feat(groups): configure message language per group instead of per route 2026-08-12 00:43:47 +08:00
pages feat(admin): deep-linkable console URLs, stop collapsing unknown paths to /admin 2026-08-12 00:05:20 +08:00
app.vue feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
bun.lock fix(push): link commit hash and render message as plain text 2026-08-11 17:50:20 +08:00
nuxt.config.ts feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
package.json fix(push): link commit hash and render message as plain text 2026-08-11 17:50:20 +08:00
types.ts feat(groups): configure message language per group instead of per route 2026-08-12 00:43:47 +08:00