feature/loading-spinner-htmx #47

Merged
aniram merged 6 commits from feature/loading-spinner-htmx into main 2026-02-16 22:18:43 +00:00
Owner
No description provided.
aniram force-pushed feature/loading-spinner-htmx from 583c3255b1 to 9b57154fc9 2026-02-15 23:46:53 +00:00 Compare
aniram force-pushed feature/loading-spinner-htmx from fa39d19075 to 36f729c721 2026-02-16 01:16:49 +00:00 Compare
aniram force-pushed feature/loading-spinner-htmx from 36f729c721 to 69ebafec7e 2026-02-16 02:03:43 +00:00 Compare
@ -177,10 +194,11 @@ func (h *ProjectHandler) RenderProjectsByKeyword(w http.ResponseWriter, r *http.
PageNum: pageNum,
ItensCount: len(projectsWrapper.Projects),
TotalCount: totalCount,
HasPrev: pageNum != 1,
Author
Owner

pageNum > 1 would be safer

pageNum > 1 would be safer
aniram left a comment
Author
Owner

only one change requested

only one change requested
aniram merged commit 58d6bd57aa into main 2026-02-16 22:18:43 +00:00
Sign in to join this conversation.
No reviewers
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
aniram/cidadon!47
No description provided.