feat(editor): Add dragging and hiding for evaluation table columns (#17587)

This commit is contained in:
Mutasem Aldmour
2025-07-28 11:17:49 +02:00
committed by GitHub
parent 49a52a1150
commit 921cdb6fd0
32 changed files with 4732 additions and 454 deletions

View File

@@ -71,4 +71,7 @@ export default {
'iconPicker.tabs.emojis': 'Emojis',
'selectableList.addDefault': '+ Add a',
'auth.changePassword.passwordsMustMatchError': 'Passwords must match',
'tableControlsButton.display': 'Display',
'tableControlsButton.shown': 'Shown',
'tableControlsButton.hidden': 'Hidden',
} as N8nLocale;