feat: negentropy progress

This commit is contained in:
reya
2024-10-25 14:57:12 +07:00
parent 055d73c829
commit 5ab2b1ae31
27 changed files with 769 additions and 663 deletions
+3 -2
View File
@@ -11,13 +11,14 @@ export const LumeWindow = {
column,
});
},
openLaunchpad: async () => {
openLaunchpad: async (account: string) => {
await getCurrentWindow().emit("columns", {
type: "add",
column: {
label: "launchpad",
name: "Launchpad",
url: "/columns/launchpad",
url: `/columns/launchpad/${account}`,
account,
},
});
},