···9797* ✅ Modularize feature types, eyeing the extensibility model
9898* Settings Cleanup
9999 * ✅ move settings window to features/settings
100100- * why no settings
101101- * make features enable/disable-able
102102- * move feature list and enablement to storage
103103- * re-enable label previews, eg "Peek {key} - {address}"
104100* App cleanup
105101 * ✅ main window vs settings
106102 * ✅ change settings shortcut from global+esc to app+comma
107107-* Default features cleanup
108108- * enable/disable individual peeks/slides
103103+* Features cleanup
104104+ * make features enable/disable-able
105105+ * enable/disable individual frozen items - slides, peeks
106106+ * enable/disable individual non-frozen items - scripts
107107+ * re-enable label previews, eg "Peek {key} - {address}"
109108* Window lifecycle
110110- * modularize window open/close/hide/show across all windows
109109+ * ✅modularize window open/close + hidden/visible
110110+ * ✅update settings, peeks, slides, scripts
111111 * hide/show window vs create fresh
112112-* Web content
112112+ * modularize window close/hide/show across all windows
113113+ * update slides / animation
113114 * isolate web loading code, have features load content that way instead of raw BrowserWindow
114114-* Basic command bar to open pages
115115+* ✅ Basic command bar to open pages
115116* Basic history store
117117+* move feature list and enablement to storage
118118+* configurable default feature to open on app open
116119117120After that
118121* Extension model?