dice-group / ida-pg

GNU Affero General Public License v3.0
6 stars 4 forks source link

Issue 137/chatbotuirevamp #151

Closed maqboolayaz closed 5 years ago

maqboolayaz commented 5 years ago

Messages are made be collapsible so our visualization can take most of the screen. (like the facebook chat window).

codecov-io commented 5 years ago

Codecov Report

Merging #151 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #151   +/-   ##
=========================================
  Coverage     43.24%   43.24%           
  Complexity      155      155           
=========================================
  Files            49       49           
  Lines          1274     1274           
  Branches        139      139           
=========================================
  Hits            551      551           
  Misses          684      684           
  Partials         39       39

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update f1aaad4...7c771dc. Read the comment docs.

maqboolkhan commented 5 years ago

hi @maqboolayaz good work πŸ‘ I am reviewing your changes but when I start with ng serve after doing npm i

I am getting this error

ERROR in src/app/app.component.ts(14,44): error TS2307: Cannot find module 'ng-chat'.
src/app/components/chatbox/chatbox-adapter.ts(1,60): error TS2307: Cannot find module 'ng-chat'.

I checked your code & could not find what's exactly ng-chat is Please look into this

Best

maqboolkhan commented 5 years ago

Hi @maqboolayaz thanks for your fix now its working & Good work πŸš€ πŸ‘ I just pushed some small UI changes Thanks