Compare commits
No commits in common. "main" and "renovate/mix-dependencies" have entirely different histories.
main
...
renovate/m
3 changed files with 1 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,7 +34,6 @@ mv-*.tar
|
||||||
# In case you use Node.js/npm, you want to ignore these.
|
# In case you use Node.js/npm, you want to ignore these.
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
/assets/node_modules/
|
/assets/node_modules/
|
||||||
/node_modules/
|
|
||||||
|
|
||||||
.cursor
|
.cursor
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
elixir 1.18.3-otp-27
|
elixir 1.18.3-otp-27
|
||||||
erlang 27.3.4
|
erlang 27.3.4
|
||||||
just 1.51.0
|
just 1.51.0
|
||||||
nodejs 26.2.0
|
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ defmodule MvWeb.Components.BulkActionsDropdown do
|
||||||
icon="hero-bolt"
|
icon="hero-bolt"
|
||||||
open={@open}
|
open={@open}
|
||||||
phx_target={@myself}
|
phx_target={@myself}
|
||||||
menu_width="w-70"
|
menu_width="w-64"
|
||||||
menu_align="left"
|
menu_align="left"
|
||||||
button_class="btn-secondary gap-2"
|
button_class="btn-secondary gap-2"
|
||||||
testid="bulk-actions-dropdown"
|
testid="bulk-actions-dropdown"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue