n8n/packages/design-system/theme/src
Mutasem Aldmour d8598b0126
Workflow canvas revamp (#2388)
* bring back overrides

* fix input output label positions

* simply update label positions

* refactor a bunch

* update min x to show items

* hide overlay on connection

* only delete target connection, add maximum to push nodes out

* rename const

* rename const

* set new insert position

* fix insert behavior

* update position handling

* show arrow along with label

* update connector

* set endpoint styles

* update pattern

* push nodes up / down in case of if node

* set position in switch

* only one action at a time

* add custom flow chart type

* select start node by default when opening new workflow

* add enter delay

* fix delete bug

* change connection type

* add offset for if/switch/merge

* fix gap

* fix drag issue

* implement new states

* update disabled state

* add selected state

* make selects faster

* update positioning

* truncate when selected

* remove offset for actions

* fix icon scaling

* refactor js plumb

* fix looping behavior at close distance

* lock version

* change background to dots

* update endpoints styling

* increase spacing

* udpate node z-index

* fix output label positions

* fix output label positions

* reset location

* add label offset

* update border radius

* fix height issue

* fix parallaxing issue

* fix zoomout issue

* add success z-index

* clean up js file

* add package lock

* fix z-index bug

* update dot grid

* update zoom level

* set values, increase grid size

* fix drop position

* prevent duplicate connections

* fix stub

* use localstorage overrides for colors

* add colors to system

* revert no longer needed changes

* revert no longer needed changes

* add canvas colors

* add canvas colors

* use variable for id

* force type

* refactor helpers

* add label constants

* refactor func

* refactor

* fix

* refactor

* clean up css

* refactor setzoom level

* refactor

* refactor

* refactor func

* remove scope

* remove localstorage caching

* clean up imports

* update zero case

* add delete connection

* update selected state

* add base type, remove straight line

* add stub offset back

* rename param

* add label offset

* update font size of items

* move up label

* fix error state while executing

* disrespect stubs

* check for errors

* refactor position

* clean up extra space

* make entire node connectable

* Revert "make entire node connectable"

e304f7c5b8

* always show border

* add border to zoom buttons

* update spacing

* update colors

* allow connecting to entire node

* fix pull conn active

* two line names

* apply select to all lines

* increase input margin

* override target pos

* reset conn after pull

* fix types

* update orientation

* fix up connectors snapping

* hide arrow on pull

* update overrides for connectors

* change text

* update pull colors

* set to 1 line when selected

* fix executions bug

* build

* refactor node component

* remove comment

* refactor more

* remove prop

* fix build issue

* fix input drag bug in executions

* reset offset

* update select background

* handle issue when endpoints are not set

* fix connection aborted issue

* add try catch to help show errors

* wrap bind with try/catch

* set default styles

* reset pos despite zoom

* add more checks

* clean up impl

* update icon

* handle unknown types

* hide items on init

* fix importing unknown types with credentials

* change opacity

* push up item label

* update color

* update label class and colors

* add to drop distance

* fix z-index to match node

* disable eslint

* fix lasso tool selection

* update background color

* update waiting state

* update tooltip positions

* update wait node border

* fix selection bug mostly

* if selected, move above other nodes

* add line through disabled nodes

* remove node color option

* move label above connection

* success color for line through

* update options index

* hide waiting icon when disabled

* fix gmail icon

* refactor icons

* clear execution data on disable/delete

* fix selected node

* fix executing behavior

* optional __meta

* set grid size

* remove default color

* remove node color

* add comments

* comments

* add comments

* remove empty space

* update comment

* refactor uuids

* fix type issue

* Revert "fix type issue"

9523b34f96

* Revert "fix type issue"

9523b34f96

* Revert "refactor uuids"

07f6848065

* fix build issues

* refactor

* update uuid

* child nodes

* skip nodes behind when pushing in loop

* shift output icon for switch node

* don't show output if waiting

* waiting on init

* build

* change to bezier

* revert connector change

* add bezier type

* fix snapping

* clean up impl

* refactor func

* make const

* rename type

* refactor to simplify

* Revert "refactor to simplify"

2db0ed504c

* enable flowchart mode

* clean up flowchart type

* refactor type

* merge types

* configure curviness

* set in localstorage

* fix straight line arrow bug

* show arrow when pulling

* refactor / simplify

* fix target gap in bezier

* refactor target gap

* add comments

* add comment

* fix dragging connections

* fix bug when moving connection

* update comment

* rename file

* update values

* update minor

* update straight line box

* clean up conn types

* clean up z-indexes

* move color filters to node icon

* update background color

* update to use grid size value

* fix endpoint offsets

* set yspan range lower

* remove overlays when moving conn

* prevent unwanted connections

* fix messed up connections

* remove console log

* clear execution issues on workflow run

* update corner radius

* fix drag/delete bug

* increase offset

* update disabled state

* address comments

* refactor

* refactor func

*  Add full license text to N8nCustomConnectorType.js

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-11-19 10:17:13 +01:00
..
common Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
date-picker Implement design system (#2050) 2021-08-29 13:36:17 +02:00
fonts Implement design system (#2050) 2021-08-29 13:36:17 +02:00
mixins Implement design system (#2050) 2021-08-29 13:36:17 +02:00
_tokens.dark.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
_tokens.scss Workflow canvas revamp (#2388) 2021-11-19 10:17:13 +01:00
alert.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
aside.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
autocomplete.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
avatar.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
backtop.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
badge.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
base.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
breadcrumb-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
breadcrumb.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
button-group.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
button.scss Update parameter inputs to be multi-line (#2299) 2021-10-27 14:55:37 -05:00
calendar.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
card.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
carousel-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
carousel.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
cascader-panel.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
cascader.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
checkbox-button.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
checkbox-group.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
checkbox.scss Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
col.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
collapse-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
collapse.scss Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
color-picker.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
container.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
date-picker.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
dialog.scss Update parameter inputs to be multi-line (#2299) 2021-10-27 14:55:37 -05:00
display.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
divider.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
drawer.scss Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
dropdown-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
dropdown-menu.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
dropdown.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
footer.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
form-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
form.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
header.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
icon.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
image.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
index.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
infinite-scroll.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
infiniteScroll.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
input-number.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
input.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
link.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
loading.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
main.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
menu-item-group.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
menu-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
menu.scss Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
message-box.scss Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
message.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
notification.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
option-group.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
option.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
page-header.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
pagination.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
popconfirm.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
popover.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
popper.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
progress.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
radio-button.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
radio-group.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
radio.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
rate.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
reset.scss Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
row.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
scrollbar.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
select-dropdown.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
select.scss 🐛 Hide scrollbars on multi selects (#2160) 2021-09-03 11:08:50 +02:00
slider.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
spinner.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
step.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
steps.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
submenu.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
switch.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
tab-pane.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
table-column.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
table.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
tabs.scss Update parameter inputs to be multi-line (#2299) 2021-10-27 14:55:37 -05:00
tag.scss Update credentials modal (#2154) 2021-09-11 10:15:36 +02:00
time-picker.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
time-select.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
timeline-item.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
timeline.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
tooltip.scss Improvel missing tooltip font weight (#2204) 2021-09-15 09:45:29 +02:00
transfer.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
tree.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00
upload.scss Implement design system (#2050) 2021-08-29 13:36:17 +02:00