Skip to content

Commit

Permalink
Merge branch 'main' into fix-usersettings-iconclass
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Jan 14, 2025
2 parents ed48d0d + 3b26d91 commit 3cf2cbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: ~/.cache
key: whitesource_cache-${{ github.ref }}
- run: sudo apt-get install build-essential python2 libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
- run: sudo apt-get install build-essential python-is-python3 libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
- run: npm --prefix ./client ci ./client
- run: npm --prefix ./core ci ./core
- run: npm --prefix ./website/landingpage/dev install ./website/landingpage/dev
Expand Down
5 changes: 0 additions & 5 deletions container/test-app/iframe/microfrontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ <h1 id="title">Multi purpose demo page</h1>
<button onclick="testGetToken()">test get token</button>
<button onclick="testShowAlert()">test showAlert</button>
<button onclick="goBack()">test goBack()</button>
<button onclick="updateTopNavigation()">test updateTopNavigation()</button>

<button onclick="openAsModal()">test openAsModal()</button>
<button onclick="openAsDrawer()">test openAsDrawer()</button>
Expand Down Expand Up @@ -96,10 +95,6 @@ <h1 id="title">Multi purpose demo page</h1>
LuigiClient.linkManager().goBack();
}

function updateTopNavigation() {
LuigiClient.LuigiClient.linkManager().updateTopNavigation();
}

function testNav() {
LuigiClient.linkManager().navigate('/');
}
Expand Down

0 comments on commit 3cf2cbd

Please sign in to comment.