[PR #82] [MERGED] Refactor htmx handling #151

Closed
opened 2026-02-26 21:34:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/82
Author: @eduardolat
Created: 2/4/2025
Status: Merged
Merged: 2/4/2025
Merged by: @eduardolat

Base: developHead: refactor-htmx-handling


📝 Commits (3)

  • 0481275 Add nodxgo-htmx dependency in go.mod and update go.sum
  • f4b4e5c Replace all htmx client side handling
  • f63450b Rename htmxs package to htmxserver and update references throughout the codebase

📊 Changes

48 files changed (+208 additions, -444 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 internal/view/middleware/inject_reqctx.go (+2 -2)
📝 internal/view/web/auth/create_first_user.go (+6 -5)
📝 internal/view/web/auth/login.go (+6 -5)
📝 internal/view/web/auth/logout.go (+5 -5)
📝 internal/view/web/dashboard/backups/create_backup.go (+8 -7)
📝 internal/view/web/dashboard/backups/delete_backup.go (+5 -4)
📝 internal/view/web/dashboard/backups/duplicate_backup.go (+5 -4)
📝 internal/view/web/dashboard/backups/edit_backup.go (+7 -6)
📝 internal/view/web/dashboard/backups/index.go (+1 -1)
📝 internal/view/web/dashboard/backups/list_backups.go (+5 -4)
📝 internal/view/web/dashboard/backups/manual_run.go (+4 -3)
📝 internal/view/web/dashboard/databases/create_database.go (+6 -5)
📝 internal/view/web/dashboard/databases/delete_database.go (+5 -4)
📝 internal/view/web/dashboard/databases/edit_database.go (+7 -6)
📝 internal/view/web/dashboard/databases/index.go (+1 -1)
📝 internal/view/web/dashboard/databases/list_databases.go (+5 -4)
📝 internal/view/web/dashboard/databases/test_database.go (+8 -8)
📝 internal/view/web/dashboard/destinations/create_destination.go (+6 -5)

...and 28 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eduardolat/pgbackweb/pull/82 **Author:** [@eduardolat](https://github.com/eduardolat) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/4/2025 **Merged by:** [@eduardolat](https://github.com/eduardolat) **Base:** `develop` ← **Head:** `refactor-htmx-handling` --- ### 📝 Commits (3) - [`0481275`](https://github.com/eduardolat/pgbackweb/commit/04812753834ec519dacaf98a858d37167a86c73c) Add nodxgo-htmx dependency in go.mod and update go.sum - [`f4b4e5c`](https://github.com/eduardolat/pgbackweb/commit/f4b4e5c864b0d3ff70c2bb134227310689c0cc99) Replace all htmx client side handling - [`f63450b`](https://github.com/eduardolat/pgbackweb/commit/f63450b03ba60d056f472165ba7af35b056fda69) Rename htmxs package to htmxserver and update references throughout the codebase ### 📊 Changes **48 files changed** (+208 additions, -444 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `internal/view/middleware/inject_reqctx.go` (+2 -2) 📝 `internal/view/web/auth/create_first_user.go` (+6 -5) 📝 `internal/view/web/auth/login.go` (+6 -5) 📝 `internal/view/web/auth/logout.go` (+5 -5) 📝 `internal/view/web/dashboard/backups/create_backup.go` (+8 -7) 📝 `internal/view/web/dashboard/backups/delete_backup.go` (+5 -4) 📝 `internal/view/web/dashboard/backups/duplicate_backup.go` (+5 -4) 📝 `internal/view/web/dashboard/backups/edit_backup.go` (+7 -6) 📝 `internal/view/web/dashboard/backups/index.go` (+1 -1) 📝 `internal/view/web/dashboard/backups/list_backups.go` (+5 -4) 📝 `internal/view/web/dashboard/backups/manual_run.go` (+4 -3) 📝 `internal/view/web/dashboard/databases/create_database.go` (+6 -5) 📝 `internal/view/web/dashboard/databases/delete_database.go` (+5 -4) 📝 `internal/view/web/dashboard/databases/edit_database.go` (+7 -6) 📝 `internal/view/web/dashboard/databases/index.go` (+1 -1) 📝 `internal/view/web/dashboard/databases/list_databases.go` (+5 -4) 📝 `internal/view/web/dashboard/databases/test_database.go` (+8 -8) 📝 `internal/view/web/dashboard/destinations/create_destination.go` (+6 -5) _...and 28 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#151
No description provided.