From 82cb16851062b5b0542f81eb8f8c9c16e5d3ff6c Mon Sep 17 00:00:00 2001 From: Celina Lopez Date: Wed, 3 Sep 2025 09:59:28 -0700 Subject: [PATCH] update --- app/assets/tailwind/application.css | 23 ++++++++++--------- app/avo/config.rb | 2 +- app/views/clusters/metrics/_search.html.erb | 4 ++-- app/views/devise/passwords/new.html.erb | 2 +- app/views/devise/registrations/new.html.erb | 4 ++-- app/views/devise/sessions/new.html.erb | 4 ++-- app/views/layouts/homepage.html.erb | 2 +- app/views/projects/_layout.html.erb | 2 +- .../projects/services/domains/_index.html.erb | 2 +- app/views/settings/_layout.html.erb | 2 +- app/views/shared/_notices.html.erb | 2 +- app/views/static/landing_page/_cta.html.erb | 6 ++--- .../static/landing_page/_features_2.html.erb | 2 +- app/views/static/landing_page/_hero.html.erb | 8 +++---- .../landing_page/_pricing_chart.html.erb | 6 ++--- package.json | 2 +- yarn.lock | 8 +++---- 17 files changed, 41 insertions(+), 40 deletions(-) diff --git a/app/assets/tailwind/application.css b/app/assets/tailwind/application.css index f3b44120..e5607f1e 100644 --- a/app/assets/tailwind/application.css +++ b/app/assets/tailwind/application.css @@ -1,12 +1,13 @@ -@import "tailwindcss"; -@plugin "daisyui"; +@import 'tailwindcss'; -@import "tippy.js/dist/tippy.css"; -@import "tippy.js/themes/light.css"; -@import "../stylesheets/main.css"; -@import "../stylesheets/components/nav"; -@import "../stylesheets/forms.css"; -@import "../stylesheets/weird_fixes.css"; -@import "../stylesheets/tables.css"; -@import "../stylesheets/pacman.css"; -@import "../stylesheets/custom.css"; +@import 'tippy.js/dist/tippy.css'; +@import 'tippy.js/themes/light.css'; +@import '../stylesheets/main.css'; +@import '../stylesheets/components/nav.css'; +@import '../stylesheets/forms.css'; +@import '../stylesheets/weird_fixes.css'; +@import '../stylesheets/tables.css'; +@import '../stylesheets/pacman.css'; +@import '../stylesheets/custom.css'; + +@plugin "daisyui"; diff --git a/app/avo/config.rb b/app/avo/config.rb index 1151506b..32ab8967 100644 --- a/app/avo/config.rb +++ b/app/avo/config.rb @@ -1,5 +1,5 @@ class Avo::Config def self.button_css - "button-component inline-flex flex-grow-0 items-center font-semibold leading-6 fill-current whitespace-nowrap transition duration-100 transform transition duration-100 cursor-pointer disabled:cursor-not-allowed disabled:opacity-60 data-[disabled='true']:opacity-60 justify-center border active:outline active:outline-1 rounded bg-primary-500 text-white border-primary-500 hover:bg-primary-600 hover:border-primary-600 active:border-primary-600 active:outline-primary-600 active:bg-primary-600 px-3 py-1.5 text-sm" + "button-component inline-flex grow-0 items-center font-semibold leading-6 fill-current whitespace-nowrap transition duration-100 transform transition duration-100 cursor-pointer disabled:cursor-not-allowed disabled:opacity-60 data-[disabled='true']:opacity-60 justify-center border active:outline active:outline-1 rounded bg-primary-500 text-white border-primary-500 hover:bg-primary-600 hover:border-primary-600 active:border-primary-600 active:outline-primary-600 active:bg-primary-600 px-3 py-1.5 text-sm" end end diff --git a/app/views/clusters/metrics/_search.html.erb b/app/views/clusters/metrics/_search.html.erb index 316892c8..6a1106ce 100644 --- a/app/views/clusters/metrics/_search.html.erb +++ b/app/views/clusters/metrics/_search.html.erb @@ -14,12 +14,12 @@ ["288 - 144hrs ago", "288h"] ], params[:time_range] || "2h"), {}, - { class: "select !select-sm select-bordered focus:outline-offset-0", "aria-label": "Select example" } + { class: "select select-sm! select-bordered focus:outline-offset-0", "aria-label": "Select example" } %> <%= form.submit "Refresh", class: "btn btn-neutral btn-sm" %> -
+ diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb index 4c0cc3f1..0ec0ca2c 100644 --- a/app/views/devise/passwords/new.html.erb +++ b/app/views/devise/passwords/new.html.erb @@ -4,7 +4,7 @@

Reset your password

Enter your email address below and we will send you a link to reset your password.

-
+
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= render "devise/shared/error_messages", resource: resource %> diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 09580949..231e221e 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -50,9 +50,9 @@ <% end %>
-
+
OR -
+
<%= render "devise/shared/links" %> diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index c4d6b7f7..b51ca986 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -43,9 +43,9 @@ <% end %>
-
+
OR -
+
<%= render "devise/shared/links" %>
diff --git a/app/views/layouts/homepage.html.erb b/app/views/layouts/homepage.html.erb index a0a196ff..08a8d4e7 100644 --- a/app/views/layouts/homepage.html.erb +++ b/app/views/layouts/homepage.html.erb @@ -6,7 +6,7 @@ <%= yield %> diff --git a/app/views/projects/_layout.html.erb b/app/views/projects/_layout.html.erb index b637891e..e979098b 100644 --- a/app/views/projects/_layout.html.erb +++ b/app/views/projects/_layout.html.erb @@ -54,7 +54,7 @@ <% end %>