mobile-directing-system / mds-desktop

Desktop app for Mobile Directing System
https://mobile-directing-system.github.io/mds-desktop
MIT License
1 stars 3 forks source link

[FEATURE]: Refresh message lists on mailbox and reviewer page #294

Closed atlars closed 8 months ago

atlars commented 9 months ago

Feature Motivation

Messages should be refreshed on the following pages:

Solution Description

Use rxjs to refresh the data of a table:

this.refreshTimer = interval(this.refreshIntervall * 1000).subscribe(() => this.refreshDataSource());

feature_acceptance_criteria

Further Information

No response

Related Issues

No response