Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Ui tweaks #217

Merged
merged 4 commits into from
Jul 20, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Bug fixes

## Bug Fixes and Other Changes

* [213](https://github.com/navigateconsulting/eva/pull/213) Updated documentation
* [213](https://github.com/navigateconsulting/eva/pull/213) Updated documentation
* [214](https://github.com/navigateconsulting/eva/pull/214) Spinner was continously spinning in loop even after the training had completed and getting the completed status in the front end.
* [215](https://github.com/navigateconsulting/eva/pull/215) npm dependancy in package.json file upgraded from 6.13.4 to 6.14.6
* [216](https://github.com/navigateconsulting/eva/pull/216) loadash dependancy in package.json file upgraded from 4.17.15 to 4.17.19

# Release 2.0.3

Expand All @@ -46,4 +49,4 @@ Bug fixes

* [207](https://github.com/navigateconsulting/eva/pull/207) changes to UI
* [210](https://github.com/navigateconsulting/eva/pull/210) Spinner issue on Manage Project Page has now been resolved, earlier there was a delay in showing the spinner. Conversations Chat was not displaying the slot values earlier, now the issue is fixed.
* [211](https://github.com/navigateconsulting/eva/pull/211) Displaying Conversations In Descending Order so that the latest conversation would be displayed first in the list.
* [211](https://github.com/navigateconsulting/eva/pull/211) Displaying Conversations In Descending Order so that the latest conversation would be displayed first in the list.
8 changes: 4 additions & 4 deletions ui-trainer/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 ui-trainer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"js-yaml": "^3.13.1",
"json2yaml": "^1.1.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"lodash.mergewith": "^4.6.2",
"ng6-toastr-notifications": "^1.0.4",
"npm": "^6.14.6",
Expand Down