-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: pingdotgg/t3code
base: v0.0.5
head repository: pingdotgg/t3code
compare: v0.0.7
- 12 commits
- 20 files changed
- 7 contributors
Commits on Mar 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5dd36bc - Browse repository at this point
Copy the full SHA 5dd36bcView commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 96e1e3d - Browse repository at this point
Copy the full SHA 96e1e3dView commit details -
fix: properly emit update metadata for intel macs (#446)
* fix: properly emit update metadata for intel macs * refactor: fix broken parsing of quoted values
Configuration menu - View commit details
-
Copy full SHA for 5de8e9d - Browse repository at this point
Copy the full SHA 5de8e9dView commit details -
Add pull request template with contribution notice and review checkli…
…st (#582) * Add PR template with contribution notice and review checklist - Add `.github/pull_request_template.md` - Set expectations that external PRs may not be reviewed or merged - Require clear change rationale plus UI before/after media when applicable * Add contribution policy notice and link detailed guidelines - add CONTRIBUTING.md with clear expectations for external PRs - update README to direct would-be contributors to CONTRIBUTING.md first
Configuration menu - View commit details
-
Copy full SHA for 5815ba2 - Browse repository at this point
Copy the full SHA 5815ba2View commit details -
fix: settings in sidebar, better add project flow (#584)
* improvements * sidebar ui pt2 * back flow * fix back flow
Configuration menu - View commit details
-
Copy full SHA for 1794278 - Browse repository at this point
Copy the full SHA 1794278View commit details -
fix(web): add dismiss button to thread error banner (#588)
The thread error banner had no way to be dismissed. Users hitting unrecoverable errors (e.g. missing gh CLI during PR creation) were stuck with a persistent error banner and no way to clear it. Add a dismiss (X) button to ThreadErrorBanner using the existing AlertAction component, wired to clear the thread error via setThreadError(id, null). Closes #496
Configuration menu - View commit details
-
Copy full SHA for 59e2944 - Browse repository at this point
Copy the full SHA 59e2944View commit details -
Configuration menu - View commit details
-
Copy full SHA for d62ffa7 - Browse repository at this point
Copy the full SHA d62ffa7View commit details -
feat(desktop): add spellcheck suggestions to context menu (#500)
Wire up Electron's context-menu event on webContents to surface dictionary suggestions for misspelled words. Standard edit actions (Cut, Copy, Paste, Select All) appear in all context menus. Related to #473
Configuration menu - View commit details
-
Copy full SHA for 18b6590 - Browse repository at this point
Copy the full SHA 18b6590View commit details -
Add
deleteoption for project actions (#223)Adds a delete button to the action edit dialog with a confirmation alert. Fixes #208.
Configuration menu - View commit details
-
Copy full SHA for 1c43bad - Browse repository at this point
Copy the full SHA 1c43badView commit details -
fix(web): align sidebar logo with macOS traffic light buttons (#586)
Adjust the Electron sidebar header to properly center the T3 wordmark with the native window controls. The logo was sitting ~2px too low and ~8px too close to the traffic lights. - Reduce wordmark container top margin from mt-2 (8px) to mt-1.5 (6px) - Increase Electron header left padding from 82px to 90px for proper traffic light clearance - Match the desktop update button margin to stay aligned Closes #564
Configuration menu - View commit details
-
Copy full SHA for a20815e - Browse repository at this point
Copy the full SHA a20815eView commit details -
Fix ChildProcess.spawn failing on Windows for .cmd shims (#495)
* fix(scripts): enable shell mode on Windows for .cmd shim resolution On Windows, tools like `bun`, `npm`, `turbo`, and `bunx` are installed as `.cmd` shims. Node's `child_process.spawn` cannot resolve these without `shell: true`, causing `PlatformError: NotFound` on fresh builds where there is no Turbo cache. Add `shell: process.platform === "win32"` to all ChildProcess.make calls in cli.ts, dev-runner.ts, and build-desktop-artifact.ts. Closes #474 * docs: add comments explaining Windows shell spawn requirement * docs: add shell spawn comments to remaining call sites
Configuration menu - View commit details
-
Copy full SHA for b7f954a - Browse repository at this point
Copy the full SHA b7f954aView commit details -
Add checkout and Node setup to updater publish workflow job (#605)
- Ensure the updater publish job checks out the target ref - Initialize Node using the repository's package.json version file before downloading artifacts
Configuration menu - View commit details
-
Copy full SHA for 39f6570 - Browse repository at this point
Copy the full SHA 39f6570View 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.0.5...v0.0.7