-
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: [Internal RG] Unit page - manage tags xblocks #238
base: romaniuk/render-xblock-component
Are you sure you want to change the base?
feat: [Internal RG] Unit page - manage tags xblocks #238
Commits on Apr 30, 2024
-
feat: [FC-0044] Textbooks Page (openedx#890)
Implement Textbooks page. --------- Co-authored-by: Glib Glugovskiy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65f45f7 - Browse repository at this point
Copy the full SHA 65f45f7View commit details
Commits on May 3, 2024
-
feat: search modal refinements (openedx#959)
* feat: More spacing between search bar and selectmenu * feat: Autofocus search field when modal opens * feat: Fix issues with scroll to search result This includes the following: - The target search element is aligned to the top of the page when scrolling to it - Makes sure the section/subsection is expanded in order to scroll to result * fix: Match focus border radius with button's * fix: Only expand (sub)section with search result
Configuration menu - View commit details
-
Copy full SHA for 6d9a8a1 - Browse repository at this point
Copy the full SHA 6d9a8a1View commit details -
refactor: change expand-collapse arrows in outline (openedx#973)
Set arrow down for expanded section/subsection and right arrow for collapsed items same as legacy
Configuration menu - View commit details
-
Copy full SHA for a63c808 - Browse repository at this point
Copy the full SHA a63c808View commit details -
feat: Send messages after update tags (openedx#975)
Updates the code of Tag Drawer to send two messages to parent (if the drawer is a iframe) when the tags are updated: - One message with updated content tags. - One message with the content tags count.
Configuration menu - View commit details
-
Copy full SHA for 64be7e3 - Browse repository at this point
Copy the full SHA 64be7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5d4f7 - Browse repository at this point
Copy the full SHA 2f5d4f7View commit details
Commits on May 6, 2024
-
[FC-0036] refactor: Further refinements to tag drawer (openedx#970)
* refactor: Further refinements to tag drawer * Padding to top and left tagging drawer * Changes in headings in the tagging drawer
Configuration menu - View commit details
-
Copy full SHA for de408b5 - Browse repository at this point
Copy the full SHA de408b5View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 087c82c - Browse repository at this point
Copy the full SHA 087c82cView commit details
Commits on May 8, 2024
-
feat: Add In progress message on import taxonomy (openedx#953)
Message added as a toast
Configuration menu - View commit details
-
Copy full SHA for 92b7ae1 - Browse repository at this point
Copy the full SHA 92b7ae1View commit details -
feat: show "No tags added yet. [Add tags]" on the tag drawer (openedx…
…#988) when we've expanded a taxonomy in read mode with no content tags added.
Configuration menu - View commit details
-
Copy full SHA for 23fb68f - Browse repository at this point
Copy the full SHA 23fb68fView commit details -
feat: prevent losing work when users click outside tag drawer after m…
…aking edits [FC-0036]
Configuration menu - View commit details
-
Copy full SHA for dd9202f - Browse repository at this point
Copy the full SHA dd9202fView commit details -
feat: Enable taxonomy/tagging feature in MFE by default (openedx#989)
* feat: enable tagging/taxonomy feature by default * test: improve coverage * chore: fix lint issue
Configuration menu - View commit details
-
Copy full SHA for 14245bc - Browse repository at this point
Copy the full SHA 14245bcView commit details
Commits on May 9, 2024
-
feat: search filters refinement (openedx#980)
Sort blocktypes on hierarchy then alphabet.
Configuration menu - View commit details
-
Copy full SHA for 8aea28c - Browse repository at this point
Copy the full SHA 8aea28cView commit details -
feat: better api error handling (openedx#972)
Improve API error handling.
Configuration menu - View commit details
-
Copy full SHA for 5c1df3e - Browse repository at this point
Copy the full SHA 5c1df3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c884ff2 - Browse repository at this point
Copy the full SHA c884ff2View commit details -
feat: Added errors handling 4xx, 5xx (openedx#992)
* feat: [AXIMST-538] Add errors handling 4xx, 5xx * fix: resolve discussions * fix: second round of review discussions refactor: fixing tests for Textbooks page Co-authored-by: ruzniaievdm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55adcfe - Browse repository at this point
Copy the full SHA 55adcfeView commit details -
[FC-0049] feat: Other Tags section added on tags drawer (openedx#987)
Adds the new "Other tags" Section to tags drawer that contains the taxonomies/tags that the user doesn't have permission to see/edit. It allow to delete those tags.
Configuration menu - View commit details
-
Copy full SHA for e0fb41d - Browse repository at this point
Copy the full SHA e0fb41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a88066a - Browse repository at this point
Copy the full SHA a88066aView commit details
Commits on May 13, 2024
-
fix: allow page grid to take plugin slot id instead (openedx#994)
* fix: allow page grid to take plugin slot id instead * chore: add config check * chore: linting * chore: variable more readable
Configuration menu - View commit details
-
Copy full SHA for 65132ee - Browse repository at this point
Copy the full SHA 65132eeView commit details -
feat: discussion setting and release & due date setting (openedx#976)
* fix: hide release and due dates config in self paced courses * feat: discussion enable setting for unit in outline * refactor: message text Co-authored-by: Kristin Aoki <[email protected]> * fix: modal dialog overflow --------- Co-authored-by: Kristin Aoki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d882f2f - Browse repository at this point
Copy the full SHA d882f2fView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c539f3 - Browse repository at this point
Copy the full SHA 7c539f3View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d9dd75 - Browse repository at this point
Copy the full SHA 7d9dd75View commit details -
fix(deps): update dependency @openedx/paragon to v22.4.0 (openedx#963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a491cc - Browse repository at this point
Copy the full SHA 8a491ccView commit details -
fix(deps): update dependency @edx/frontend-lib-content-components to …
…v2.1.8 (openedx#997) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f34157e - Browse repository at this point
Copy the full SHA f34157eView commit details
Commits on May 21, 2024
-
fix: issue-1018 remove reference to edX user\nIn configure wiki opera… (
openedx#1021) * fix: issue-1018 remove reference to edX user\nIn configure wiki operation * fix: issue-1018 keep to original they wording
Configuration menu - View commit details
-
Copy full SHA for 54003af - Browse repository at this point
Copy the full SHA 54003afView commit details -
fix: fixed rerun link (openedx#1023)
* fix: fixed rerun link * refactor: code refactoring * refactor: updated tests * refactor: after review
Configuration menu - View commit details
-
Copy full SHA for 3647bcb - Browse repository at this point
Copy the full SHA 3647bcbView commit details
Commits on May 22, 2024
-
feat: improve error messaging and empty updates (openedx#1025)
* feat: improve error messaging and empty updates * chore: improve code coverage * fix: update error messages * fix: message title for saving handouts
Configuration menu - View commit details
-
Copy full SHA for 3f987f9 - Browse repository at this point
Copy the full SHA 3f987f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7247cc2 - Browse repository at this point
Copy the full SHA 7247cc2View commit details
Commits on May 24, 2024
-
feat: Show toast when exporting course tags (openedx#995)
Show in in-progress toast when exporting course tags
Configuration menu - View commit details
-
Copy full SHA for c3df0b0 - Browse repository at this point
Copy the full SHA c3df0b0View commit details -
feat: Import new taxonomy dialog flow (openedx#1017)
This PR updates the existing import tags wizard to also handle importing new taxonomies.
Configuration menu - View commit details
-
Copy full SHA for d0b3328 - Browse repository at this point
Copy the full SHA d0b3328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 732b7ed - Browse repository at this point
Copy the full SHA 732b7edView commit details -
fix: update date using utc timezone instead of local (openedx#1043)
* fix: update date using utc timezone instead of local * fix: lint error
Configuration menu - View commit details
-
Copy full SHA for 435af2c - Browse repository at this point
Copy the full SHA 435af2cView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a585a13 - Browse repository at this point
Copy the full SHA a585a13View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a340320 - Browse repository at this point
Copy the full SHA a340320View commit details -
fix: allow grace period minutes only (openedx#1064)
* fix: allow grace period minutes only * fix: zero minutes error
Configuration menu - View commit details
-
Copy full SHA for 9b4eb10 - Browse repository at this point
Copy the full SHA 9b4eb10View commit details
Commits on Jun 3, 2024
-
[FC-0042] Fix: Bug: Unusable "Languages" taxonomy appears in tagging …
…drawer (openedx#1031) Hide language taxonomy when is empty New message on search result when taxonomy is empty Empty taxonomies message added in drawer
Configuration menu - View commit details
-
Copy full SHA for 460de70 - Browse repository at this point
Copy the full SHA 460de70View commit details -
fix: Search result redirect to unit lib component (openedx#1027)
This change fixes redirection to the library component in the unit when selecting the search result. It also fixes an issue with navigating to the library MFE when selecting a library component.
Configuration menu - View commit details
-
Copy full SHA for 8cde43e - Browse repository at this point
Copy the full SHA 8cde43eView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aa2baa - Browse repository at this point
Copy the full SHA 7aa2baaView commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f5e82a - Browse repository at this point
Copy the full SHA 7f5e82aView commit details
Commits on Jun 11, 2024
-
fix: warnings about Duplicate message id (openedx#1061)
Fixes warnings about "duplicate message IDs", which seem to have been made by copy-paste errors.
Configuration menu - View commit details
-
Copy full SHA for 6760b75 - Browse repository at this point
Copy the full SHA 6760b75View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e22cce9 - Browse repository at this point
Copy the full SHA e22cce9View commit details
Commits on Jun 13, 2024
-
Fix some test warnings (openedx#1062)
* fix: paragon's Hyperlink no longer accepts a 'content' attribute * test: ensure all act() calls are async * test: Removed "async" from "describe" Returning a Promise from "describe" is not supported. * fix: DiscussionsSettings tests Previous commit revealed several issues with these tests * Don't nest userAction.click in act() -- nested act() statements have indeterminent behaviour. * Use getBy* instead of findBy* with userAction to avoid nested act() statements * Use fireEvent.click when the onClick handlers need to be called * Use queryBy* instead of getBy* when using .toBeInTheDocument or waitForElementToBeRemoved queryBy* return null when the element is not found. * fix: typo in data-testid Warning: React does not recognize the `data-testId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `data-testid` instead. * test: Use useLocation to test route changes --------- Co-authored-by: Yusuf Musleh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f20e531 - Browse repository at this point
Copy the full SHA f20e531View commit details
Commits on Jun 14, 2024
-
Revert "feat: flcc to 2.2.0 (openedx#1106)" (openedx#1111)
This reverts commit e22cce9. Reverts openedx#1106 The reason is that the pipeline to deploy to stage broke. This commit is probably the reason. The revert is temporary until the pipeline problem is solved.
Configuration menu - View commit details
-
Copy full SHA for db1250e - Browse repository at this point
Copy the full SHA db1250eView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2ed3bc - Browse repository at this point
Copy the full SHA e2ed3bcView commit details
Commits on Jun 20, 2024
-
feat: Add lib v2/legacy tabs in studio home (openedx#1050)
This PR adds a new configuration flag that shows/hides tabs in studio home along with some new functionality around to V1 and V2 Libraries. When the new LIBRARY_MODE flag is set to "mixed" (default in dev) it will show "Libraries" and "Legacy Libraries" tabs that correspond to v1 and v2 tabs respectively. When the new LIBRARY_MODE flag is set to "v1 only" (default in production) or "v2 only", only one tab "Libraries" is shown and only the respective libraries are fetched when the tab is clicked. In addition to the above changes, the URL/route now updates when clicking on the tabs, and navigating to it directly would open up that tab as well as a new placeholder page that you will be redirected to when clicking on a v2 library if the library authoring MFE is not enabled.
Configuration menu - View commit details
-
Copy full SHA for 088a01d - Browse repository at this point
Copy the full SHA 088a01dView commit details -
feat: Include org filter when requesting LTI providers (openedx#1114)
* feat: Include org filter when requesting LTI providers * chore: Created silent version for CI testing to avoid log flooding
Configuration menu - View commit details
-
Copy full SHA for 3936737 - Browse repository at this point
Copy the full SHA 3936737View commit details
Commits on Jun 21, 2024
-
Upgrade frontend-build to v14 (openedx#1052)
* fix: warnings about Duplicate message id * fix: paragon's Hyperlink no longer accepts a 'content' attribute * test: ensure all act() calls are async * test: Removed "async" from "describe" * fix: DiscussionsSettings tests * Don't nest userAction.click in act() -- nested act() statements have indeterminent behaviour. * Use getBy* instead of findBy* with userAction to avoid nested act() statements * Always await userEvent.click * Use fireEvent.click when the onClick handlers need to be called * Use queryBy* instead of getBy* when using .toBeInTheDocument or * fix: typo in data-testid * test: Use useLocation to test route changes * Don't nest userAction.click in act() -- nested act() statements have * chore: fix lint:fix and lint errors * remove "indent" setting from .eslintrc.js * add @typescript-eslint/ prefix to eslint-disable-line statements where flagged by linter * changed stylelint setting import-notation to "string" * test: fix failing tests after upgrade * fix: css error "target selector was not found" * chore: upgrades dependency [email protected] * chore: bumps @edx/frontend-component-ai-translations to ^2.1.0 --------- Co-authored-by: Yusuf Musleh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b6d3aa - Browse repository at this point
Copy the full SHA 6b6d3aaView commit details
Commits on Jun 24, 2024
-
fix(deps): update dependency @edx/frontend-lib-content-components to …
…v2.4.0 (openedx#1118) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6414196 - Browse repository at this point
Copy the full SHA 6414196View commit details -
feat: add upload progress modal (openedx#1113)
* feat: add upload progress modal * fix: increase code coverage * fix: fix code to be more readable * fix: delete empty file
Configuration menu - View commit details
-
Copy full SHA for 8ef804b - Browse repository at this point
Copy the full SHA 8ef804bView commit details -
Revert "feat: add upload progress modal (openedx#1113)" (openedx#1128)
This reverts commit 8ef804b.
Configuration menu - View commit details
-
Copy full SHA for 9317b87 - Browse repository at this point
Copy the full SHA 9317b87View commit details
Commits on Jun 26, 2024
-
fix(deps): update dependency @edx/frontend-lib-content-components to …
…v2.4.1 (openedx#1132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b759bc - Browse repository at this point
Copy the full SHA 8b759bcView commit details -
feat: video upload progress modal (openedx#1131)
* feat: add upload progress modal * fix: increase code coverage * fix: fix code to be more readable * fix: delete empty file * fix: failing test and lint * fix: progress bar not updating * feat: add missing abort controller on POST to edxVal
Configuration menu - View commit details
-
Copy full SHA for 22ea32c - Browse repository at this point
Copy the full SHA 22ea32cView commit details
Commits on Jun 27, 2024
-
chore: convert all 'search-modal' code to TypeScript (openedx#1129)
* chore: convert all 'search-modal' code to TypeScript * fix: lint should check .ts[x] files too * fix: remove unused dependency meilisearch-instantsearch
Configuration menu - View commit details
-
Copy full SHA for a4859d2 - Browse repository at this point
Copy the full SHA a4859d2View commit details -
fix: update mapToStateProps to match changes in TinyMceWidget (opened…
…x#1133) * fix: update mapToStateProps to match changes in TinyMceWidget * feat: bump frontend-lib-content-components
Configuration menu - View commit details
-
Copy full SHA for eb3e6fa - Browse repository at this point
Copy the full SHA eb3e6faView commit details
Commits on Jul 1, 2024
-
fix(deps): update dependency @edx/frontend-lib-content-components to …
…v2.4.3 (openedx#1140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cdc9af2 - Browse repository at this point
Copy the full SHA cdc9af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd73f9 - Browse repository at this point
Copy the full SHA efd73f9View commit details -
fix(deps): update dependency @edx/frontend-component-footer to v14.0.5 (
openedx#1121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f0be76 - Browse repository at this point
Copy the full SHA 9f0be76View commit details
Commits on Jul 2, 2024
-
Revert "fix(deps): update dependency @edx/frontend-lib-content-compon…
…ents to …" (openedx#1142) This reverts commit cdc9af2.
Configuration menu - View commit details
-
Copy full SHA for 292663a - Browse repository at this point
Copy the full SHA 292663aView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9528bfd - Browse repository at this point
Copy the full SHA 9528bfdView commit details -
Version bump for Paragon to 22.6.1, with stricter typing (openedx#1146)
* fix(deps): update dependency @openedx/paragon to v22.6.1 * fix: lint errors from stricter types in new paragon version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8cf26e1 - Browse repository at this point
Copy the full SHA 8cf26e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83489b0 - Browse repository at this point
Copy the full SHA 83489b0View commit details
Commits on Jul 10, 2024
-
perf: lockfile version check workflow file updated (openedx#1107)
Co-authored-by: Hunia Fatima <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01d4b85 - Browse repository at this point
Copy the full SHA 01d4b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09822c2 - Browse repository at this point
Copy the full SHA 09822c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117b4f1 - Browse repository at this point
Copy the full SHA 117b4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60ddb5 - Browse repository at this point
Copy the full SHA f60ddb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fcf9f - Browse repository at this point
Copy the full SHA 71fcf9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9d573 - Browse repository at this point
Copy the full SHA ab9d573View commit details -
fix(deps): update dependency @edx/frontend-lib-content-components to …
…v2.5.0 (openedx#1143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 085069a - Browse repository at this point
Copy the full SHA 085069aView commit details
Commits on Jul 11, 2024
-
fix(deps): update dependency @edx/frontend-lib-content-components to …
…v2.5.1 (openedx#1153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5dee203 - Browse repository at this point
Copy the full SHA 5dee203View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc41a2f - Browse repository at this point
Copy the full SHA cc41a2fView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e087001 - Browse repository at this point
Copy the full SHA e087001View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d24741 - Browse repository at this point
Copy the full SHA 3d24741View commit details -
chore: update browserslist DB (openedx#1156)
Co-authored-by: abdullahwaheed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a14141 - Browse repository at this point
Copy the full SHA 3a14141View commit details
Commits on Jul 22, 2024
-
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed
Jul 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b2abf6 - Browse repository at this point
Copy the full SHA 2b2abf6View commit details