experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable uninit for now

+6
+6
app/index.js
··· 76 76 }; 77 77 78 78 const uninitFeature = f => { 79 + console.log('TODO: uninitFeature', f); 80 + 81 + // add uninit to each feature 82 + //fc[f.id].init(); 83 + /* 79 84 const wid = windows.get(f.id); 80 85 if (wid) { 81 86 console.log('closing window for', f.name); ··· 84 89 windows.delete(f.id); 85 90 }); 86 91 } 92 + */ 87 93 }; 88 94 89 95 // unused, worth testing more tho