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

feat: allow dragging blocks across parents in outline #859

Merged
merged 26 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2933048
fix: block highlight and status for unscheduled course
navinkarkera Feb 19, 2024
7c4021f
feat: show alerts related to files after pasting unit
navinkarkera Feb 19, 2024
1424db5
refactor: rename paste notices and add view files option to alert
navinkarkera Mar 4, 2024
90061c1
refactor: remove additional visibility state check
navinkarkera Mar 4, 2024
3f8ffb6
refactor: allow dragging blocks across parents in outline
navinkarkera Feb 22, 2024
6b400d0
fixup! refactor: allow dragging blocks across parents in outline
navinkarkera Feb 23, 2024
731d2c0
fixup! refactor: allow dragging blocks across parents in outline
navinkarkera Feb 26, 2024
09593cc
fixup! refactor: allow dragging blocks across parents in outline
navinkarkera Feb 26, 2024
bd9e971
fixup! refactor: allow dragging blocks across parents in outline
navinkarkera Feb 27, 2024
3166045
refactor: update order list api
navinkarkera Feb 27, 2024
46feea1
refactor: fetch section to accept a list
navinkarkera Feb 27, 2024
5c456f3
fixup! refactor: update order list api
navinkarkera Feb 27, 2024
bd9d049
refactor: drag functions
navinkarkera Feb 27, 2024
356de42
refactor: fix move up & down button
navinkarkera Feb 28, 2024
1511a94
refactor: fix move up & down for units
navinkarkera Feb 28, 2024
ca5cefe
refactor: check all possible conditions before moving
navinkarkera Feb 29, 2024
c2d9657
fixup! refactor: check all possible conditions before moving
navinkarkera Feb 29, 2024
1baf79e
test: drag and move option tests
navinkarkera Mar 1, 2024
05f1712
fixup! test: drag and move option tests
navinkarkera Mar 2, 2024
b404d3b
fix: lint issues
navinkarkera Mar 2, 2024
bd5e363
fix: proptypes
navinkarkera Mar 2, 2024
125ad7a
test: ignore dragover functions in coverage report
navinkarkera Mar 4, 2024
40a9dbe
refactor: improve items proptype in draggableList component
navinkarkera Mar 11, 2024
21ef35e
refactor: add comment for ignored functions from coverage
navinkarkera Mar 14, 2024
a75dfbd
chore: add description text for page alerts i18n messages
navinkarkera Mar 14, 2024
ecf01cd
refactor: update draft status icon
navinkarkera Mar 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ENABLE_PROGRESS_GRAPH_SETTINGS=false
ENABLE_TEAM_TYPE_SETTING=false
ENABLE_NEW_EDITOR_PAGES=true
ENABLE_UNIT_PAGE=false
ENABLE_ASSETS_PAGE=false
ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN=false
ENABLE_TAGGING_TAXONOMY_PAGES=false
BBB_LEARN_MORE_URL=''
Expand Down
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ENABLE_PROGRESS_GRAPH_SETTINGS=false
ENABLE_TEAM_TYPE_SETTING=false
ENABLE_NEW_EDITOR_PAGES=true
ENABLE_UNIT_PAGE=false
ENABLE_ASSETS_PAGE=false
ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN=false
ENABLE_TAGGING_TAXONOMY_PAGES=true
BBB_LEARN_MORE_URL=''
Expand Down
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ENABLE_PROGRESS_GRAPH_SETTINGS=false
ENABLE_TEAM_TYPE_SETTING=false
ENABLE_NEW_EDITOR_PAGES=true
ENABLE_UNIT_PAGE=true
ENABLE_ASSETS_PAGE=false
ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN=true
ENABLE_TAGGING_TAXONOMY_PAGES=true
BBB_LEARN_MORE_URL=''
Expand Down
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"url": "https://github.com/openedx/frontend-app-course-authoring/issues"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-ai-translations": "^2.0.0",
"@edx/frontend-component-footer": "^13.0.2",
Expand Down
Loading
Loading