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

Add Ionic Skeleton Text to Image component(#1wf7518) #19

Merged
merged 20 commits into from
Feb 3, 2022

Conversation

bashu22tiwari
Copy link
Contributor

No description provided.

@bashu22tiwari bashu22tiwari changed the title Add Ionic Skeleton Text to Image component(#1wf7518) WIP: Add Ionic Skeleton Text to Image component(#1wf7518) Dec 14, 2021
@bashu22tiwari bashu22tiwari changed the title WIP: Add Ionic Skeleton Text to Image component(#1wf7518) Add Ionic Skeleton Text to Image component(#1wf7518) Dec 15, 2021
@@ -1,14 +1,18 @@
<template>
<img :src="imageUrl"/>
<img :src="imageUrl" v-if="imageUrl" />
<ion-skeleton-text v-else animated></ion-skeleton-text>
Copy link
Contributor

Choose a reason for hiding this comment

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

We can use self-closing tag here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Improved code readability by using self-closing app.
Thank You sir for reviewing my code.

@@ -5,7 +5,7 @@
<ion-title>{{ $t("Search") }}</ion-title>
</ion-toolbar>
</ion-header>
<ion-content :fullscreen="true">
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is unwanted change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Though Sir, it is an unwanted change, But it helps in enhancing UI experience, as we do not get our right hand side scroll bar under the header section.

Thankyou Sir, for reviewing my code.

src/components/Image.vue Show resolved Hide resolved
src/views/Search.vue Outdated Show resolved Hide resolved
@adityasharma7 adityasharma7 merged commit e62e7dd into hotwax:main Feb 3, 2022
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.

5 participants