use core components
This commit is contained in:
CHANGELOG.md
lib
cannery_web.ex
mix.exsmix.lockcannery_web
components
ammo_group_card.excontainer_card.excontainer_table_component.excore_components.ex
core_components
ammo_group_card.html.heexcontainer_card.html.heexdate.html.heexdatetime.html.heexmodal.html.heexqr_code.html.heexsimple_tag_card.html.heextag_card.html.heextoggle_button.html.heextopbar.html.heexuser_card.html.heex
invite_card.extag_card.extopbar.exuser_card.exlive
templates
views
@ -4,7 +4,6 @@ defmodule CanneryWeb.RangeLive.Index do
|
||||
"""
|
||||
|
||||
use CanneryWeb, :live_view
|
||||
import CanneryWeb.Components.AmmoGroupCard
|
||||
alias Cannery.{ActivityLog, ActivityLog.ShotGroup, Ammo, Repo}
|
||||
alias CanneryWeb.Endpoint
|
||||
alias Phoenix.LiveView.Socket
|
||||
|
@ -70,7 +70,8 @@
|
||||
<div class="w-full flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-4 max-w-xl">
|
||||
<.form
|
||||
:let={f}
|
||||
for={:search}
|
||||
for={%{}}
|
||||
as={:search}
|
||||
phx-change="search"
|
||||
phx-submit="search"
|
||||
class="grow self-stretch flex flex-col items-stretch"
|
||||
|
Reference in New Issue
Block a user