Skip to content

Commit

Permalink
### 1.0.7-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Dec 5, 2023
1 parent 68aeeb5 commit 46d464a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
*Dario De Pascalis*
### **Copyrigth**: *Tiledesk SRL*

### 1.0.7-rc.4
- added: cdkDragPreview UI while dragging an action into the same block
- added: cds-globals component to manage global attributes variables into chatbot obj
- added: global variables to variablesList utils obj
- bug-fixed: patch in action reply buttons without UUIDV4

### 1.0.7-rc.3
- added: close behaviour on mouse-tips modal close header icon
- bug fixed: close the add-actions-menu by clicking Backspace
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.0.7-rc.3",
"version": "1.0.7-rc.4",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="container-fluid">
<div class="cds-container">

<!-- // HEADER - START -->
<div class="header">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
}


.container-fluid {
padding-top: 10px;
.cds-container {
height: 100%;
overflow: hidden;
}

.header {
display: flex;
flex-direction: column;
align-items: center;

margin: 10px;

.cds-row {
display: flex;
flex-direction: row;
Expand All @@ -40,8 +42,9 @@
}

.content {
width: 100%;
height: calc(100vh - var(--header-height) - var(--footer-height));
overflow-y: scroll;
margin: 10px;
}

.footer{
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"Event":"Event",
"ThereWasSomeTroubleConnectingToNetwork": "Our apologies. There was some trouble connecting to network",
"CDSGlobals":{
"Globals":"Globas",
"Globals":"Globals",
"NoGlobalVariables":"No global variables",
"GlobalVariablesDescription" : "Global variables are a set of variables that are always available in a workspac",
"GLOBAL_KEY" :"GLOBAL_KEY",
Expand Down

0 comments on commit 46d464a

Please sign in to comment.