Skip to content

Conversation

@adnaan
Copy link
Contributor

@adnaan adnaan commented Dec 26, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 26, 2025 21:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the livetemplate dependency from version v0.7.5 to v0.7.7. The changes are straightforward and consistent across the Go module files.

  • Updates the github.com/livetemplate/livetemplate package version in dependency declarations
  • Updates corresponding checksums in the lock file

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates the livetemplate dependency version requirement from v0.7.5 to v0.7.7
go.sum Updates the cryptographic checksums for the livetemplate v0.7.7 module and its .mod file

The changes are properly formatted and consistent. No issues were identified in this dependency upgrade.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Demonstrates per-connection flash messages:
- Setting flash via ctx.SetFlash("success", "message")
- Displaying flash in templates via .lvt.Flash, .lvt.HasFlash
- Different flash types: success, error, warning, info
- Show-once pattern (cleared after each action)
- HTTP tests validating flash behavior

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@adnaan adnaan changed the title chore: upgrade livetemplate to v0.7.7 feat: upgrade to v0.7.7 + add flash-messages example Dec 26, 2025
@adnaan adnaan merged commit 9572707 into main Dec 26, 2025
8 of 9 checks passed
@adnaan adnaan deleted the chore/upgrade-livetemplate-to-v0.7.7 branch December 26, 2025 21:10
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.

2 participants