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: redirect to unit page if the hit or its parent is a unit (TEMP) #35

Commits on Apr 18, 2024

  1. [FC-0036] feat: Sort taxonomies (openedx#949)

    Taxonomies are now sorted by tag count for those with applied tags, and by name for the rest.
    ChrisChV authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    422a5db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfcac5c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    1834655 View commit details
    Browse the repository at this point in the history
  2. feat: [FC-0044] Unit page - Manage access modal (unit & xblocks) (ope…

    …nedx#901)
    
    * feat: [FC-0044] Unit page - Manage access modal (unit & xblocks)
    
    * fix: add message description
    ihor-romaniuk authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6ec44b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    7f668a6 View commit details
    Browse the repository at this point in the history
  2. feat: [FC-0044] group configurations MFE page (openedx#929)

    * feat: group configurations - index page
    
    * feat: [AXIMST-63] Index group configurations page
    
    * fix: resolve discussions
    
    * fix: resolve second round discussions
    
    * feat: group configurations - content group actions
    
    * feat: [AXIMST-75, AXIMST-69, AXIMST-81] Content group actions
    
    * fix: resolve conversations
    
    * feat: group configurations - sidebar
    
    * feat: [AXIMST-87] group-configuration page sidebar
    
    * refactor: [AXIMST-87] add changes after review
    
    * refactor: [AXIMST-87] add changes after review
    
    * refactor: [AXIMST-87] add changes ater review
    
    ---------
    
    Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
    
    * fix: group configurations - the page reloads after the user saves changes
    
    * feat: group configurations - experiment groups
    
    * feat: [AXIMST-93, 99, 105] Group configuration - Experiment Groups
    
    * fix: [AXIMST-518, 537] Group configuration - resolve bugs
    
    * fix: review discussions
    
    * fix: revert classname case
    
    * fix: group configurations - resolve discussions
    
    fix: [AXIMST-714] icon is aligned with text (openedx#210)
    
    * fix: add hook tests
    
    * fix: add thunk tests
    
    * fix: add slice tests
    
    * chore: group configurations - messages
    
    * fix: group configurations - remove delete in edit mode
    
    ---------
    
    Co-authored-by: Kyr <[email protected]>
    Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
    Co-authored-by: monteri <lansevermore>
    3 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    907ce50 View commit details
    Browse the repository at this point in the history
  3. fix: adding files count in toast (openedx#960)

    * fix: adding files count in toast
    
    * fix: toast to use plural function
    KristinAoki authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3410449 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: Allow filtering by multiple tags [FC-0040] (openedx#945)

    As of openedx#918 , the content search only allows filtering the results by one tag at a time, which is a limitation of Instantsearch.
    
    So with this change, usage of Instantsearch + instant-meilisearch has been replaced with direct usage of Meilisearch. Not only does this simplify the code and make our MFE bundle size smaller, but it allows us much more control over how the tags filtering works, so that we can implement searching by multiple tags.
    
    Trying to modify Instantsearch to do that was too difficult, given the complexity of its codebase.
    
    Related ticket: openedx/modular-learning#201
    bradenmacdonald authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c32462e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d38d98 View commit details
    Browse the repository at this point in the history