-
Notifications
You must be signed in to change notification settings - Fork 209
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
Added the resize quick button #782
Conversation
@publiclab/is-reviewers |
@harshkhandeparkar checkout this.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please tell me the name of the fontawesome icon you are using.
examples/index.html
Outdated
<footer> | ||
<hr style="margin:20px;"><center><a class="color:grey;" id="clear-cache">Clear offline cache</a></center> | ||
<div class="row"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you have made this branch from your footer branch and not from main. Please remove these changes(footer)
examples/index.html
Outdated
@@ -86,6 +86,12 @@ <h1><a href="/" target='_blank' class="name-header">Image Sequencer</a></h1> | |||
</div> | |||
<p class="info">Select a new module to add to your sequence.</p> | |||
<div class="row center-align radio-group"> | |||
<div> | |||
<div class="radio" data-value="resize"> | |||
<i class="icon-resize-full fa-4x i-over"></i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to add the classes fa fa-4x i-over
and fa-name-of-icon
. Do you have any other difficulty?
@@ -10,6 +10,12 @@ function IntermediateHtmlStepUi(_sequencer, step, options) { | |||
<div class="panel-body">\ | |||
<p class="info">Select a new module to add to your sequence.</p>\ | |||
<div class="row center-align radio-group">\ | |||
<div>\ | |||
<div class="radio" data-value="resize">\ | |||
<i class="fa icon-resize-full fa-4x"></i>\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here.
Also you have to build the dist riles by first running |
@harshithpabbati please provide a screenshot or gif . |
@Divy123 @harshithpabbati I don't think there is a need to checkout main, just remove the footer. |
@harshkhandeparkar this a rule which I said that new PR by new branch. |
Divy123 this is a new branch, it is just branched from the footer branch so it has those changes. |
I will remove the footer and send it to you |
Also @harshithpabbati something I want to know from you that if you have created a new branch resize by remaining on footer branch. |
Yeah i did it by mistake i didn't see it |
@harshithpabbati donl't do this as this is not a good practice. |
@harshithpabbati when you create a new branch, it is branched from the branch that is currently checked out. Always checkout main before branching. Also keep main up to date. If you are using the git tab of a code editor like atom or vscode then it normally asks which branch to branch from. Always choose HEAD branch. Thanks. |
This is looking great! I just needed resize recently while working with an
image and thought how useful a quick button would be.
Don't worry you'll get the hang of branch management sooner enough, it's a
pain at first but you get used to it. Thanks to everyone for helping out,
and thanks for contributing this code! 👍🏽👍🏽🙌🏽
…On Sat, Feb 16, 2019, 7:54 AM Harsh Khandeparkar ***@***.*** wrote:
@harshithpabbati <https://github.com/Harshithpabbati> when you create a
new branch, it is branched from the branch that is currently checked out.
Always checkout main before branching. Also keep main up to date. If you
are using the git tab of a code editor like atom or vscode then it normally
asks which branch to branch from. Always choose HEAD branch. Thanks.
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#782 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ1A3m_gD5nEJM3d_3eNEyWsZ2arbks5vOA2PgaJpZM4a-_Pz>
.
|
How do I edit it??Do I close the request and send a new pr?? |
You can commit to the branch and the changes will be visible here. |
even though i added the font awesome icons i can't get the icon |
Can you please commit the changes? |
@harshkhandeparkar made the commit |
I don't think this is your problem. @Divy123 the preview is not loading. Can you please look into it? |
|
Yes, exactly the preview image behind the icon is not loading. @Divy123 please look into this. |
@harshithpabbati you need to do just one thing. |
thanks for the help @Divy123 |
Done with all the changes. |
@harshithpabbati screenshot please. |
Please do grunt build |
Please run |
@Divy123 currently grunt build does not build the ui files. |
Oh my bad! |
Yeah i did it before using npm start and even did it now. |
You have yo commit the files inside dist/ folder after running the grunt commands. You have to run the grunt commands each time you touch a js file. Thanks. |
@publiclab/is-reviewers done with the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
@publiclab/is-reviewers |
Your PR has been reviewed already and is ready to merge. When jywarren sees your PR next time , he will merge it(after a final review). According to his time, now will be the beginning of a sunday so you will have to wait for another 24hrs before it gets merged. Thanks! |
Oh ok fine |
I have a doubt how can i join into the reviewers team?? |
Jywarren is really busy since he has to look after all the projects of publiclab. The biggest project i.e. plots2 has more than 100 PRs open so its really difficult for him to reply to all the questions. I hope you understand. |
There are some prerequisites mentioned in #656 and you have to be well acquainted with the codebase and have to have some experience working with the publiclab community. |
Congrats on merging your first pull request! 🙌🎉⚡️ |
Great work here!!! Thanks so much! |
And we'd love to have more contributions from you! 🎉🙌🏽 |
Sure @jywarren |
Fixes #499
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm test
@publiclab/reviewers
and@publiclab/is-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!