Skip to content

Commit 34cad6c

Browse files
authored
COMPASS-1305 Backport Kill Help Window to 1.8-releases (#1116)
* COMPASS-795 Replace help doc with how to $geoWithin hint (#1098) * 🔥 Remove invisible geo info sprinkle It's there in the DOM but hidden behind the mapbox-gl map. * 🔥 Remove schema-geo-query-builder.md The controls (apart from the incoming Shift + Click) I think are obvious enough not to need extra documentation. * ✨ Add placeholder geo-hint overlay based on the just removed info sprinkle Ready for style pass. * Style pass * Delete placeholder * 👕 * COMPASS-797: Long running queries help (#1099) * 🔥 Remove schema-long-running-queries.md * 🎨 Switch status subview to <InfoSprinkle> component * 📝 Improve docs on manually testing the different subviews Note: Going back to var as unlike let/const, it can be retried with an up-arrow+enter combo in the devtools console. * 🎨🔥 Resolve some styling regressions and remove handlers * Put back the "help" CSS class * Override the opacity * Remove onHelpClicked handler * Basic decoupling style pass to resolve orange hover 🐛 * COMPASS-1169 Remove help window (#1107) * 🔥 Remove dev help entries They are noted on COMPASS 794 until someone decides what to do with them, such as moving useful ones to the 10gen/compass-internal-docs repo. * 🔥 Remove help window * 🔥 Remove direct dep on ampersand-collection-lodash-mixin It's only needed as a transitive dependency of ampersand-rest-collection. * 🔥 Remove now unused with-sync.js model * 🔥 Remove help images Again, compass-internal-docs if they are useful. * 🔥 Remove main process help window handlers * 🎨 Update Help menu item + F1 accelerator to online docs
1 parent bd9b88e commit 34cad6c

37 files changed

+107
-1378
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
"@mongodb-js/compass-serverstats": "9.0.2",
118118
"ampersand-collection": "^1.5.0",
119119
"ampersand-collection-filterable": "^0.2.1",
120-
"ampersand-collection-lodash-mixin": "^2.0.1",
121120
"ampersand-dom-bindings": "^3.7.0",
122121
"ampersand-filtered-subcollection": "^2.0.4",
123122
"ampersand-form-view": "^5.2.2",

src/app/help.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/app/help.js

Lines changed: 0 additions & 204 deletions
This file was deleted.

src/app/help.less

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/app/help/entries/dev-ampersand-tips.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)