mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
feat(editor): Collapse button on table view (#16993)
This commit is contained in:
@@ -44,6 +44,7 @@ import IconLucideChevronDown from '~icons/lucide/chevron-down';
|
||||
import IconLucideChevronLeft from '~icons/lucide/chevron-left';
|
||||
import IconLucideChevronRight from '~icons/lucide/chevron-right';
|
||||
import IconLucideChevronUp from '~icons/lucide/chevron-up';
|
||||
import IconLucideChevronsDownUp from '~icons/lucide/chevrons-down-up';
|
||||
import IconLucideChevronsLeft from '~icons/lucide/chevrons-left';
|
||||
import IconLucideChevronsUpDown from '~icons/lucide/chevrons-up-down';
|
||||
import IconLucideCircle from '~icons/lucide/circle';
|
||||
@@ -438,6 +439,8 @@ export const updatedIconSet = {
|
||||
'chevron-right': IconLucideChevronRight,
|
||||
'chevron-up': IconLucideChevronUp,
|
||||
'chevrons-left': IconLucideChevronsLeft,
|
||||
'chevrons-down-up': IconLucideChevronsDownUp,
|
||||
'chevrons-up-down': IconLucideChevronsUpDown,
|
||||
circle: IconLucideCircle,
|
||||
'circle-alert': IconLucideCircleAlert,
|
||||
'circle-check': IconLucideCircleCheck,
|
||||
|
||||
@@ -683,6 +683,8 @@
|
||||
"dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
|
||||
"dataMapping.tableView.tableColumnsExceeded.tooltip": "Your data has more than {columnLimit} columns so some are hidden. Switch to {link} to see all data.",
|
||||
"dataMapping.tableView.tableColumnsExceeded.tooltip.link": "JSON view",
|
||||
"dataMapping.tableView.columnCollapsing": "Collapse rows",
|
||||
"dataMapping.tableView.columnCollapsing.tooltip": "Collapse rows (to compare values in this column)",
|
||||
"dataMapping.schemaView.emptyData": "No fields - node executed, but no items were sent on this branch",
|
||||
"dataMapping.schemaView.emptySchema": "No fields - item(s) exist, but they're empty",
|
||||
"dataMapping.schemaView.emptySchemaWithBinary": "Only binary data exists. View it using the 'Binary' tab",
|
||||
|
||||
Reference in New Issue
Block a user