Skip to content

test: buoy v0.3.23 — updated scanners, core, cli#8

Open
dylantarre wants to merge 1 commit into
mainfrom
test/buoy-0.3.23
Open

test: buoy v0.3.23 — updated scanners, core, cli#8
dylantarre wants to merge 1 commit into
mainfrom
test/buoy-0.3.23

Conversation

@dylantarre

Copy link
Copy Markdown
Contributor

Test: Buoy v0.3.23

Testing with latest scanner packages:

  • @buoy-design/core@0.3.23
  • @buoy-design/scanners@0.3.23
  • @buoy-design/cli@0.3.23
  • ahoybuoy@0.3.23

Drift types exercised:

  • Hardcoded colors (hex values)
  • Hardcoded spacing (px values)
  • Inline styles
  • Arbitrary Tailwind values (where applicable)

Triggered by: test/buoy-0.3.23 branch

@ahoybuoy

ahoybuoy Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

🛟 Buoy Design Review

20 issues in 1 file

File Line Issue
ActivityFeed.tsx 16 hardcoded-spacing: 400px
ActivityFeed.tsx 18 inline-style: fontSize: '16px', fontWeight: 700, color: '#111827', marginBottom: '16px'
ActivityFeed.tsx 21 inline-style: listStyle: 'none', padding: 0, margin: 0
ActivityFeed.tsx 31 inline-style: fontSize: '14px', fontWeight: 600, color: '#1f2937'
ActivityFeed.tsx 32 inline-style: fontSize: '14px', color: '#6b7280'
ActivityFeed.tsx 34 inline-style: fontSize: '12px', color: '#9ca3af'
ActivityFeed.tsx 12 hardcoded-color: #ffffff
ActivityFeed.tsx 13 hardcoded-radius: 12px
ActivityFeed.tsx 15 hardcoded-spacing: 20px
ActivityFeed.tsx 18 hardcoded-typography: 16px
ActivityFeed.tsx 18 hardcoded-color: #111827
ActivityFeed.tsx 18 hardcoded-spacing: 16px
ActivityFeed.tsx 21 hardcoded-spacing: 0px
ActivityFeed.tsx 21 hardcoded-spacing: 0px
ActivityFeed.tsx 31 hardcoded-typography: 14px
ActivityFeed.tsx 31 hardcoded-color: #1f2937
ActivityFeed.tsx 32 hardcoded-typography: 14px
ActivityFeed.tsx 32 hardcoded-color: #6b7280
ActivityFeed.tsx 34 hardcoded-typography: 12px
ActivityFeed.tsx 34 hardcoded-color: #9ca3af

You're using the same colors (#111827, #1f2937, #6b7280, #9ca3af) and spacing values (16px, 20px, 10px) repeatedly. These are perfect candidates for tokens like --text-primary, --text-secondary, and --spacing-md. Since you're using shadcn, you can define these in your globals.css or tailwind.config.js for consistency.

Tip: Start by defining tokens for your most repeated values (like --text-primary: #111827) and replace hardcoded values in ActivityFeed.tsx. This will make future updates easier.

20 issues · reply @ahoybuoy for help

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