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: kh4f/manual-sorting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.2
Choose a base ref
...
head repository: kh4f/manual-sorting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.3
Choose a head ref
  • 19 commits
  • 17 files changed
  • 2 contributors

Commits on Nov 9, 2025

  1. chore(dev-deps): bump i18next from 25.6.0 to 25.6.1

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    3c74b36 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. chore(dev-deps): bump tsdown from 0.16.0 to 0.16.1

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    c3df6b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. chore(dev-deps): bump vitest from 4.0.7 to 4.0.8

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    8d13dfc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    ca85b40 View commit details
    Browse the repository at this point in the history
  2. chore(copilot): replace deprecated mode attribute with agent in s…

    …uggest-commit prompt
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    4b61533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5058f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad1136a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f9135a View commit details
    Browse the repository at this point in the history
  6. style(explorer-manager): simplify log messages to use "Explorer" inst…

    …ead of "File Explorer"
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    c060d1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf25047 View commit details
    Browse the repository at this point in the history
  8. perf(dnd-manager): move no-op check from order-manager to `dnd-mana…

    …ger`
    
    Moved the check for unnecessary moves to `dnd-manager` to prevent redundant `fileManager.renameFile()` calls earlier in the drag-and-drop flow.
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    4b6ca4b View commit details
    Browse the repository at this point in the history
  9. fix(dnd): prevent folder order reset when dragging to empty explorer …

    …area
    
    Update `FILE_EXPLORER_SELECTOR` by removing ` > div` suffix to ensure proper drop event handling across the entire navigation container.
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    885af77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6956d24 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc5c2c0 View commit details
    Browse the repository at this point in the history
  12. perf(dnd-manager): calculate explorerRect once in `dragStartHandler…

    …` instead of on every drag event
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e4aadcc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    736491a View commit details
    Browse the repository at this point in the history
  14. fix(dnd): prevent drop indicators from disappearing during explorer s…

    …croll while dragging
    
    When dragging items and scrolling the explorer, Obsidian's virtualization removes dragged element from DOM for performance, causing drop indicators to reset. Fixed by using `data-drag-active` attribute on the persistent explorer container and using pointer coordinates instead of relying on the dragged element's presence in DOM.
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    76919ed View commit details
    Browse the repository at this point in the history
  15. perf(dnd-manager): add basic element caching while explorer scroll po…

    …sition remains unchanged
    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    701ccb4 View commit details
    Browse the repository at this point in the history
  16. chore(release): 3.0.3

    kh4f committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    33ad2a9 View commit details
    Browse the repository at this point in the history
Loading