Add placeholders for dashboard features (#642)

* Add placeholders for new dashboard

* Fix tests and lint errors
This commit is contained in:
Zach Gollwitzer
2024-04-18 10:32:36 -04:00
committed by GitHub
parent 4708e85da3
commit f5f624881f
14 changed files with 196 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
<%# locals: (content:) -%>
<%= turbo_frame_tag "modal" do %>
<dialog class="bg-white border border-alpha-black-25 rounded-2xl max-h-[648px] max-w-[580px] w-full shadow-xs h-full" data-controller="modal" data-action="click->modal#clickOutside">
<dialog class="bg-white border border-alpha-black-25 rounded-2xl max-h-[648px] max-w-[580px] w-full shadow-xs h-fit" data-controller="modal" data-action="click->modal#clickOutside">
<div class="flex flex-col h-full">
<%= content %>
</div>