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

[stable4] Make file list only sortable by one property at the time #951

Merged
merged 4 commits into from Aug 25, 2023

Commits on Aug 25, 2023

  1. fix(FilePicker): Do not show checkboxes on single select mode

    Selected file is only displayed by background color and checkboxes are hidden if `multiselect` is `false`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bebd5c6 View commit details
    Browse the repository at this point in the history
  2. fix: Make file list only sortable by one property at the time

    * Also add a default sorting (by name ascending)
    * Directories are always sorted first
    * Sort by display name if available
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    afd33fc View commit details
    Browse the repository at this point in the history
  3. fix: Patch webdav dependency for invalid exports field until it g…

    …ets fixed upsteam
    
    Ref: perry-mitchell/webdav-client#355
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    af615c7 View commit details
    Browse the repository at this point in the history
  4. chore: extract translations

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e67167f View commit details
    Browse the repository at this point in the history