kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Use file watcher to update file panel instead of updating periodically #133

Open gnawf opened 5 years ago

gnawf commented 5 years ago

Currently, the modified files section is updated every 3 seconds, see here. It would be more efficient and faster to simply watch file system events and update the panel accordingly.

YichenTang97 commented 5 years ago

This would be a further improvement related with the refactorisation currently undergoing in issue #6 - display of the modified files are being refactored to file.panel.component.ts, observing the changes of the record saved in file.service.ts, which get updated every 3 seconds