Skip to content
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
40efea0
feat: new editor design
rpenido Apr 17, 2026
e1dedc1
fix: self-closing span and li
rpenido Apr 22, 2026
e137634
fix: use sass to compile css
rpenido Apr 22, 2026
9461eaf
fix: disable lti_passport_ids for libraries
rpenido Apr 22, 2026
fccdefe
fix: prevent navigation on library
rpenido Apr 22, 2026
721e1e2
fix: css fixes for libraries
rpenido Apr 22, 2026
afbd926
fix: remove description from editable_fields if pii_sharing is disabled
rpenido Apr 22, 2026
80636ab
fix(studio): fix studio editor interactions
navinkarkera Apr 25, 2026
40c7532
refactor(studio): split LTI studio template into partials
navinkarkera Apr 25, 2026
46d4567
feat: hide fields if external config selected
rpenido Apr 28, 2026
8510fc2
test: improve coverage
rpenido Apr 29, 2026
9d531c8
Merge branch 'master' into rpenido/FAL-4322/new-editor-design
rpenido Apr 29, 2026
54b932d
test: remove unused code
rpenido Apr 29, 2026
273f7f4
fix: lti-configuration-datails visibility logic
rpenido Apr 29, 2026
7967617
chore: redeploy sandbox
rpenido Apr 29, 2026
d557a93
fix: reset visibility of field-group-lti-configuration-details
rpenido Apr 29, 2026
d6f76de
fix: prev/next buttons with external config
rpenido Apr 29, 2026
8fed472
fix: visibility for EXTERNAL_MULTIPLE_LAUNCH_URLS_ENABLED
rpenido Apr 29, 2026
c809823
fix: fixes from review
rpenido Apr 30, 2026
a8ec765
Merge branch 'master' into rpenido/FAL-4322/new-editor-design
rpenido Apr 30, 2026
81de907
chore: bump version
rpenido Apr 30, 2026
ddbdcba
fix: CI
rpenido Apr 30, 2026
45681a6
fix: fix header hidding
rpenido Apr 30, 2026
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install: install-test

compile-sass: ## Compile the Sass assets
sass --no-cache --style compressed ./lti_consumer/static/sass/student.scss ./lti_consumer/static/css/student.css
sass --no-cache --style compressed ./lti_consumer/static/sass/xblock_studio_view.scss ./lti_consumer/static/css/xblock_studio_view.css

quality: ## Run the quality checks
pycodestyle --config=.pep8 lti_consumer
Expand Down
256 changes: 141 additions & 115 deletions lti_consumer/lti_xblock.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lti_consumer/static/css/xblock_studio_view.css

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

Loading