forked from openedx/frontend-app-authoring
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units #147
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PKulkoRaccoonGang
force-pushed
the
Peter_Kulko/copy-unit
branch
2 times, most recently
from
February 5, 2024 18:28
a739ecb
to
76d46a1
Compare
PKulkoRaccoonGang
force-pushed
the
Peter_Kulko/copy-unit
branch
from
February 5, 2024 22:55
2cc2ebc
to
7451c00
Compare
PKulkoRaccoonGang
changed the title
feat: [AXIMST-375] Course unit - Added Paste unit button
feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units
Feb 5, 2024
PKulkoRaccoonGang
requested review from
ihor-romaniuk,
ruzniaievdm and
monteri
February 5, 2024 22:57
ruzniaievdm
reviewed
Feb 6, 2024
src/course-unit/clipboard/paste-component/components/PasteComponentButton.jsx
Outdated
Show resolved
Hide resolved
src/course-unit/clipboard/paste-component/components/PopoverContent.jsx
Outdated
Show resolved
Hide resolved
src/course-unit/clipboard/paste-component/components/WhatsInClipboard.jsx
Outdated
Show resolved
Hide resolved
src/course-unit/clipboard/paste-component/components/WhatsInClipboard.jsx
Show resolved
Hide resolved
ruzniaievdm
approved these changes
Feb 6, 2024
PKulkoRaccoonGang
force-pushed
the
Peter_Kulko/copy-unit
branch
3 times, most recently
from
February 6, 2024 12:23
5b4e8e6
to
51924ed
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## ts-develop #147 +/- ##
=============================================
Coverage ? 90.04%
=============================================
Files ? 634
Lines ? 10416
Branches ? 2204
=============================================
Hits ? 9379
Misses ? 1001
Partials ? 36 ☔ View full report in Codecov by Sentry. |
ihor-romaniuk
approved these changes
Feb 6, 2024
GlugovGrGlib
changed the title
feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units
feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units - check
Feb 6, 2024
GlugovGrGlib
changed the title
feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units - check
feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units
Feb 6, 2024
PKulkoRaccoonGang
force-pushed
the
Peter_Kulko/copy-unit
branch
from
February 7, 2024 11:37
7845ca4
to
6fcb359
Compare
PKulkoRaccoonGang
force-pushed
the
Peter_Kulko/copy-unit
branch
from
February 7, 2024 11:48
6fcb359
to
d27b25f
Compare
ihor-romaniuk
pushed a commit
that referenced
this pull request
Feb 8, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
ihor-romaniuk
pushed a commit
that referenced
this pull request
Feb 16, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
ihor-romaniuk
pushed a commit
that referenced
this pull request
Feb 29, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
ihor-romaniuk
pushed a commit
that referenced
this pull request
Feb 29, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
PKulkoRaccoonGang
added a commit
that referenced
this pull request
Mar 10, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
PKulkoRaccoonGang
added a commit
that referenced
this pull request
Mar 10, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Mar 10, 2024
* feat: [AXIMST-344] Copy/paste functionality base * feat: [AXIMST-344] Copy/paste functionality visible part * feat: tests * fix: PR comment review * refactor: refactoring after review * refactor: refactoring after rebase --------- Co-authored-by: monteri <lansevermore> Co-authored-by: PKulkoRaccoonGang <[email protected]> feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review fix: [AXIMST-480] fixed paste notification behavior after switching a unit (#160) fix: [AXIMST-478] fixed copy-paste tooltip (#161) feat: [AXIMST-338] Course unit - Added canEdit and canPasteComponent variables (#170) * feat: [AXIMST-338] added canEdit and canPasteComponent variables * refactor: added condition for Can copy Unit btn feat: [AXIMST-525] separated the copy unit button (#190) refactor: [AXIMST-507] Course unit - Changed Paste unit UI (#186) * refactor: [AXIMST-507] changed Paste unit UI * refactor: code refactoring fix: fixed react-intl error (#197) fix: [AXIMST-516] fixed paste alerts view (#189) refactor: code refactoring refactor: code refactoring
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Mar 13, 2024
* feat: [AXIMST-344] Copy/paste functionality base * feat: [AXIMST-344] Copy/paste functionality visible part * feat: tests * fix: PR comment review * refactor: refactoring after review * refactor: refactoring after rebase --------- Co-authored-by: monteri <lansevermore> Co-authored-by: PKulkoRaccoonGang <[email protected]> feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review fix: [AXIMST-480] fixed paste notification behavior after switching a unit (#160) fix: [AXIMST-478] fixed copy-paste tooltip (#161) feat: [AXIMST-338] Course unit - Added canEdit and canPasteComponent variables (#170) * feat: [AXIMST-338] added canEdit and canPasteComponent variables * refactor: added condition for Can copy Unit btn feat: [AXIMST-525] separated the copy unit button (#190) refactor: [AXIMST-507] Course unit - Changed Paste unit UI (#186) * refactor: [AXIMST-507] changed Paste unit UI * refactor: code refactoring fix: fixed react-intl error (#197) fix: [AXIMST-516] fixed paste alerts view (#189) refactor: code refactoring refactor: code refactoring
khudym
pushed a commit
that referenced
this pull request
Mar 25, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
monteri
pushed a commit
that referenced
this pull request
Apr 1, 2024
…pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review
ihor-romaniuk
pushed a commit
that referenced
this pull request
Apr 15, 2024
* feat: [AXIMST-344] Copy/paste functionality base * feat: [AXIMST-344] Copy/paste functionality visible part * feat: tests * fix: PR comment review * refactor: refactoring after review * refactor: refactoring after rebase --------- Co-authored-by: monteri <lansevermore> Co-authored-by: PKulkoRaccoonGang <[email protected]> feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review fix: [AXIMST-480] fixed paste notification behavior after switching a unit (#160) fix: [AXIMST-478] fixed copy-paste tooltip (#161) feat: [AXIMST-338] Course unit - Added canEdit and canPasteComponent variables (#170) * feat: [AXIMST-338] added canEdit and canPasteComponent variables * refactor: added condition for Can copy Unit btn feat: [AXIMST-525] separated the copy unit button (#190) refactor: [AXIMST-507] Course unit - Changed Paste unit UI (#186) * refactor: [AXIMST-507] changed Paste unit UI * refactor: code refactoring fix: fixed react-intl error (#197) fix: [AXIMST-516] fixed paste alerts view (#189) refactor: code refactoring refactor: code refactoring
ihor-romaniuk
pushed a commit
that referenced
this pull request
Apr 23, 2024
* feat: [AXIMST-344] Copy/paste functionality base * feat: [AXIMST-344] Copy/paste functionality visible part * feat: tests * fix: PR comment review * refactor: refactoring after review * refactor: refactoring after rebase --------- Co-authored-by: monteri <lansevermore> Co-authored-by: PKulkoRaccoonGang <[email protected]> feat: [AXIMST-375] Course unit - Added functionality for copying and pasting xblocks and units (#147) * feat: [AXIMST-350] added functionality for copying and pasting xblocks and units * refactor: refactoring after review * refactor: refactoring after second review fix: [AXIMST-480] fixed paste notification behavior after switching a unit (#160) fix: [AXIMST-478] fixed copy-paste tooltip (#161) feat: [AXIMST-338] Course unit - Added canEdit and canPasteComponent variables (#170) * feat: [AXIMST-338] added canEdit and canPasteComponent variables * refactor: added condition for Can copy Unit btn feat: [AXIMST-525] separated the copy unit button (#190) refactor: [AXIMST-507] Course unit - Changed Paste unit UI (#186) * refactor: [AXIMST-507] changed Paste unit UI * refactor: code refactoring fix: fixed react-intl error (#197) fix: [AXIMST-516] fixed paste alerts view (#189) refactor: code refactoring refactor: code refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
YouTrack