[PR #81] [MERGED] Refactor components to use NodX library, replacing gomponents referen… #148

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

📋 Pull Request Information

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

Base: developHead: refactor-nodx


📝 Commits (1)

  • 04ae97f Refactor components to use NodX library, replacing gomponents references and updating CSS imports

📊 Changes

83 files changed (+1802 additions, -1888 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)
📝 internal/util/echoutil/render_nodx.go (+2 -2)
📝 internal/util/echoutil/render_nodx_test.go (+5 -5)
internal/view/static/css/partials/glucide.css (+0 -3)
internal/view/static/css/partials/nodx-lucide.css (+3 -0)
📝 internal/view/static/css/style.css (+1 -1)
📝 internal/view/web/alpine/alpine.go (+37 -35)
📝 internal/view/web/auth/create_first_user.go (+20 -21)
📝 internal/view/web/auth/login.go (+12 -13)
📝 internal/view/web/component/card_box.go (+7 -9)
📝 internal/view/web/component/change_theme_button.go (+29 -31)
📝 internal/view/web/component/copy_button.go (+19 -21)
📝 internal/view/web/component/empty_results.go (+19 -20)
internal/view/web/component/gmap.go (+0 -9)
📝 internal/view/web/component/help_button_modal.go (+9 -10)
📝 internal/view/web/component/hx_loading.go (+10 -11)
📝 internal/view/web/component/input_control.go (+32 -34)
📝 internal/view/web/component/logotype.go (+11 -13)
📝 internal/view/web/component/modal.go (+34 -36)

...and 63 more files

📄 Description

…ces and updating CSS imports


🔄 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/81 **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-nodx` --- ### 📝 Commits (1) - [`04ae97f`](https://github.com/eduardolat/pgbackweb/commit/04ae97f6681e76bdf7eb7da04ec13196d4121e53) Refactor components to use NodX library, replacing gomponents references and updating CSS imports ### 📊 Changes **83 files changed** (+1802 additions, -1888 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) 📝 `internal/util/echoutil/render_nodx.go` (+2 -2) 📝 `internal/util/echoutil/render_nodx_test.go` (+5 -5) ➖ `internal/view/static/css/partials/glucide.css` (+0 -3) ➕ `internal/view/static/css/partials/nodx-lucide.css` (+3 -0) 📝 `internal/view/static/css/style.css` (+1 -1) 📝 `internal/view/web/alpine/alpine.go` (+37 -35) 📝 `internal/view/web/auth/create_first_user.go` (+20 -21) 📝 `internal/view/web/auth/login.go` (+12 -13) 📝 `internal/view/web/component/card_box.go` (+7 -9) 📝 `internal/view/web/component/change_theme_button.go` (+29 -31) 📝 `internal/view/web/component/copy_button.go` (+19 -21) 📝 `internal/view/web/component/empty_results.go` (+19 -20) ➖ `internal/view/web/component/gmap.go` (+0 -9) 📝 `internal/view/web/component/help_button_modal.go` (+9 -10) 📝 `internal/view/web/component/hx_loading.go` (+10 -11) 📝 `internal/view/web/component/input_control.go` (+32 -34) 📝 `internal/view/web/component/logotype.go` (+11 -13) 📝 `internal/view/web/component/modal.go` (+34 -36) _...and 63 more files_ </details> ### 📄 Description …ces and updating CSS imports --- <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:41 +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#148
No description provided.