• Robert Knight's avatar
    Improve `initialState` definitions in store modules · 12a1dc4e
    Robert Knight authored
    Convert the `initialState` functions in store modules to `const` values
    for modules where the state is static (ie. does not depend on
    `settings`) and add better type documentation.
    
    Most references to the state are not currently type-checked, but they
    will be in future. In the interim this serves as useful documentation
    for humans.
    12a1dc4e
sidebar-panels.js 3.9 KB