• Gergely Ujvari's avatar
    Rename rpc methods to be more consistent · eea3b762
    Gergely Ujvari authored
    Between guests <-> sidebar
    - `showViewer()` to  `showAnnotations()`
    - `updateViewer()` to `updateAnnotations()`
    - `toggleViewerSelection()` to `toggleAnnotationSelection()`
    
    All these renames were to enforce encapsulation and these calls
    are more like APIs. To guest side really do not have to know anything
    what the sidebar has or does.
    eea3b762
guest.coffee 11.2 KB