Jesper Hodge
fbd3d8506f
fix: editor container can scroll again ( #435 )
...
This is a fix to a problem where some css prevented the editors from scrolling.
2023-12-14 11:53:26 -05:00
kenclary
4483214de1
Merge pull request #434 from openedx/revert-432-kenclary/plugins
...
Revert "fix: disable paid plugins, to test prod issue in stage"
2023-12-13 10:46:40 -05:00
kenclary
aa17203e07
Revert "fix: disable paid plugins, to test prod issue in stage"
2023-12-13 10:39:37 -05:00
Jesper Hodge
57042c90bf
Revert "fix: get library blocks editing to work locally ( #431 )" ( #433 )
...
This reverts commit fd3ed5d146 .
2023-12-12 15:57:03 -05:00
kenclary
6dab3a1cea
Merge pull request #432 from openedx/kenclary/plugins
...
fix: disable paid plugins, to test prod issue in stage
2023-12-12 15:30:44 -05:00
Ken Clary
7c7b36b402
fix: disable paid plugins, to test prod issue in stage
2023-12-12 15:22:15 -05:00
Jesper Hodge
fd3ed5d146
fix: get library blocks editing to work locally ( #431 )
...
* fix: get library blocks editing to work locally
* fix: tests
2023-12-12 14:34:27 -05:00
kenclary
1137c88a02
Merge pull request #428 from openedx/kenclary/plugins
...
fix: misssing part of paid plugin configuration
2023-12-11 12:07:25 -05:00
Ken Clary
b0ca07d801
fix: misssing part of paid plugin configuration
2023-12-11 11:46:57 -05:00
Artur Gaspar
1c9771b332
feat: video gallery thumbnail fallback ( #412 )
2023-12-04 09:58:40 -05:00
Artur Gaspar
1ddaf9a662
fix: video editor and uploader layout fixes ( #410 )
...
* fix: video upload page layout fixes
* fix: video editor thumbnail fallback icon colour and size
* fix: video uploader close button go back instead of closing app
Change the video uploader close button to always go back in navigation history,
and change the gallery to replace its location with the video uploader's when
automatically loading it due to an empty video list, so that when the uploader
goes back in the history, it goes to what was before the gallery.
* fix: video editor spinners vertical alignment
The Editor component uses the pgn__modal-fullscreen class to be fullscreen,
but it is not structured like a Paragon FullscreenModal and the fullscreen
positioning style is not applied correctly, particularly in the case where
the content is smaller than the body - a vertically centred component will
be centred to the content size, not to the screen.
Here we directly apply the style that would have applied to the relevant
elements of a Paragon FullscreenModal.
* fix: use trailingElement for video uploader input button
Also styles the button so it looks the same on hover/active.
2023-12-04 09:58:17 -05:00
Artur Gaspar
2aeb094315
fix: video gallery design fixes ( #407 )
2023-12-04 09:35:30 -05:00
Dmytro
ed051c3543
fix: default display of Show Answer and Show reset option ( #403 )
...
Hardcoding values for showAnswer and showResetButton
in initialState leads to incorrect selection of additional
states specified in Advanced settings.
2023-12-01 09:26:12 -05:00
Dmytro
60439d5be6
fix: displaying the correct default randomization value ( #413 )
2023-11-30 16:33:25 -05:00
ABBOUD Moncef
8928d35f17
fix: make filter dropdown closable by clicking outside + revert to single-value video filter ( #414 )
2023-11-30 14:43:12 -05:00
Ihor Romaniuk
bad763596c
fix: video thumbnail availability ( #421 )
2023-11-30 14:34:19 -05:00
kenclary
c0bc54a664
Merge pull request #420 from openedx/kenclary/plugins
...
feat: use plugins repo, and enable accessibility checker and powerpaste
2023-11-22 10:50:56 -05:00
Ken Clary
5342f164a2
feat: use plugins repo, and enable accessibility checker and powerpaste
2023-11-21 14:27:10 -05:00
Jeremy Ristau
fc8070025b
Merge pull request #415 from Mashal-m/mashal-m/update-README
...
refactor: updated README file to reflect template changes
2023-10-31 08:39:15 -04:00
Kristin Aoki
3aa9088309
fix: upgrade paragon ( #416 )
2023-10-30 11:39:09 -04:00
Syed Ali Abbas Zaidi
42614b8d8e
chore: bump frontend-platform ( #409 )
2023-10-27 09:30:51 -04:00
mashal-m
b3811b8f4d
refactor: updated README file to reflect template changes
2023-10-27 12:07:46 +05:00
Jesper Hodge
cfa4577b75
chore: add test change for flcc automerge ( #408 )
2023-10-11 13:58:42 -04:00
kenclary
2377eadcc0
Merge pull request #400 from abdullahwaheed/abdullahwaheed/react-intl-to-formatjs
...
feat: babel-plugin-react-intl to babel-plugin-formatjs migration
2023-10-11 11:38:30 -04:00
kenclary
b55b86cf56
Merge pull request #404 from open-craft/navin/fix-max-attempts-setting
...
fix: make max attempts setting fallback to default
2023-10-11 10:04:16 -04:00
Abdullah Waheed
71fd5fb1e0
fix: upgraded frontend-build to fix security issue
2023-10-11 18:44:01 +05:00
Abdullah Waheed
9ddcba2763
Merge branch 'main' of github.com:openedx/frontend-lib-content-components into abdullahwaheed/react-intl-to-formatjs
2023-10-11 18:43:34 +05:00
Jeremy Ristau
a76c93c789
Merge pull request #361 from ghassanmas/fix-360
...
fix: resolve #360 make style consistent across outlines
2023-10-10 14:28:38 -04:00
Navin Karkera
6889cd1e82
test: add test for initial attempts display value
2023-10-10 20:19:00 +05:30
Navin Karkera
35a2f3bb7f
fix: use only null in state for empty value
2023-10-10 19:52:39 +05:30
Navin Karkera
e676616386
fix: snapshots
2023-10-10 12:53:11 +05:30
Navin Karkera
2209e5b963
fix: lint issues
2023-10-10 12:19:14 +05:30
Navin Karkera
82b770bdef
refactor: improve hooks condition handling
2023-10-10 12:13:46 +05:30
Navin Karkera
398839d76c
refactor: improve setting parser condition handling
2023-10-09 21:29:53 +05:30
Navin Karkera
5df26bf83b
test: fix related test cases
2023-10-09 20:34:05 +05:30
Navin Karkera
c70679da54
fix: make max attempts setting fallback to default
...
The max attempts setting for a problem xblock should be set to null for
course default max attempt setting to take effect. This makes sure that
xblock setting is updated if course default is updated.
2023-10-06 20:35:53 +05:30
Abdullah Waheed
e474a6fc91
feat: babel-plugin-react-intl to babel-plugin-formatjs migration
2023-10-04 22:17:12 +05:00
Kristin Aoki
564d724d5b
feat: remove footer component ( #397 )
2023-10-02 10:29:37 -04:00
Kristin Aoki
a0089eb1be
fix: typeahead sort and styling ( #396 )
2023-09-27 12:09:27 -04:00
kenclary
eb320abfed
Merge pull request #386 from open-craft/navin/partial-credit
...
fix: switch to advanced editor for partial credit support
2023-09-20 11:58:52 -04:00
Kristin Aoki
773812c3e1
fix: block url conditional ( #393 )
2023-09-15 11:23:01 -04:00
Kristin Aoki
9eefc07832
fix: empty v2 library studio view ( #394 )
2023-09-15 09:05:51 -04:00
Kristin Aoki
bc25f9c21b
fix: v2 libraries default open to advanced editor ( #392 )
2023-09-14 11:41:14 -04:00
kenclary
4cf99ab930
Merge pull request #388 from open-craft/farhaan/bb-7835-fix-styling
...
fix: Fix styling for components in dropzone
2023-09-14 11:37:47 -04:00
Farhaan Bukhsh
db8929d1a8
fix: Fix styling for components in dropzone
...
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com >
2023-09-14 12:52:26 +05:30
Kristin Aoki
126e662d80
feat: remove replace video button for libs ( #390 )
2023-09-13 13:35:42 -04:00
Kristin Aoki
39aa5aa749
feat: update isLibrary check to include v2 libs ( #389 )
2023-09-13 13:13:18 -04:00
Kristin Aoki
73af4317f6
fix: name of blank problems ( #391 )
2023-09-13 10:55:28 -04:00
Kristin Aoki
4f76b7c85e
fix: sort items in typeahead dropdown ( #387 )
2023-09-12 09:48:43 -04:00
Syed Ali Abbas Zaidi
c44c72cec0
feat: upgrade react router to v6 ( #280 )
2023-09-12 09:04:42 -04:00