• 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
Name
Last commit
Last update
..
auth Loading commit data...
directives Loading commit data...
helpers Loading commit data...
plugin Loading commit data...
session Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
app.coffee Loading commit data...
controllers.coffee Loading commit data...
directives.coffee Loading commit data...
filters.coffee Loading commit data...
guest.coffee Loading commit data...
host.coffee Loading commit data...
identity-service.coffee Loading commit data...
searchfilters.coffee Loading commit data...
services.coffee Loading commit data...
socket.coffee Loading commit data...
streamsearch.coffee Loading commit data...