summaryrefslogtreecommitdiff
path: root/event_list.cpp
AgeCommit message (Collapse)Author
2021-09-16Implement filterTimotej Lazar
Add a proxy model class with filter logic, and use it as the model for events ListView.
2021-09-16Implement event model in C++Timotej Lazar
Filtering events in JS is too slow with >20,000 events. This moves the event data model into C++.