mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #82] [MERGED] Refactor htmx handling #151
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:refactor-htmx-handling📝 Commits (3)
0481275Add nodxgo-htmx dependency in go.mod and update go.sumf4b4e5cReplace all htmx client side handlingf63450bRename 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.