Skip to content

Commit

Permalink
[MWPW-134861] Remove loading of App Launcher (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
overmyheadandbody authored Aug 16, 2023
1 parent e0e58a0 commit 4fb5e17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
64 changes: 0 additions & 64 deletions libs/blocks/global-navigation/features/appLauncher/appLauncher.js

This file was deleted.

3 changes: 0 additions & 3 deletions libs/blocks/global-navigation/global-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,18 +290,15 @@ class Gnav {
this.el.removeEventListener('click', this.loadDelayed);
this.el.removeEventListener('keydown', this.loadDelayed);
const [
{ appLauncher },
ProfileDropdown,
Search,
] = await Promise.all([
loadBlock('../features/appLauncher/appLauncher.js'),
loadBlock('../features/profile/dropdown.js'),
loadBlock('../features/search/gnav-search.js'),
loadStyles('features/profile/dropdown.css'),
loadStyles('features/search/gnav-search.css'),
]);
this.ProfileDropdown = ProfileDropdown;
this.appLauncher = appLauncher;
this.Search = Search;
resolve();
} catch (e) {
Expand Down

0 comments on commit 4fb5e17

Please sign in to comment.