-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 the profile icon with bootstrap4 class [Issue Closed] #5693
Comments
yes! awesome.
…On Thu, May 9, 2019 at 11:46 AM Lekhika Dugtal ***@***.***> wrote:
Description
Due to recent bootstrap4 upgrade, the profile icon class of bootstrap3 is
not working anymore.
It would be great to have it back to circle like we earlier it.
We can use rounded-circle class of bootstrap4 instead of img-circle in
bootstrap3.
Thanks !!!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5693>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6JZDFU5WHD7H2DMBDG3PURBJTANCNFSM4HL3XFNQ>
.
|
@CleverFool77, this would make a perfect FTO. Would you like me to create an official FTO? I think I found the place you were talking about so I could give the instructions. Or, I could put it here and then edit the top comment. (EDIT: removed location) |
Hi @skilfullycurled |
@CleverFool77, sorry, I think I was unclear in my comment. Oh internet. : ) I edited my former comment to remove the change. Please take the following as clarification of my own comments. My experience is that sometimes being really specific and writing a lot can come off as argumentative and that's not what I'm trying to do at all. With regard to the length, I write a lot either way ; ) As to me finding the place, I only meant that having found it, I would be happy to help create the FTO with the template. I figured you might be busy doing higher level things so I was offering to do the lower level part so you could get to working on other more complicated things. : ) I also think I may be misunderstanding what in FTO is. I wasn't thinking that the FTO was simply to locate the file, rather, that the steps in the FTO template would have been to go to that location and make this change using our workflow. My only mental model is from my own experience in which I was given both the code and the place to find it. My impression was that they were supposed to be this easy so that one could focus on the workflow, and not the change itself. I think this would make a perfect FTO, and I'll leave you to handle as you see fit. If it's not an FTO, then I'm happy to make the change. I've been looking for tiny change to make so that I could add to Liz's tutorial. Currently, there isn't any tutorial with photos for what to do during the PR process. |
In a related story, I do have a suggestion for the FTO. Just some thoughts. Again, it's your FTO and you're more experienced than I so I leave it to you! From my own experience, even though I know how MVC works, finding a template in the PLOTS code base is a pretty big hunt. There are 30+ folders of views, and you have to have general knowledge of a templating language and how partials work and then jump from view to view. That could be frustrating for an FTO. I have some ideas in a range of difficulties for how to balance your desire for a person to engage with the code, and ease the burden of doing so in the views. Easy: point them to the file where the change will be made but not the line. |
I read your comments. 😄 |
Closing as opened this one #5804 |
Description
Due to recent bootstrap4 upgrade, the profile icon class of bootstrap3 is not working anymore.
It would be great to have it back to circle like we earlier it.
We can use
rounded-circle
class of bootstrap4 instead ofimg-circle
in bootstrap3.Thanks !!!
The text was updated successfully, but these errors were encountered: