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

Cleanup of URL-SelectDirectories.swift #136

Closed
wants to merge 11 commits into from
Closed

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    7989d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dce89e View commit details
    Browse the repository at this point in the history
  3. Swiftlint

    Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
    Discussion on this: realm/SwiftLint#5785
    vdhamer committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3f1dfed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d172581 View commit details
    Browse the repository at this point in the history
  5. Cleanup of URL-SelectDirectories.swif file.

    No functional changes.
    Added more documentation.
    vdhamer committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f15282e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Didn't build due to typo.

    vdhamer committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    a6d0428 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Fix: twostraws#29

    Quite a struggle to have the FetchRequest depend on a passed parameter, but used Paul Hudson's trick of saving the query and not its result.
    Also some code restructuring.
    vdhamer committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7fed557 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Sort members on HTML page by givenName, familyName

    Was givenName only, and thus didn't match SwiftUI equivalent in UI
    vdhamer committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7f63f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c5c80 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix: twostraws#37

    vdhamer committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    eb0c2d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    b5eb02e View commit details
    Browse the repository at this point in the history