Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feat/the-grid' of github.com:lukso-network/universalpro…
Browse files Browse the repository at this point in the history
…file.cloud into feat/update-shadows-DEV-11967
  • Loading branch information
dzbo committed Oct 31, 2024
2 parents 1815ba1 + 6b21521 commit 8bc97a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion domains/grid/components/GridFloatingMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ onUnmounted(() => {
:show-delay="1000"
@click="handleAddGrid"
>
<lukso-icon name="menu-1" color="purple-41"></lukso-icon>
<lukso-icon name="add-grid" color="purple-41"></lukso-icon>
</lukso-tooltip>

<!-- Reset -->
Expand Down
2 changes: 1 addition & 1 deletion domains/grid/components/GridTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ watch(
</script>

<template>
<div class="flex select-none gap-x-6 gap-y-3 pb-4">
<div class="ml-4 flex select-none gap-x-6 gap-y-3 pb-4">
<!-- Draggable Grid tabs -->
<draggable
v-if="canEditGrid && !isMobile"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`GridFloatingMenu > should render when edit mode is enabled 1`] = `
<lukso-icon name="plus" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Add grid -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add grid" placement="left" offset="15" show-delay="1000">
<lukso-icon name="menu-1" color="purple-41"></lukso-icon>
<lukso-icon name="add-grid" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Reset -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97" text="" placement="left" offset="15" show-delay="1000">
<lukso-icon name="reload" color="neutral-85" class="-rotate-90 transition"></lukso-icon>
Expand All @@ -34,7 +34,7 @@ exports[`GridFloatingMenu > should render when has unsaved changes 1`] = `
<lukso-icon name="plus" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Add grid -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add grid" placement="left" offset="15" show-delay="1000">
<lukso-icon name="menu-1" color="purple-41"></lukso-icon>
<lukso-icon name="add-grid" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Reset -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 cursor-pointer bg-[#ffe0e0] hover:scale-105 hover:bg-[#ffd1d1]" text="Reset changes" placement="left" offset="15" show-delay="1000">
<lukso-icon name="reload" color="red-65" class="-rotate-90 transition"></lukso-icon>
Expand Down

0 comments on commit 8bc97a4

Please sign in to comment.