Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nylki/CommonsFinder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: license
Choose a base ref
...
head repository: nylki/CommonsFinder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 23 files changed
  • 1 contributor

Commits on Feb 19, 2026

  1. Merge pull request #79 from nylki/license

    License
    nylki authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    9cde17f View commit details
    Browse the repository at this point in the history
  2. Add QR code and installation info to README

    Updated README to include QR code for TestFlight installation.
    nylki authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    766e8e9 View commit details
    Browse the repository at this point in the history
  3. chore: prepare testflight notes

    nylki committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    910ea23 View commit details
    Browse the repository at this point in the history
  4. fix: add sendable to a type

    nylki committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    675737d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. fix(FileDetailView): do not start and immediately cancel refresh tags…

    … task in some cases
    nylki committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    e3d4790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f9ded View commit details
    Browse the repository at this point in the history
  3. feat: sortable and searchable BookmarkedFilesView

    - and simplify the DB fetch and observe for RecentlyViewedMediaView.swift as well
    nylki committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    e4b51bd View commit details
    Browse the repository at this point in the history
  4. Update README

    nylki authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    26b9eaf View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Typo README.md

    nylki authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    4c4ea27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e31dd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. perf: prefetch file tags after paginating

    and fix some caching behavior. This eliminates tag-resolving network
    requests each time when a file is opened.
    nylki committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    7c58a2a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. perf: prefetch file tags after paginating

    and fix some caching behavior. This eliminates tag-resolving network
    requests each time when a file is opened.
    
    + also prepare multi-file upload feature
    nylki committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    682b54e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. update README.md

    nylki authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    1aef3ad View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. fix: use String(describing: error) instead of error.localizedDescription

    for potentially more useful, user-facing error messages to better debug upload issues
    nylki committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    83d6784 View commit details
    Browse the repository at this point in the history
Loading