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

refactor(federatedfilesharing): Replace deprecated function usage #48725

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. refactor(federatedfilesharing): Replace deprecated functions

    * Replace deprecated OC dialogs methods
    * Replace deprecated global jQuery with axios
    * Replace deprecated jQuery event with event bus
    * Add component + unit tests for new dialog
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    28dd417 View commit details
    Browse the repository at this point in the history
  2. test: Add proper styles for Cypress component tests

    This also fixes Typescript issue but requires to slightly
    adjust the Navigation test as the progress bar is not visible (because it is overlayed by another element).
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    465404b View commit details
    Browse the repository at this point in the history