Add set-specific history tracking for group owners

This commit is contained in:
2021-10-19 23:00:25 +01:00
parent 796680f357
commit ac520b66e1
8 changed files with 454 additions and 147 deletions

View File

@@ -128,7 +128,7 @@ class App extends React.Component {
};
this.page = {
loaded: !this.state.pageLoading,
loaded: () => !this.state.pageLoading,
load: () => {
this.setState({
pageLoading: false,