feat(web): update list entry management and UI labels
- Changed label for 'list' to 'Вложенный список' in status badge and list entry management. - Refactored list entry handling to support new 'plaintext' and 'nested' modes for adding entries. - Enhanced user experience by auto-detecting entry types and improving placeholder text. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -35,7 +35,7 @@ export const listEntryKindLabels: Record<ListEntryKind, string> = {
|
||||
ip: 'IP',
|
||||
cidr: 'CIDR',
|
||||
hostname: 'Домен',
|
||||
list: 'Список',
|
||||
list: 'Вложенный список',
|
||||
}
|
||||
|
||||
const IPV4 =
|
||||
|
||||
Reference in New Issue
Block a user