Skip to content

fix: Release/architecture v1#3

Open
Noma9363 wants to merge 32 commits intomainfrom
release/architectureV1
Open

fix: Release/architecture v1#3
Noma9363 wants to merge 32 commits intomainfrom
release/architectureV1

Conversation

@Noma9363
Copy link

#️⃣연관된 이슈

#2

📝작업 내용

  • shadcn 컴포넌트와 tailwind 설정파일, 그리고 aliese 등 추가

스크린샷 (선택)

image

💬리뷰 요구사항(선택)

Lane-web/lane-web/packages/ui/tailwind.config.ts 파일에 다음과 같은 에러메시지가 발생
TS2306:file "...packages/ui/tailwind.config.ts" is not a module

turbobot-temp and others added 30 commits July 1, 2025 13:10
initals setup project structure
- update property name from "lib" to "@lib" to match expected configuration format
- display Heading element
- when generates can choose heading styles
- add stylemodule.scss
- remove previous body tag and add header component
…file is not a module)

- basic setup from "shadcn" tailwind config
- TODO: fix `import type { Config } from "tailwindcss"`
- Add baseUrl configuration for module resolution
- Configure path aliases for cleaner imports:
    * @repo/ui/*: ["../../packages/ui/*"],
    * @components/*: ["../../packages/ui/src/components/*"],
    * @shadcnComponents/* : ["../../packages/ui/src/shadcn/*"],
    * @lib/* : ["../../packages/ui/src/lib/*"],
    * @repo/ui/tailwind.config: ["../../packages/ui/tailwind.config.ts"]
- Add basic components.json properties setup
- Add package exports configuration for better module resolution
- Add new dependencies:
  * @types/[email protected]
  * [email protected]
  * [email protected]
  * [email protected]
  * @radix-ui/[email protected]
  * [email protected]
  * [email protected]
  * [email protected]
  * [email protected]
- Update existing dependencies:
  * react-dom: 19.1.0 → 19.1.0 (maintained)
  * typescript: 5.8.2 (maintained)
- implemented "Button", "Card", etc... from "shadcn" components
- Create Header component with shadcn/ui components
- Can be used any pages
- Add module.scss
- this component is wrapped by "<il>" tag, can used ul or header tags
- Add empty component files: HeaderItem.module.scss, index.tsx
- this file provide "cn" that used to efficiently merge and manage Talwind CSS class names
- Install "navigation-menu" from shadcn/ui
- Add components :
  * NavigationMenu,
  * NavigationMenuList,
  * NavigationMenuItem,
  * NavigationMenuContent,
  * NavigationMenuTrigger,
  * NavigationMenuLink,
  * NavigationMenuIndicator,
  * NavigationMenuViewport,
  * navigationMenuTriggerStyle
- create basic shadcn global.css form shad/cn
- used in Headline component
- Create types/index.ts for centralized type exports
- Add basic talind.config.ts from shad/cn
- Add perperties: baseUrl
- Add path aliases:
      "@/*": ["./*"],
      "@repo/ui/*": ["../../packages/ui/*"],
      "@components/*": ["../../packages/ui/src/components/*"],
      "@shadcnComponents/*" : ["../../packages/ui/src/shadcn/*"],
      "@lib/*" : ["../../packages/ui/src/lib/*"],
      "@repo/ui/tailwind.config": ["../../packages/ui/tailwind.config.ts"]
- Update dependencies lockfile
- Add devDependencies: "next": "^14.2.31"
- delete root package-lock.json
- delete shared components: "button", "card", "code"
@Noma9363 Noma9363 added the bug Something isn't working label Aug 15, 2025
@Noma9363 Noma9363 linked an issue Aug 15, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] resolve architecture issues in release/architectureV1

5 participants