Closed narayan954 closed 1 year ago
Could you tell me the max height you want in your post? @narayan954
I think the max-height: 550px;
in a post and min-height: 40px;
in the comments popup would be a better choice.
Could you tell me the max height you want in your post? @narayan954 I think the
max-height: 550px;
in a post andmin-height: 40px;
in the comments popup would be a better choice.
Yes, you're right, would you like to work on this? and under which program kwoc or codepeak ?
under which program kwoc or codepeak ?
What does it mean ? @narayan954
Yes, you're right, would you like to work on this?
Yeah sure...
under which program kwoc or codepeak ?
What does it mean ? @narayan954
this project is also participating in kwoc and codepeak open source programs
under which program kwoc or codepeak ?
What does it mean ? @narayan954
this project is also participating in kwoc and codepeak open source programs
Ohh nice
under which program kwoc or codepeak ?
What does it mean ? @narayan954
this project is also participating in kwoc and codepeak open source programs
Ohh nice
so are you working independent?
under which program kwoc or codepeak ?
What does it mean ? @narayan954
this project is also participating in kwoc and codepeak open source programs
Ohh nice
so are you working independent?
Yaah
under which program kwoc or codepeak ?
What does it mean ? @narayan954
this project is also participating in kwoc and codepeak open source programs
Ohh nice
so are you working independent?
Yaah
Great , go ahead! :)
What is the class name of this image? @narayan954 I am unable to find.
What is the class name of this image? @narayan954 I am unable to find.
that's just a button with some inline css defined I hope this img helps
What is the class name of this image? @narayan954 I am unable to find.
that's just a button with some inline css defined I hope this img helps
Thanks
Why website is not running @narayan954
Why website is not running @narayan954
it's up and running https://narayan954.github.io/dummygram/
Why website is not running @narayan954
it's up and running https://narayan954.github.io/dummygram/
See it's continuously loading:
Why website is not running @narayan954
it's up and running https://narayan954.github.io/dummygram/
See it's continuously loading:
I don't think that's an issue with the site https://user-images.githubusercontent.com/77617189/210081746-2d9eb54d-eda5-455c-819f-8bbf21861043.mp4
See this error @narayan954
See this error @narayan954
okay now I know the issue, rules are set to allow only authorised(logged in) users to access db , and neither you're logged in, nor the login/signup option is available for logging in. That's why you should always check the console. I'm outstation,but will change rule temporarily till a solution is implemented
See this error @narayan954
okay now I know the issue, rules are set to allow only authorised(logged in) users to access db , and neither you're logged in, nor the login/signup option is available for logging in. That's why you should always check the console. I'm outstation,but will soon change rule temporarily till a solution is implemented , and inform you
See this error @narayan954
okay now I know the issue, rules are set to allow only authorised(logged in) users to access db , and neither you're logged in, nor the login/signup option is available for logging in. That's why you should always check the console. I'm outstation,but will soon change rule temporarily till a solution is implemented , and inform you
Ok
@Rishav1707 I've pushed some changes and it should work now. Pull the changes.
Hi, @narayan954! If the issue hasn't been resolved, I would be happy to pick it up and fix it. I think setting only min-height
on the posts will be sufficient enough to allow it grow. But, having max-height
would cause overflows since you can tell how lengthy the posts can be.
By the way, website isn't loading just like in @Rishav1707 case. I think, we could implement a welcome page for users who haven't logged in, perhaps.
Hi, @narayan954! If the issue hasn't been resolved, I would be happy to pick it up and fix it. I think setting only
min-height
on the posts will be sufficient enough to allow it grow. But, havingmax-height
would cause overflows since you can tell how lengthy the posts can be.By the way, website isn't loading just like in @Rishav1707 case. I think, we could implement a welcome page for users who haven't logged in, perhaps.
Hi @dostonnabotov @Rishav1707 is working on it , though you're right about the props , I recalled that images need to be cropped to make the max-height prop work and that seems not feasible right now as there's no crop functionality for users, so min-height should do.
About loading issue, website is working now , you might need to refresh after signing in. Welcome/login page was also assigned but no progress as of now.
I want to work on this issue under JWOC
Sure, go ahead @AgnishaDe :)
@AgnishaDe are you still working on this?
I want to work for on this issue under jwoc , please assign me
You can work on this issue
Sir I can't display any post so please tell me what your main file I will send you screenshot to display on my screen
please assign it to me as I am working on it.
please assign it to me as I am working on it.
Hi @rhithesh please mention how're you planning to solve this issue so I can confirm you understand the issue :) as this issue has some confusions
In post.jsx there is a class for each part of the post like header, text ,and container, I have went inside ImageSlider.jsx and made the height a constant. I understood the Read more component seems to be not working properly so I am working on that. Also I guess we need to handle a case when there is only a caption. thanks @narayan954
In post.jsx there is a class for each part of the post like header, text ,and container, I have went inside ImageSlider.jsx and made the height a constant. I understood the Read more component seems to be not working properly so I am working on that. Also I guess we need to handle a case when there is only a caption. thanks @narayan954
That's good Hithesh but did you check if making height a constant affecting the feed in a negative way, like some post images are being cropped out incorrectly or not? Thanks for spotting other issues as well, you may create separate issues for them and get yourself assigned to them :)
Thank you
I went through issue #59 I think that'd help with this issue as well
Description
Currently posts are of uneven lengths, and this is inconsistent, we can fix the post height, so the feed is consistent. Also fix the height of posts in comments popup and set a minimum height as well.
Screenshots
No response
Additional information
No response