Kristin Aoki
b68257e176
fix: remove imports breaking build ( #500 )
2024-08-02 15:04:49 -04:00
Kristin Aoki
beb4813c53
fix: setAssetToStaticUrl regex matcher ( #497 )
2024-08-01 15:56:32 -04:00
Ihor Romaniuk
ce8703799b
fix: add rtl support to editor ( #424 )
2024-08-01 13:21:01 -04:00
Adolfo R. Brandes
5825dd36d3
Merge pull request #487 from open-craft/braden/fix-extra-scss
...
fix: don't accidentally bundle paragon CSS x2
2024-08-01 09:55:35 -03:00
Kristin Aoki
3dfc579745
feat: add conditional for new parser beta testing ( #496 )
2024-07-26 10:59:40 -04:00
Milad Emami
ebab15f046
fix: correct typo in Alert component prop ( #494 )
...
Corrected the typo in the prop name of the Alert component from 'varaint' to 'variant'. This change ensures the proper functioning of the alert in informational variant.
2024-07-24 13:27:16 -04:00
Kristin Aoki
9bce0a34e3
fix: remove deprecated feedback link ( #493 )
2024-07-10 15:58:19 -04:00
Kyr
a22a260e27
feat: remove offset when stuio header exists ( #491 )
...
Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local >
2024-07-10 14:35:25 -04:00
Kristin Aoki
b6ff6230e7
fix: text editor opening blank with no images ( #492 )
...
* fix: pasting and images only insert at beginning
* fix: add image click not showing gallery
* chore: increase code coverage
* fix: empty string when no srcs need updates
* fix: assest to static in raw editor
2024-07-10 13:53:40 -04:00
Kristin Aoki
fc3cd9a9ce
fix: image and paste insert ( #490 )
...
* fix: pasting and images only insert at beginning
* fix: add image click not showing gallery
* chore: increase code coverage
2024-07-01 12:29:05 -04:00
Kristin Aoki
267823414e
fix: simple editor without solution not loading ( #489 )
...
* fix: update initialize to only call required functions
* feat: update asset urls without asset object
* feat: add pagination to select image modal
* fix: lint errors
* chore: update tests
* fix: asset pattern regex match
* feat: update pagination to be button to prevent page skipping
* fix: e.target.error for feedback fields
* fix: failing snapshots
* fix: new simple problem load error
2024-06-27 12:54:59 -04:00
bszabo
ba8141ea6a
Revert "feat: improve asset loading ( #484 )"
...
This reverts commit f3ae225d64 .
2024-06-26 10:02:59 -04:00
Braden MacDonald
28c7b32bd5
fix: don't accidentally bundle paragon CSS x2
2024-06-20 15:23:08 -07:00
vladislavkeblysh
c84e3229f6
feat: Validation for Start time and Stop time fields ( #419 )
...
* feat: fixed fields onblur
* feat: fixed fields onblur
* feat: added new tests
2024-06-18 16:51:32 -04:00
Dmytro
d2ddc9099f
fix: Not used Number of attempts field ( #473 )
...
Co-authored-by: Dima Alipov <dimaalipov@MacBook-Pro-Dima.local >
2024-06-18 16:44:51 -04:00
Ihor Romaniuk
6ac0a6e562
fix: form group controls alignment ( #423 )
2024-06-18 16:40:49 -04:00
Kristin Aoki
f3ae225d64
feat: improve asset loading ( #484 )
...
* fix: update initialize to only call required functions
* feat: update asset urls without asset object
* feat: add pagination to select image modal
* fix: lint errors
* chore: update tests
* fix: asset pattern regex match
* feat: update pagination to be button to prevent page skipping
* fix: e.target.error for feedback fields
* fix: failing snapshots
2024-06-17 09:52:49 -04:00
Bilal Qamar
252ad6a6b9
feat: updated frontend-build & frontend-platform major versions ( #475 )
2024-06-12 05:29:17 -04:00
Kristin Aoki
e543ccc2e1
fix: parser not saving unlimited attempts ( #483 )
...
* fix: default settings not loading for new problems
* fix: unlimited attempts not saving
2024-06-04 16:41:58 -04:00
Kristin Aoki
a959c0543c
fix: removal of content after problem type tags ( #479 )
...
* fix: removal of content after problem type tags
* fix: readability and error handling
2024-05-30 12:33:43 -04:00
Kristin Aoki
6c743f858d
fix: video selection gallery scroll ( #477 )
...
* fix: video selection gallery scroll
* fix: lint errors
2024-05-22 12:02:25 -04:00
ABBOUD Moncef
3315205d15
fix: video status badge translation ( #438 )
2024-05-13 15:26:07 -04:00
Raymond Zhou
e0b70f2b17
fix: HTML screen should expand with content ( #474 )
2024-04-18 14:48:10 -04:00
Kristin Aoki
905bea0d59
fix: default setting not updating with updated default settings ( #466 )
2024-03-28 15:00:16 -04:00
Kristin Aoki
4fa169556e
fix: remove useEffect that fires before search params ( #465 )
...
* fix: remove useEffect that fires before search params
* fix: remove disable lint lines
2024-03-18 15:31:00 -04:00
Jesper Hodge
7f73b895d1
fix: gallery ( #462 )
2024-03-11 15:43:35 -04:00
Jesper Hodge
679e15ed00
fix: gallery
2024-03-11 19:39:18 +00:00
Jesper Hodge
fb2a79985e
Fix: selectable box in gallery ( #461 )
...
This fixes a bug where images and videos are not clickable when using the Gallery component.
Please see https://github.com/openedx/frontend-lib-content-components/pull/460 for a full description of the bug.
2024-03-11 15:26:54 -04:00
Jesper Hodge
b3b2881efb
Revert "fix: gallery"
...
This reverts commit 736a786e12 .
2024-03-11 18:42:17 +00:00
Jesper Hodge
736a786e12
fix: gallery
2024-03-11 18:41:17 +00:00
Jesper Hodge
be00028c4a
Fix Problem Type Select ( #460 )
...
* fix: override selectablebox with copy of version from edx paragon 21.5.6
* chore: remove console logs
* fix: lint
* chore: update snapshots
2024-03-11 12:59:05 -04:00
Jesper Hodge
5069cf8638
fix: problem type not selectable ( #459 )
...
JIRA: https://2u-internal.atlassian.net/browse/TNL-11465
This is a problem we're experiencing on stage due to a bug in paragon. This is intended as a temporary fix until we can dig into why this is happening in paragon. But basically the Context for the SelectableBox is missing a provider in paragon. The short-term fix is to copy over paragon's selectablebox component and fix it. This is done so that our quick fix doesn't break anything else in paragon for now or cause any unexpected issues.
2024-03-07 15:21:02 -05:00
Jhon Vente
90d5ac4ffc
feat: TinyMCE plugin insert iframe ( #427 )
2024-02-16 14:02:34 -05:00
Brian Smith
f33a3b5521
fix(deps)!: support paragon and frontend-build in openedx scope ( #457 )
...
BREAKING CHANGE: frontend-platform peer dependency updated to ^7.0.1
BREAKING CHANGE: @edx/paragon peer dependency updated to @openedx/paragon
2024-02-09 14:41:16 -05:00
Syed Ali Abbas Zaidi
dcdaace08d
feat: migrate enzyme to edx react-unit-test-utils
2024-01-24 16:51:53 -05:00
Kristin Aoki
1bc4e51c22
fix: url for video uploads ( #453 )
...
* fix: url for video uploads
* fix: possible undefined error in postUrlRedirect
2024-01-16 11:00:43 -05:00
Kristin Aoki
4653322fca
fix: video upload api fetch body ( #454 )
2024-01-10 17:13:29 -05:00
Kristin Aoki
13f039ae4c
feat: add blockId to return url ( #442 )
2024-01-05 09:30:35 -05:00
Jesper Hodge
8833f7bfca
fix: library editor not working locally ( #448 )
...
Internal issue: https://2u-internal.atlassian.net/browse/TNL-11299
In library-authoring, content blocks could not be edited locally due to some problem with the Accept header. This caused some 404s. Visually you would get an infinite loading spinner.
This depends on openedx/frontend-app-library-authoring#399 .
2024-01-04 14:36:07 -05:00
Jesper Hodge
70581c54ab
refactor: abstract XML parser output operations ( #445 )
...
This is a refactoring for a part of the ReactStateXMLParser. I wanted to use functions that are more generic and not just handle a list of edge cases. So I encapsulated the operation that was done in this part of the code to a function `findNodesAndRemoveTheirParentNodes` which is more generic and could be used for different operations.
2024-01-02 15:04:03 -05:00
Jesper Hodge
e77d3d1014
fix: do comment change to trigger release ( #446 )
2023-12-20 17:23:46 -05:00
Jesper Hodge
50c580cca2
fix editor deleting description ( #444 )
...
internal issue: https://2u-internal.atlassian.net/browse/TNL-11311
This fixes a bug where the editor was deleting the OLX tag when editing in the simple editor and then saving.
Also the description was being converted to em for the simple editor, but then not converted back. However, the xblock renders label and then em in reverse order for some reason.
To fix it, the em gets converted back to description now, but not for every em tag (added a class "olx_description" for the tags that should be converted).
2023-12-20 16:44:27 -05:00
Ken Clary
82f6d7d3ca
fix: re-enable private plugins, with newer version of public plugin repo
2023-12-19 12:28:57 -05:00
Jesper Hodge
287cc23ee7
fix: disable a11ychecker and powerpaste plugins ( #437 )
2023-12-14 15:09:04 -05:00
Jesper Hodge
56ffc495dd
chore: disable tinymce plugins ( #436 )
2023-12-14 14:55:36 -05:00
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
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
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