mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #81] [MERGED] Refactor components to use NodX library, replacing gomponents referen… #148
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#148
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/81
Author: @eduardolat
Created: 2/4/2025
Status: ✅ Merged
Merged: 2/4/2025
Merged by: @eduardolat
Base:
develop← Head:refactor-nodx📝 Commits (1)
04ae97fRefactor 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.