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

Tooltip outside click, should abort share creation #42126

Merged
merged 3 commits into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. Tooltip outside click, should abort share creation

    It's unexpected that click outside a tooltip would proceed with the
     action that could be carried out inside the tooltip.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c179408 View commit details
    Browse the repository at this point in the history
  2. Allow user to finish typing date before formatting

    Debounce `onExpirationChange` to avoid calling `formatDateToString`
    on invalid on uncompletely inputed date strings.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    04e8733 View commit details
    Browse the repository at this point in the history
  3. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4f98b78 View commit details
    Browse the repository at this point in the history