Skip to content

Demo GIF + apps.json docs, footer scanning-message fix - #22

Merged
seraphx2 merged 3 commits into
mainfrom
dev
Sep 13, 2026
Merged

seraphx2 merged 3 commits into
mainfrom
dev

Conversation

@seraphx2

Copy link
Copy Markdown
Owner

devmain for the next release (2 commits since the last merge).

What ships

  • README demo GIF + doc cleanup (ca5ba08) — adds a demo GIF at the top
    of the README (first visual anyone sees landing on the repo), documents
    the installed-app cache path (<OS cache dir>/dev-prompt/apps.json)
    alongside the existing repos.json mention in both the README and
    docs/configuration.md, and drops a stray macOS config-path reference
    the project doesn't target.
  • Consistent scanning-status wording + settings footer fix (2076508)
    — standardizes every "scanning" message to Scanning repos… /
    Scanning apps… (footer, Settings' save notes, the app-list empty
    state). Also fixes a real bug: Settings' "Rescan apps" button bypassed
    appStatus entirely and, via onsaved(), unconditionally triggered a
    repo rescan too — so the Settings footer never reflected an apps scan
    in progress. Settings' rescan buttons now call through to App.svelte's
    real rescan() / rescanAppsNow(), so each acts and reports
    independently.

Test plan

  • npm run check (svelte-check, 0 errors)
  • npm run build (svelte-check + vite build, succeeds)
  • Manually verified in npm run tauri dev: repo rescan, apps rescan,
    and Settings' Save/Rescan buttons each show the correct independent
    status text without cross-triggering the other scan.

🤖 Generated with Claude Code

seraphx2 and others added 3 commits September 13, 2026 02:05
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…can indicator

Settings' "Rescan apps" bypassed appStatus and, via onsaved(), unconditionally
also triggered a repo rescan — its footer segment never reflected apps
scanning at all. Wire Settings' rescan buttons to App.svelte's real
rescan()/rescanAppsNow() so each acts (and reports) independently.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
One-hand operation: both defaults are now bare Ctrl + a key next to the
arrow cluster, so open -> navigate -> Enter stays in one small area of the
keyboard. Avoids Ctrl+/ since that's the near-universal editor
comment-toggle shortcut and would steal it system-wide as a global hotkey.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@seraphx2
seraphx2 merged commit 944476c into main Sep 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant