mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:39:25 +08:00
feat: Human Input node (Frontend Part) (#31631)
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: yessenia <yessenia.contact@gmail.com> Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
This commit is contained in:
@@ -11,6 +11,12 @@ html[data-theme="dark"] {
|
||||
--color-workflow-process-bg: linear-gradient(90deg,
|
||||
rgba(24, 24, 27, 0.25) 0%,
|
||||
rgba(24, 24, 27, 0.04) 100%);
|
||||
--color-workflow-process-paused-bg: linear-gradient(90deg,
|
||||
rgba(247, 144, 9, 0.14) 0%,
|
||||
rgba(247, 144, 9, 0.00) 100%);
|
||||
--color-workflow-process-failed-bg: linear-gradient(90deg,
|
||||
rgba(240, 68, 56, 0.14) 0%,
|
||||
rgba(240, 68, 56, 0.00) 100%);
|
||||
--color-workflow-run-failed-bg: linear-gradient(98deg,
|
||||
rgba(240, 68, 56, 0.12) 0%,
|
||||
rgba(0, 0, 0, 0) 26.01%);
|
||||
@@ -75,4 +81,5 @@ html[data-theme="dark"] {
|
||||
--color-billing-plan-card-enterprise-bg: linear-gradient(180deg, #03F 0%, rgba(0, 51, 255, 0.00) 100%);
|
||||
--color-knowledge-pipeline-creation-footer-bg: linear-gradient(90deg, rgba(34, 34, 37, 1) 4.89%, rgba(0, 0, 0, 0) 100%);
|
||||
--color-progress-bar-indeterminate-stripe: repeating-linear-gradient(-55deg, #3A3A40, #3A3A40 2px, transparent 2px, transparent 5px);
|
||||
--color-chat-answer-human-input-form-divider-bg: linear-gradient(0deg, rgba(200, 206, 218, 0.14) 0%, rgba(0, 0, 0, 0) 212.5%);
|
||||
}
|
||||
|
||||
@@ -11,6 +11,12 @@ html[data-theme="light"] {
|
||||
--color-workflow-process-bg: linear-gradient(90deg,
|
||||
rgba(200, 206, 218, 0.2) 0%,
|
||||
rgba(200, 206, 218, 0.04) 100%);
|
||||
--color-workflow-process-paused-bg: linear-gradient(90deg,
|
||||
#FFFAEB 0%,
|
||||
rgba(255, 250, 235, 0.00) 100%);
|
||||
--color-workflow-process-failed-bg: linear-gradient(90deg,
|
||||
#FEF3F2 0%,
|
||||
rgba(254, 243, 242, 0.00) 100%);
|
||||
--color-workflow-run-failed-bg: linear-gradient(98deg,
|
||||
rgba(240, 68, 56, 0.10) 0%,
|
||||
rgba(255, 255, 255, 0) 26.01%);
|
||||
@@ -75,4 +81,5 @@ html[data-theme="light"] {
|
||||
--color-billing-plan-card-enterprise-bg: linear-gradient(180deg, #03F 0%, rgba(0, 51, 255, 0.00) 100%);
|
||||
--color-knowledge-pipeline-creation-footer-bg: linear-gradient(90deg, #FCFCFD 4.89%, rgba(255, 255, 255, 0.00) 100%);
|
||||
--color-progress-bar-indeterminate-stripe: repeating-linear-gradient(-55deg, #D0D5DD, #D0D5DD 2px, transparent 2px, transparent 5px);
|
||||
--color-chat-answer-human-input-form-divider-bg: linear-gradient(0deg, rgba(16, 24, 40, 0.08) 0%, rgba(255, 255, 255, 0.00) 212.5%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user