1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update Button, keep left (#6612)

* Update Button, keep left

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

* update snapshots

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2022-11-18 16:28:48 -05:00 committed by GitHub
parent 9c64ddd59e
commit 7b5e1b8a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 10 deletions

View File

@ -724,7 +724,7 @@ exports[`installing update when started when user checks for updates when new up
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -748,6 +748,9 @@ exports[`installing update when started when user checks for updates when new up
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>
@ -966,7 +969,7 @@ exports[`installing update when started when user checks for updates when new up
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -990,6 +993,9 @@ exports[`installing update when started when user checks for updates when new up
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>

View File

@ -64,7 +64,7 @@ exports[`encourage user to update when sufficient time passed since update was d
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -88,6 +88,9 @@ exports[`encourage user to update when sufficient time passed since update was d
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>

View File

@ -4,7 +4,7 @@
*/ */
import { getInjectable } from "@ogre-tools/injectable"; import { getInjectable } from "@ogre-tools/injectable";
import { computed } from "mobx"; import { computed } from "mobx";
import { topBarItemOnRightSideInjectionToken } from "../../../../../../renderer/components/layout/top-bar/top-bar-items/top-bar-item-injection-token"; import { topBarItemOnLeftSideInjectionToken } from "../../../../../../renderer/components/layout/top-bar/top-bar-items/top-bar-item-injection-token";
import { UpdateButton } from "./update-button"; import { UpdateButton } from "./update-button";
import updateWarningLevelInjectable from "./update-warning-level.injectable"; import updateWarningLevelInjectable from "./update-warning-level.injectable";
@ -22,7 +22,7 @@ const updateApplicationTopBarItemInjectable = getInjectable({
}; };
}, },
injectionToken: topBarItemOnRightSideInjectionToken, injectionToken: topBarItemOnLeftSideInjectionToken,
}); });
export default updateApplicationTopBarItemInjectable; export default updateApplicationTopBarItemInjectable;

View File

@ -724,7 +724,7 @@ exports[`installing update using tray when started when user checks for updates
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -748,6 +748,9 @@ exports[`installing update using tray when started when user checks for updates
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>
@ -966,7 +969,7 @@ exports[`installing update using tray when started when user checks for updates
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -990,6 +993,9 @@ exports[`installing update using tray when started when user checks for updates
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>

View File

@ -64,7 +64,7 @@ exports[`force user to update when too long since update was downloaded when app
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -88,6 +88,9 @@ exports[`force user to update when too long since update was downloaded when app
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>
@ -306,7 +309,7 @@ exports[`force user to update when too long since update was downloaded when app
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -330,6 +333,9 @@ exports[`force user to update when too long since update was downloaded when app
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>
@ -595,7 +601,7 @@ exports[`force user to update when too long since update was downloaded when app
</i> </i>
</div> </div>
<div <div
class="separator" class="size-sm"
/> />
<div <div
class="preventedDragging" class="preventedDragging"
@ -619,6 +625,9 @@ exports[`force user to update when too long since update was downloaded when app
</i> </i>
</button> </button>
</div> </div>
<div
class="separator"
/>
</div> </div>
</div> </div>
<main> <main>