Skip to content

add git history screen - #214

Merged
cfal merged 2 commits into
mainfrom
git-history
Jun 23, 2026
Merged

add git history screen#214
cfal merged 2 commits into
mainfrom
git-history

Conversation

@cfal

@cfal cfal commented Jun 23, 2026

Copy link
Copy Markdown
Owner

No description provided.

cfal added 2 commits June 23, 2026 16:11
Introduces backend services, REST API routes, and Svelte frontend
components to support rendering paginated commit lists and on-demand
diff snapshots of files in historical commits. Avoids large payload
delivery by using a two-stage lazy loading pattern that first gets
file summaries and then streams specific diff bodies.
Replace the "revert last commit" functionality with the ability to
revert any selected commit from the history.

This updates the backend API from revertLastCommit to revertCommit to
accept a specific commit hash, and updates the frontend stores and
UI components to support reverting chosen commits.
@cfal
cfal enabled auto-merge (squash) June 23, 2026 09:11
@cfal
cfal merged commit 1a8f845 into main Jun 23, 2026
4 checks passed
@cfal
cfal deleted the git-history branch June 23, 2026 09:15
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