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

Fix/public form improvements #2753

Merged
merged 17 commits into from
Jan 6, 2025
Merged

Fix/public form improvements #2753

merged 17 commits into from
Jan 6, 2025

Conversation

Abhinegi2
Copy link
Contributor

@Abhinegi2 Abhinegi2 commented Dec 26, 2024

closes: #2725

Visible/Frontend Changes

  • [x]
  • [ ]

Architectural/Backend Changes

  • [x]
  • [ ]

@Abhinegi2 Abhinegi2 self-assigned this Dec 26, 2024
Copy link

Deployed to https://pr-2753.aam-digital.net/

@Abhinegi2 Abhinegi2 marked this pull request as ready for review January 4, 2025 05:27
@Abhinegi2 Abhinegi2 requested a review from sleidig January 4, 2025 05:27
}

.public-form-image {
max-width: 100%;
height: 100px;
object-fit: contain;
Copy link
Member

Choose a reason for hiding this comment

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

now, if screen is small enough / image wide enough, the image gets distorted again:
image

If we consider a scenario with wide banner and common usage on mobile, this is will lead to problems.

Copy link
Member

Choose a reason for hiding this comment

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

added as new issue (to close this PR quickly): #2776

Copy link
Member

@sleidig sleidig left a comment

Choose a reason for hiding this comment

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

fixes work well, remaining tasks are handled in their own issues.

@sleidig sleidig merged commit 75f087c into master Jan 6, 2025
13 checks passed
@sleidig sleidig deleted the fix/public-form-imoprovements branch January 6, 2025 15:41
@aam-digital-ci
Copy link
Collaborator

🎉 This PR is included in version 3.45.0-master.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released on @master managed by CI (semantic-release) label Jan 6, 2025
@aam-digital-ci
Copy link
Collaborator

🎉 This PR is included in version 3.45.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released managed by CI (semantic-release) label Jan 6, 2025
sleidig added a commit that referenced this pull request Jan 7, 2025
* fix extra scrollbar
* image center align
* migration to convert old column config for admin view
* added markdown guide + explanation
* support field group headers in public forms
* enable markdown in Public Form description

---------

Co-authored-by: Sebastian Leidig <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvements & Fixes for Admin Public Forms
3 participants