MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / updateSelectionSummary

Function updateSelectionSummary

deployments/desktop/static/app.js:850–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

848}
849
850function updateSelectionSummary() {
851 $("readingQueueStat").textContent = state.selected.size;
852 $("selectionSummary").textContent =
853 `${state.selected.size} 篇待精读,${state.skipped.size} 篇标记为不感兴趣`;
854}
855
856function isChecked(id) {
857 const target = $(id);

Callers 2

renderPushFunction · 0.70
handlePaperCheckFunction · 0.70

Calls 1

$Function · 0.70

Tested by

no test coverage detected