diff --git a/.github/workflows/chore-lock-closed-issues-discussions-and-prs.yml b/.github/workflows/chore-lock-closed-issues-discussions-and-prs.yml index 365842254..6fd8212e6 100644 --- a/.github/workflows/chore-lock-closed-issues-discussions-and-prs.yml +++ b/.github/workflows/chore-lock-closed-issues-discussions-and-prs.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Lock threads after 30 days of inactivity - uses: dessant/lock-threads@v5 + uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} issue-inactive-days: '30' diff --git a/resources/css/utilities.css b/resources/css/utilities.css index 668cb755b..0dcd16e64 100644 --- a/resources/css/utilities.css +++ b/resources/css/utilities.css @@ -1,5 +1,5 @@ @utility apexcharts-tooltip { - @apply dark:text-white! dark:border-coolgray-300! dark:bg-coolgray-200! shadow-none!; + @apply overflow-visible! rounded-none! border-0! bg-transparent! shadow-none! dark:text-white!; } @utility apexcharts-tooltip-title { diff --git a/resources/views/components/applications/links.blade.php b/resources/views/components/applications/links.blade.php index fa9a88119..2c183e254 100644 --- a/resources/views/components/applications/links.blade.php +++ b/resources/views/components/applications/links.blade.php @@ -13,7 +13,8 @@ $linkItemClasses = 'listbox-option justify-start! gap-2.5!'; @endphp -
$fullWidth]) x-data="{ open: false }" @keydown.escape.window="open = false"> +
$fullWidth]) x-data="{ open: false }" + x-effect="$dispatch('resource-actions-toggled', { open })" @keydown.escape.window="open = false"> + + +
diff --git a/resources/views/components/popup-small.blade.php b/resources/views/components/popup-small.blade.php index 45f12eb6e..eec0c46c2 100644 --- a/resources/views/components/popup-small.blade.php +++ b/resources/views/components/popup-small.blade.php @@ -67,7 +67,7 @@ class="flex size-7 shrink-0 items-center justify-center rounded-md bg-amber-100