Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚩PR (Connecting): Reworked code base to use new NPM package of grid-uikit #704

Merged
merged 8 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
FI from stable
  • Loading branch information
elsoazemelet committed May 10, 2024
commit 533f36ce14bb7a4795b1afcc94180ca92d2f6354
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import { NumberToEventType } from "../../../../protocol/grid-protocol";

import { onMount, onDestroy } from "svelte";
import { MoltenPushButton } from "@intechstudio/grid-uikit";
import { MoltenPushButton, MoltenInput } from "@intechstudio/grid-uikit";

//////////////////////////////////////////////////////////////////////////////
///// VARIABLES, LIFECYCLE FUNCTIONS AND TYPE DEFINITIONS //////////
Expand Down Expand Up @@ -398,8 +398,8 @@
</div>

<MoltenPushButton
click={handlePaste}
disabled={!pasteEnabled}
on:click={handlePaste}
disabled={$appClipboard?.key !== ClipboardKey.ACTION_BLOCKS}
style={"accept"}
text={"Paste"}
snap={"full"}
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.