feat(web): add popover flyout for collapsed sidebar entity categories

This commit is contained in:
Junyan Qin
2026-03-27 18:53:17 +08:00
parent 9e223949a7
commit 37c41bcfe4
5 changed files with 267 additions and 128 deletions

View File

@@ -145,6 +145,7 @@ const enUS = {
none: 'None',
more: 'More ({{count}})',
less: 'Less',
noItems: 'No items',
},
notFound: {
title: 'Page not found',

View File

@@ -147,6 +147,7 @@
none: 'なし',
more: 'もっと見る ({{count}})',
less: '折りたたむ',
noItems: '項目がありません',
},
notFound: {
title: 'ページが見つかりません',

View File

@@ -136,6 +136,7 @@ const zhHans = {
none: '无',
more: '更多 ({{count}})',
less: '收起',
noItems: '暂无内容',
},
notFound: {
title: '页面不存在',

View File

@@ -136,6 +136,7 @@ const zhHant = {
none: '無',
more: '更多 ({{count}})',
less: '收起',
noItems: '暫無內容',
},
notFound: {
title: '頁面不存在',