Skip to content

Conversation

@L03TJ3
Copy link
Collaborator

@L03TJ3 L03TJ3 commented Jul 30, 2025

Summary

  • update refactored components to reference theme colors instead of legacy palette
  • add missing color tokens to theme.ts for yellow, blue, brown, and extra shades
  • map rank colors and text to new design system variables
  • adjust wallet details bar to use new purple shade
  • migrate another batch of components to NativeBase object styles

Testing

  • yarn workspace @gooddollar/goodcollective-app lint --fix
  • yarn workspace @gooddollar/goodcollective-app format
  • yarn test (fails: Failed to load url @gooddollar/goodcollective-contracts/artifacts/...)

https://chatgpt.com/codex/tasks/task_b_688381903b108329a142169d3b4052ec

Description by Korbit AI

What change is being made?

Refactor the codebase to use theme tokens for color values and replace all existing component libraries styles imports with native-base across various components.

Why are these changes being made?

This refactoring enhances code consistency and maintainability by centralizing color definitions into theme tokens within nbTheme, enabling easier updates to the theme and promoting a unified styling approach. Additionally, the transition to native-base for component styles streamlines the UI framework usage, leveraging its robust styling capabilities and improving overall code cleanliness.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

Copy link

@korbit-ai korbit-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues... but I did find this chicken.

  \\
   (o>
  <_ )
   ^^
Files scanned
File Path Reviewed
packages/app/src/components/WalletDetails/styles.ts
packages/app/src/components/DonorsList/DonorsList.tsx
packages/app/src/components/WalletDetails/EmptyProfile.tsx
packages/app/src/components/Layout/Breadcrumb.tsx
packages/app/src/components/StewardsList/StewardsListItem.tsx
packages/app/src/theme/theme.ts
packages/app/src/components/ImpactButton.tsx
packages/app/src/components/BannerPool.tsx
packages/app/src/components/ProfileView.tsx
packages/app/src/components/Dropdown.tsx
packages/app/src/components/CollectiveHomeCard.tsx
packages/app/src/components/ActivityLog.tsx
packages/app/src/components/RowItem.tsx
packages/app/src/components/FlowingDonationsRowItem.tsx
packages/app/src/components/DonorsList/DonorsListItem.tsx
packages/app/src/components/Header/Header.tsx

Explore our documentation to understand the languages and file types we support and the files we ignore.

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

@L03TJ3 L03TJ3 merged commit ac70f84 into setup-ai-codex Jul 31, 2025
2 checks passed
@L03TJ3 L03TJ3 deleted the codex/refactor-stylesheet.create-to-native-base-styles branch July 31, 2025 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants