Skip to content

Commit

Permalink
Merge branch 'master-PRE' into features/lazy-loading-7-PRE-1
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
  • Loading branch information
Nicola Lanzilotto committed Apr 29, 2024
2 parents 1bd5cc8 + bd45690 commit a3d4844
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
38 changes: 35 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# tiledesk-dashboard

### 2.6.18
### 2.6.20-rc1
- Implements on the "Monitor" page the scroll position restoration

### 2.6.19
- Deploys in production
- Improves the Community page UI

### 2.6.18
- Deploys in production
- Hides the External chatbot learn more button if the DOCS key is set to false
- Fixes the bug: Chatbot limit does not work when set to 0
- Refactors the home page UI for teammates with agent role
- Adds the lazy loading to the "HomeGoToChatComponent" and "ChatbotAlertComponent" components
- Improves chatbots and knowledge bases management set via DB
- Other improvements and bug fixing

### 2.6.18-rc1
- Hides the External chatbot learn more button if the DOCS key is set to false
- Fixes the bug: Chatbot limit does not work when set to 0
- Refactors the home page UI for teammates with agent role
- Adds the lazy loading to the "HomeGoToChatComponent" and "ChatbotAlertComponent" components
- Improves chatbots and knowledge bases management via DB

### 2.6.17
- Deploys in production
- Fixes the bug: Agents can't edit requester information
Expand All @@ -16,6 +35,9 @@
- Deploys in production
- Improves performance and bug fixing

### 2.6.15-rc1
- Improves performance and bug fixing

### 2.6.14
- Deploys in production
- Improves performance and bug fixing
Expand Down Expand Up @@ -110,8 +132,18 @@
- Adds the customer.io integration
- Fixes the bug: app cards are not all the same height

### 2.6.0-rc6
- Fixes the bug: App cards are not of the same height
### 2.5.21
- Deploys in production
- Adds the ability to sort chatbot by name

### 2.5.20
- Deploys in production
- Refactors the teammates table

### 2.5.19
- Deploys in production
- Fixes the bug: not all chatbot images are displayed
- Fixes the bug: published chatbots is appearing as a draft

### 2.6.0-rc4
- Improves Knowledge Base
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,6 +1,6 @@
{
"name": "@tiledesk/tiledesk-dashboard",
"version": "2.6.18",
"version": "2.6.20-rc1",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
Expand Down
1 change: 1 addition & 0 deletions src/app/projects/projects.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class ProjectsComponent implements OnInit, AfterContentInit, OnDestroy {
this.unsubscribe$.next();
this.unsubscribe$.complete();
}

getRouteParams() {
this.route.queryParams.subscribe((params) => {
this.logger.log('[PROJECTS] - GET ROUTE-PARAMS & APPID - params: ', params)
Expand Down

0 comments on commit a3d4844

Please sign in to comment.