From 04bc57d6908f89f40b0a1aef5db5554e73e21e2d Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 30 May 2025 21:38:33 -0700 Subject: [PATCH] (STYLE/UI): Implemented a simple search and make again list. These are simple, but look pretty decent. Calling it for the night. --- .../components/layouts/dashboard.html.heex | 8 +- .../controllers/page_html/home.html.heex | 145 ++++++++++++++++++ 2 files changed, 152 insertions(+), 1 deletion(-) diff --git a/lib/potion_web/components/layouts/dashboard.html.heex b/lib/potion_web/components/layouts/dashboard.html.heex index 7b8af88..a4fddb9 100644 --- a/lib/potion_web/components/layouts/dashboard.html.heex +++ b/lib/potion_web/components/layouts/dashboard.html.heex @@ -5,9 +5,15 @@
+ +
+

+ Potion - Recipe Database +

+
-
+
{@inner_content}
diff --git a/lib/potion_web/controllers/page_html/home.html.heex b/lib/potion_web/controllers/page_html/home.html.heex index f52f1ea..1255335 100644 --- a/lib/potion_web/controllers/page_html/home.html.heex +++ b/lib/potion_web/controllers/page_html/home.html.heex @@ -1,5 +1,150 @@ + + +
+ + +
+ + +
+ + + + +
+ + +
+

+ Make again +

+ + +
+
    +
  • +

    + Avacado Toast +

    + +
    +

    10 min

    + + + + + + + + + + + + + + +
    +
  • + +
  • +

    + Fried Chicken +

    + +
    +

    90 min

    + + + + + + + + + +
    +
  • + +
  • +

    + Steak & Eggs +

    + +
    +

    15 min

    + + + + + + + + + +
    +
  • +
+
+
+
+