commit | 396ab56059cbb63751f0817143e423408e4b4cde | [log] [tgz] |
---|---|---|
author | Pablo Gamito <pablogamito@google.com> | Mon Jun 01 10:25:12 2020 +0100 |
committer | Pablo Gamito <pablogamito@google.com> | Mon Jun 08 17:00:49 2020 +0100 |
tree | 7c041593a56a70bcc63df671e82590808407ea14 | |
parent | f2f36d3f956263983d26c2b2985b8872fc95996b [diff] |
Implement global state for files with Vuex With increasing interaction between components it makes sense to have a global state so any component can update and read the global state instead of passing updates up and down the Vue component tree. In particular this is useful so that the current timeline time can be updated from anywhere easily with the changes reflected in all components. Test: N/A Change-Id: Ie099973b8a36915c7e93e4d716b0f92e82ab28b4