• Lyza Danger Gardner's avatar
    Move highlighted-annotation state from `selection` to `annotations` · 4b4fbb70
    Lyza Danger Gardner authored
    Highlight state is relevant on an annotation-by-annotation basis but
    does not have any impact on whether an annotation is present or
    visible (at all) to the user, which is what `selection` state is for.
    
    At this time, remove highlight-state logic from thread-building as this
    is an extra complexity for something that isn't implemented in the UI
    anyway.
    
    In future, to re-implement highlight styling, query the `annotations`
    store state (perhaps add a `annotationIsHighlighted` selector for
    convenience).
    4b4fbb70
Name
Last commit
Last update
..
integration Loading commit data...
annotation-fixtures.js Loading commit data...
bootstrap.js Loading commit data...
build-thread-test.js Loading commit data...
cross-origin-rpc-test.js Loading commit data...
fake-redux-store.js Loading commit data...
get-api-url-test.js Loading commit data...
group-fixtures.js Loading commit data...
host-config-test.js Loading commit data...
markdown-commands-test.js Loading commit data...
media-embedder-test.js Loading commit data...
render-markdown-test.js Loading commit data...
search-client-test.js Loading commit data...
service-config-test.js Loading commit data...
websocket-test.js Loading commit data...