-
Notifications
You must be signed in to change notification settings - Fork 245
Comparing changes
Open a pull request
base repository: robinebers/openusage
base: v0.6.10
head repository: robinebers/openusage
compare: v0.6.11
- 17 commits
- 31 files changed
- 4 contributors
Commits on Mar 15, 2026
-
feat: add drag-to-reorder plugin icons in sidebar
Use @dnd-kit/core and @dnd-kit/sortable to support drag-and-drop reordering of plugin icons in SideNav. Long-press (300ms delay) to initiate drag; dropping fires onReorder with the new ordered plugin IDs.
Configuration menu - View commit details
-
Copy full SHA for b1d290d - Browse repository at this point
Copy the full SHA b1d290dView commit details -
src/components/side-nav.test.tsx > SideNav > renders plugin icon button and uses brand color when appropriate TestingLibraryElementError: Found multiple elements with the role "button" and name "Plugin 1"
Configuration menu - View commit details
-
Copy full SHA for 7ac86fb - Browse repository at this point
Copy the full SHA 7ac86fbView commit details -
fix: preserve disabled plugins when reordering
P2: Sidebar reorder now feeds handleReorder with nav-only plugin ids, but handleReorder overwrites the full pluginSettings.order. Since navPlugins omits disabled plugins, reordering from the sidebar can drop disabled plugins from the persisted order.
Configuration menu - View commit details
-
Copy full SHA for c84ba87 - Browse repository at this point
Copy the full SHA c84ba87View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71a4c1 - Browse repository at this point
Copy the full SHA a71a4c1View commit details
Commits on Mar 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 58d816e - Browse repository at this point
Copy the full SHA 58d816eView commit details -
Merge pull request #291 from hearsilent/feat/quick-drag
feat(side-nav): support drag-to-reorder plugin in sidebar
Configuration menu - View commit details
-
Copy full SHA for 43516a1 - Browse repository at this point
Copy the full SHA 43516a1View commit details -
Fix reset tooltips to mirror display mode (#297)
* fix: toggle reset tooltip mode * fix: localize reset date labels
Configuration menu - View commit details
-
Copy full SHA for 0766afc - Browse repository at this point
Copy the full SHA 0766afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c716fb - Browse repository at this point
Copy the full SHA 0c716fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 086ad7d - Browse repository at this point
Copy the full SHA 086ad7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459647c - Browse repository at this point
Copy the full SHA 459647cView commit details
Commits on Mar 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 73fe349 - Browse repository at this point
Copy the full SHA 73fe349View commit details -
* feat: add in-app changelog - Implement useChangelog hook to fetch GitHub releases - Create ChangelogDialog with current version filtering - Add interactive markdown parsing for links, bolds, PRs, and users * test: add changelog dialog tests Add Vitest/RTL coverage for changelog dialog states and link behaviors. * fix: prevent double Escape in dialogs Ensure AboutDialog only listens for Escape in the about view, wire ChangelogDialog Escape to go back to About, remove the redundant Close button in the changelog header, and update dialog tests to match the new navigation behavior. * fix: prevent crash on null changelog markdown * fix: avoid nested buttons in changelog links * fix: use UTC date for changelog release * fix: harden changelog dialog for null fields * feat: fetch only current version in use-changelog * feat: support autolinking plain URLs in changelog * fix: clear stale changelog on refetch * fix: improve plain URL auto-linking detection * test: mock useChangelog in about-dialog.test.tsx * fix: preserve ? and () in plain URL auto-linking --------- Co-authored-by: Robin Ebers <robin.ebers@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0bfcaa3 - Browse repository at this point
Copy the full SHA 0bfcaa3View commit details -
fix: refresh Windsurf quota cloud plugin (#313)
* fix: refresh windsurf quota cloud plugin * test: raise coverage for windsurf and hook guards * fix: handle windsurf auth and fallback edges
Configuration menu - View commit details
-
Copy full SHA for 11ce2d5 - Browse repository at this point
Copy the full SHA 11ce2d5View commit details -
chore(deps): bump tauri-nspanel in /src-tauri (#311)
Bumps [tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) from `da9c9a8` to `a3122e8`. - [Commits](ahkohd/tauri-nspanel@da9c9a8...a3122e8) --- updated-dependencies: - dependency-name: tauri-nspanel dependency-version: a3122e894383aa068ec5365a42994e3ac94ba1b6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ba68d8 - Browse repository at this point
Copy the full SHA 0ba68d8View commit details -
chore(deps-dev): bump jsdom from 28.1.0 to 29.0.1 (#312)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 28.1.0 to 29.0.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v28.1.0...v29.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a66f32 - Browse repository at this point
Copy the full SHA 3a66f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5edf2a - Browse repository at this point
Copy the full SHA f5edf2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa06dbf - Browse repository at this point
Copy the full SHA fa06dbfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.10...v0.6.11