betfinio / app

0 stars 0 forks source link

migrate applications to components #165

Open bf-monster opened 18 hours ago

bf-monster commented 18 hours ago

@bf-san :

@bf-plane :

@bf-monster :

bf-monster commented 12 hours ago

steps:

  1. bun add @betfinio/components
  2. replace all imports from betfinio_app/* to @betfinio/components/{ui,shared,hooks}
  3. fix colors: primary => background, yellow-400 => primary......
  4. replace clsx's cx with @betfinio/components/lib 'cn'
  5. replace old divs with new buttons and other components from new library
  6. clear tailwind - must be empty or repo's variables only, consult with me on this
  7. check taht modals are working and opening