fix: invalid pipe argument #279

Merged
ptran merged 1 commit from fix-transaction-date into main 2025-06-04 07:35:43 +00:00
Member
No description provided.
ptran added 1 commit 2025-06-04 07:33:22 +00:00
fix: invalid pipe argument
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 31s
Pull Request Labeler / labeler (pull_request_target) Successful in 18s
CI / Get Changed Files (pull_request) Successful in 35s
CI / Backend Tests (pull_request) Has been skipped
CI / Checkstyle Main (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Has been skipped
CI / oxlint (pull_request) Successful in 21s
CI / eslint (pull_request) Successful in 29s
CI / prettier (pull_request) Successful in 29s
Claude PR Review / claude-code (pull_request) Successful in 1m23s
CI / test-build (pull_request) Successful in 44s
CI / Docker frontend validation (pull_request) Successful in 46s
19cec9d7db
forgejo-actions added the
frontend
size
small
labels 2025-06-04 07:33:48 +00:00
Collaborator

Code Review for PR #279 - Fix: Invalid Pipe Argument

Summary: This PR fixes the date pipe format in two HTML template files by changing 'Y' to 'y' in the date format string.

Changes Reviewed:

    • Changed to
    • Changed to

Review Feedback:

Positive:

  • The fix correctly addresses the invalid pipe argument issue
  • The change is consistent across both affected files
  • The solution is minimal and targeted

⚠️ Minor Concerns:

  • While 'y' fixes the pipe error, consider if you want 2-digit years (yy) or 4-digit years (yyyy) for better user experience
  • The current format 'd.m.y H:m' will show years like '25' instead of '2025', which might be less clear for users

Verdict: The fix resolves the technical issue, but consider using 'yyyy' instead of 'y' for better date readability.

Recommendation: APPROVE with suggestion to consider 'yyyy' for full year display.

## Code Review for PR #279 - Fix: Invalid Pipe Argument **Summary**: This PR fixes the date pipe format in two HTML template files by changing 'Y' to 'y' in the date format string. **Changes Reviewed**: 1. - Changed to 2. - Changed to **Review Feedback**: ✅ **Positive**: - The fix correctly addresses the invalid pipe argument issue - The change is consistent across both affected files - The solution is minimal and targeted ⚠️ **Minor Concerns**: - While 'y' fixes the pipe error, consider if you want 2-digit years (yy) or 4-digit years (yyyy) for better user experience - The current format 'd.m.y H:m' will show years like '25' instead of '2025', which might be less clear for users **Verdict**: The fix resolves the technical issue, but consider using 'yyyy' instead of 'y' for better date readability. **Recommendation**: APPROVE with suggestion to consider 'yyyy' for full year display.
jank approved these changes 2025-06-04 07:34:52 +00:00
jank left a comment
Owner

LGTM!

LGTM!
ptran merged commit feb67c708e into main 2025-06-04 07:35:43 +00:00
ptran deleted branch fix-transaction-date 2025-06-04 07:35:43 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
3 participants
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: SZUT/casino#279
No description provided.