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

Fixes #825 : Created components for the background selection #826

Merged
merged 1 commit into from May 24, 2018

Conversation

yashLadha
Copy link
Member

@yashLadha yashLadha commented May 22, 2018

Fixes #825

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • I have added necessary documentation (if appropriate)

Preview Link

Changes proposed in this pull request:

  • Added background component

@open-event-bot
Copy link

Hi @yashLadha!

It looks like one or more of your builds have failed.
I've added the relevant info below to save you some time.

@codecov
Copy link

codecov bot commented May 22, 2018

Codecov Report

Merging #826 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           development   #826   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files                1      1           
  Lines               43     43           
==========================================
  Hits                43     43

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c42c03c...31fc2b4. Read the comment docs.

@open-event-bot
Copy link

Hi @yashLadha!

It looks like one or more of your builds have failed.
I've added the relevant info below to save you some time.

@yashLadha yashLadha force-pushed the background-component branch 4 times, most recently from 7709845 to 5f790bc Compare May 22, 2018 15:56
@yashLadha
Copy link
Member Author

Please review @djmgit @ParthS007 @vaibhavsingh97 @gabru-md

Copy link
Member

@ParthS007 ParthS007 left a comment

Choose a reason for hiding this comment

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

LGTM ! Please check the comments inline 👍

<div class="field">
<label>Select from a custom color</label>
{{col-pick-input value=defColor}}
</div>
Copy link
Member

Choose a reason for hiding this comment

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

Add a Line EOF 👍

{{/each}}
</div>
{{/ui-dropdown}}
</div>
Copy link
Member

Choose a reason for hiding this comment

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

Add a line EOF 👍

<div class="center aligned column">
{{ data-component/text-component sendText=(action 'mutateText') }}
</div>
<div class="ui horizontal divider"></div>
Copy link
Member

Choose a reason for hiding this comment

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

Add a second UI form for background-component 👍

Copy link
Member

Choose a reason for hiding this comment

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

Add Or between the choices available 👍

Copy link
Member

@vaibhavsingh97 vaibhavsingh97 left a comment

Choose a reason for hiding this comment

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

Please add the changes suggested by @ParthS007

init() {
// To be inflated from the backend data
this.image = '';
// this.images = [{ 'id': 0, 'name': 'Test 0' }, { 'id': 1, 'name': 'Test 1' }];
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this comment

Copy link
Member Author

Choose a reason for hiding this comment

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

This is for the reference at later stage, if someone wants to work on the file. Can be removed easily by setting flag in eslint and fixing through --fix cheers 👍

Copy link
Member

@ParthS007 ParthS007 left a comment

Choose a reason for hiding this comment

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

LGTM !

@yashLadha
Copy link
Member Author

Please review it @djmgit @vaibhavsingh97 @gabru-md done suggested changes

Copy link
Member

@gabru-md gabru-md left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Member

@gabru-md gabru-md left a comment

Choose a reason for hiding this comment

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

lgtm

@djmgit
Copy link
Member

djmgit commented May 23, 2018

@yashLadha please rebase your branch.

@ParthS007 ParthS007 mentioned this pull request May 23, 2018
3 tasks
@yashLadha
Copy link
Member Author

Done rebasing @djmgit good to merge 👍

@djmgit djmgit merged commit 112276d into fossasia:development May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image selection form component
5 participants