• Robert Knight's avatar
    Fix prop typechecking for `TopBar` component · 1a447624
    Robert Knight authored
    The type of the `props` argument to `TopBar` was not specified, so its
    props were not type-checked. Specifying a type for `props` turned up
    several mistakes in other types.
    
     - Specify the type of the `props` object so that the props are actually
       type-checked
     - Add missing `status` field to `AuthState` type
     - Correctly set the optionality of various props
    1a447624
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...