Review fixes: tag-row CSS, tests, repos sort order (#51) #53
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-api#53
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?
Plan
plan-2026-02-27-browse-ux-enhancements— Phase 1 review fixesRepo
pal-e-docs— fixes go on the existing51-recency-project-detailbranch (PR #52)User Story
As a reviewer of PR #52
I found three issues that need fixing before merge
So that the code is correct, tested, and consistent
Acceptance Criteria
tag-rowCSS class: either defined inbase.htmlCSS or removed from templates. Must be consistent across all templates that use it.page_note_idset (page note content renders), page note excluded from notes feed, repos appear on project detail page, landing page sort order is by recency not alphabetical.created_atdescending (not alphabetical) — consistent with landing page sort order.Additional Information
tag-rowclass was reportedly added in PR #48 across multiple templates — agent should verify whether it's actually defined inbase.htmlCSS or just used without a definition.order_by(Repo.name)to.order_by(Repo.created_at.desc())inbrowse_project_notes()Checklist
Related
project-pal-e-docs— parent projectissue-pal-e-docs-recency-project-detail— parent issue