mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
d788d22aa0
This refactors the timeline module to follow the stores/views/panel/popups architecture. It extracts all usages of *Model context variables with store instance equivalents and replaces API calls on such model instances with store proxy APIs. Closes #3713