Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #1266

Merged
merged 7 commits into from
Dec 17, 2024
Merged

Small fixes #1266

merged 7 commits into from
Dec 17, 2024

Conversation

kasugaijin
Copy link
Collaborator

@kasugaijin kasugaijin commented Dec 16, 2024

🔗 Issue

Makes some small fixes in the UI

  • devise forms are now consistent
  • navbar now shows org logo if present
  • featured pets on org root are now standardized heights
image image image

✍️ Description

📷 Screenshots/Demos

@@ -3,8 +3,8 @@
<!-- Brand logo -->
<p class="navbar-brand flex-column">
<%= link_to home_index_path, class: "nav-link" do %>
<% if Current.organization.avatar.attached? %>
<%= image_tag Current.organization.avatar, alt: current_organization_name, title: current_organization_name, class: 'rounded-1' %>
<% if Current.organization.avatar.attached? && Current.organization.avatar.persisted? %>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without this if you upload a logo on the org and it fails validation we get an error

@jmilljr24 jmilljr24 merged commit 591588e into main Dec 17, 2024
5 checks passed
@jmilljr24 jmilljr24 deleted the small-fixes branch December 17, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants