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

Chore: make a bunch of components standalone #1047

Merged
merged 14 commits into from
Nov 26, 2024
Merged
Prev Previous commit
Next Next commit
chore(ui): overlay image preview component
jahow committed Nov 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 896c94c1d83a806dafeb9c765433ff1c5f4f1a24
Original file line number Diff line number Diff line change
@@ -4,9 +4,8 @@
>
<div
*ngIf="imageUrl"
[showContent]="imageUrl !== undefined"
data-cy="record-thumbnail"
class="shrink-0 bg-gray-100 rounded-lg overflow-hidden w-full border border-gray-300 group-hover:shadow-xl group-hover:border-0 h-full w-full"
class="shrink-0 bg-gray-100 rounded-lg overflow-hidden border border-gray-300 group-hover:shadow-xl group-hover:border-0 h-full w-full"
>
<gn-ui-thumbnail
class="relative h-full w-full"