n8n/packages/cli/src
Ben Hesseldieck 0470740737
Change the UI of the Nodes Panel (#1855)
* Add codex search properties to node types

* implement basic styles

* update header designs

* update node list designs

* add trigger icon

* refactor node creator list

* implement categories and subcategories

* fix up spacing

* add arrows

* implement navigatable list

* implement more of feature

* implement navigation

* add transitions

* fix lint issues

* fix overlay

*  Get and add codex categories

* fix up design

* update borders

* implement no-matches view

* fix preview bug

* add color to search

* clean up borders

* add comma

* Revert "Merge branch 'add-codex-data' of github.com:n8n-io/n8n into PROD-819-nodes-panel-redesign"

38b7d7ead1

* use new impl

* remove empty categories

* update scrolling, hide start node

* make scrollable

* remove text while subcategory panel is open

* fix up spacing

* fix lint issues

* update descriptions

* update path

* update images

* fix tags manager

* give min height to image

* gst

* update clear color

* update font size

* fix firefox spacing

* close on click outside

* add external link icon

* update iterator key

* add client side caching for images

* update caching header

* ️ Add properties to codex for nodes panel (#1854)

*  Get and add codex categories

*  Add parens to evaluation + destructuring

* 🔥 Remove non-existing class reference

*  Add alias to codex property

* move constants

* 🔨 Rename CodexCategories to CodexData

* ✏️ Update getCodex documentation

* refactor and move

* refactor no results view

* more refactoring

* refactor subcategory panel

* more refactoring

* update text

* update no results view

* add miscellaneous to end of list

* address design feedback

* reimplement node search

* fix up clear

* update placeholder color

* impl transition

* focus on tab

* update spacing

* fix transition bug on start

* fix up x

* fix position

* build

* safari fix

* remove input changes

* css bleed issue with image

* update css value

* clean up

* simplify impl

* rename again

* rename again

* rename all

* fix hover bug

* remove keep alive

* delete icon

* update interface type

* refactor components

* update scss to module

* clean up impl

* clean up colors as vars

* fix indentation

* clean up scss

* clean up scss

* clean up scss

* clean up scss

* Clean up files

* update logic to be more efficient

* fix search bug

* update type

* remove unused

* clean up js

* update scrollable, border impl, transition

* fix simicolon

* build

* update search

* address max's comments

* change icon border radius

* change margin

* update icon size

* update icon size

* update slide transition out

* add comma

* remove full

* update trigger icon size

* fix image size

* address design feedback

* update external link icons

* address codacy issues

* support custom nodes without codex file

* address jan's feedback

* address Ben's comments

* add subcategory index

* open/close categories with arrow keys

* add lint comment

* Address latest comments

*  Minor changes

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-18 07:58:26 +02:00
..
databases 🐛 Fix escaping workflow name dedup (#1850) 2021-05-31 13:12:55 -05:00
ActiveExecutions.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
ActiveWorkflowRunner.ts Show activation error details for trigger nodes (#1787) 2021-06-12 17:06:56 +02:00
CredentialsHelper.ts Add variable $mode 2021-01-29 09:31:40 +01:00
CredentialsOverwrites.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
CredentialTypes.ts Do not save credential default values to DB #PROD-52 2020-05-14 14:27:19 +02:00
Db.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
ExternalHooks.ts Make it possible to supply hook data with reload 2020-12-30 11:45:29 +01:00
GenericHelpers.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
index.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
Interfaces.ts Restructure IPushData union types (#1836) 2021-06-03 18:17:18 -05:00
LoadNodesAndCredentials.ts Change the UI of the Nodes Panel (#1855) 2021-06-18 07:58:26 +02:00
Logger.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
NodeTypes.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Push.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
Queue.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
ResponseHelper.ts Show activation error details for trigger nodes (#1787) 2021-06-12 17:06:56 +02:00
Server.ts Change the UI of the Nodes Panel (#1855) 2021-06-18 07:58:26 +02:00
TagHelpers.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
TestWebhooks.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
WebhookHelpers.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
WebhookServer.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
WorkflowCredentials.ts Ignore node-credential-issues on disabled nodes 2020-02-09 23:24:12 -08:00
WorkflowExecuteAdditionalData.ts Adding more log messages to error workflows (#1895) 2021-06-15 12:32:13 +02:00
WorkflowHelpers.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
WorkflowRunner.ts Add functionality to send console.log messages to editor-UI (#1816) 2021-05-29 13:41:25 -05:00
WorkflowRunnerProcess.ts Send request of HTTP Request node to browser console when testing 2021-06-12 20:22:55 +02:00