Backward compatibility with extension injections on legacy menu bar (#970)

* Compatible to legacy top menu extensions

* Rework css

* nit
This commit is contained in:
Chenlei Hu
2024-09-25 15:41:05 +09:00
parent 9199639320
commit 4ab3aa9a39
8 changed files with 68 additions and 390 deletions

View File

@@ -1,10 +1,12 @@
<template>
<!-- Top menu bar needs to load before the GraphCanvas as it needs to host
the menu buttons added by legacy extension scripts.-->
<TopMenubar />
<GraphCanvas />
<GlobalToast />
<UnloadWindowConfirmDialog />
<BrowserTabTitle />
<AppMenu />
<TopMenubar />
</template>
<script setup lang="ts">