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

copy stuffs to clipboard #152

Merged
merged 5 commits into from
Feb 23, 2017
Merged

copy stuffs to clipboard #152

merged 5 commits into from
Feb 23, 2017

Conversation

BenjaminCall
Copy link
Contributor

Code-review checklist

  • Documentation
    • Interfaces describe how other programmers would use them.
    • Code that is not obvious has documentation describing why
      that code is the way it is.

@@ -1,5 +1,6 @@
import React from 'react';
import _ from 'lodash';
import CopyToClipboard from 'react-copy-to-clipboard';
Copy link
Contributor

Choose a reason for hiding this comment

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

misaligned

color: $purple;
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

newLine

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 99.383% when pulling 2d47478 on clipboard into d312800 on master.

package.json Outdated
@@ -29,8 +28,10 @@
"react, qti, assessments, quizzes"
],
"dependencies": {
"del": "^2.2.2"
"clipboard": "^1.6.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

This is in the wrong package.json

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 99.367% when pulling c0ffebe on clipboard into 10b585b on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 99.367% when pulling c0ffebe on clipboard into 10b585b on master.

package.json Outdated
@@ -29,8 +28,8 @@
"react, qti, assessments, quizzes"
],
"dependencies": {
"del": "^2.2.2"
"del": "^2.2.2",
"react": "^15.4.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

dont want react in here either

Copy link
Contributor Author

Choose a reason for hiding this comment

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

how the hell are these things getting in there...
i will fix it

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 99.367% when pulling 61e3095 on clipboard into 933e5ec on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 99.367% when pulling 61e3095 on clipboard into 933e5ec on master.

@BenHSmith13
Copy link
Contributor

LGTM

@BenHSmith13 BenHSmith13 merged commit 3035783 into master Feb 23, 2017
@BenHSmith13 BenHSmith13 deleted the clipboard branch February 23, 2017 22:27
coleshaw referenced this pull request in CLIxIndia-Dev/OpenAssessmentsClient Feb 27, 2017
* Adds confirmation to delete (#148)

* fixes the back button https://www.pivotaltracker.com/story/show/137834749 (#146)

* hides stuff if inactive (#147)

* Single item or full page (#149)

* starting to get offered

* if not published take embed code option away

* refactor assessOffered cleaner

* fix name and killed lambda()

* set genusTypeId of single page

* PR review changes

* changes from PR

* Makes feedback work (#151)

* show if editable delte (#150)

* fixes the refresh in edit assessment (#153)

* fixes the refresh in edit assessment

* changes languages options

* copy stuffs to clipboard (#152)

* copy stuffs to clipboard

* moved to correct pkg json

* delete react

* if not titled assessment, doesn't show questions (#156)

* checkboxes for only multiple choice for now (#155)

* Languages (#154)

* copy stuffs to clipboard

* moved to correct pkg json

* delete react

* change languages

* updated language codes

* Spec branch (#157)

* two spec files created

* spec files

* new spec to add

* spec fixes, temp xit of delete functions

* note addition

* file with qbank server url (#158)

* file with qbank server url

* refactor for the better

* works

* better naming
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.

None yet

3 participants