Skip to content

Refactor PageHeader to use Shadcn/ui components consistently - #83

Merged
norberia merged 1 commit into
FullAgent:mainfrom
norberia:fix/page-header-issues
Nov 13, 2025
Merged

Refactor PageHeader to use Shadcn/ui components consistently#83
norberia merged 1 commit into
FullAgent:mainfrom
norberia:fix/page-header-issues

Conversation

@norberia

Copy link
Copy Markdown
Collaborator

Summary

Refactor PageHeader component to consistently use Shadcn/ui components and improve code quality.

Changes

  • Remove redundant AvatarImage component and unused import
  • Replace native button with Shadcn/ui Button (variant="ghost")
  • Replace native span with Shadcn/ui Badge component
  • Simplify Button custom styles and reduce hardcoded values
  • Update spacing (px-4 to px-8) and font weight (bold to semibold)

Benefits

  • Better design system consistency
  • Improved code maintainability
  • Cleaner component structure

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

- Remove redundant AvatarImage component and unused import
- Replace native button with Shadcn/ui Button (variant="ghost")
- Replace native span with Shadcn/ui Badge component
- Simplify Button custom styles and reduce hardcoded values
- Update spacing (px-4 to px-8) and font weight (bold to semibold)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

✅ PR Check Results: Passed

Build Checks

Check Status
Lint & Build ✅ Passed
Docker Build ✅ Passed

✨ Great work!

All checks passed successfully. Your PR is ready for review.

Details:

  • ✅ Code quality verified (linting passed)
  • ✅ Build successful
  • ✅ Docker image build verified (linux/amd64)
    Commit: 630d1ef8f84dea7975b76f686f88f4bfe9ddddfb
    Branch: fix/page-header-issues

🔗 View Details:

@norberia
norberia merged commit bcdf3be into FullAgent:main Nov 13, 2025
9 checks passed
@norberia
norberia deleted the fix/page-header-issues branch November 13, 2025 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant