Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQ section #7

Merged
merged 48 commits into from
Feb 10, 2025
Merged

Add FAQ section #7

merged 48 commits into from
Feb 10, 2025

Conversation

fulcain
Copy link
Collaborator

@fulcain fulcain commented Jan 29, 2025

I've added the FAQ section, changed the page.tsx and added themeProvider to change the app theme.

the data.ts in the FAQ section needs to changed to use real data

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark
I've changed the page.tsx and added the FAQ component
The data.ts file needs to be changed with real data
Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts
b0f53f4 - Add FaqDataType to the faqData array

Changed files

  • src/app/components/FAQ/FAQ.tsx

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json
7ecaa0b - build:run pnpm install

Changed files

  • package-lock.json

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts
b0f53f4 - Add FaqDataType to the faqData array

Changed files

  • src/app/components/FAQ/FAQ.tsx

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
67954fe - change the faq data type naming to match other files and folders

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json
7ecaa0b - build:run pnpm install

Changed files

  • package-lock.json

Copy link

github-actions bot commented Feb 2, 2025

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts
b0f53f4 - Add FaqDataType to the faqData array

Changed files

  • src/app/components/FAQ/FAQ.tsx
c84c7a5 - add dana font to project

Changed files

  • public/fonts/dana/DanaVF.woff
  • public/fonts/dana/DanaVF.woff2
  • public/fonts/dana/dana.css
db4f044 - add danaVF font to html using localFont method

Changed files

  • src/app/layout.tsx
4fcecb1 - add background and color to body

Changed files

  • src/app/globals.css

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
67954fe - change the faq data type naming to match other files and folders

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json
7ecaa0b - build:run pnpm install

Changed files

  • package-lock.json

Copy link

netlify bot commented Feb 9, 2025

👷 Deploy Preview for fc-nextjs processing.

Name Link
🔨 Latest commit 6b7ccb7
🔍 Latest deploy log https://app.netlify.com/sites/fc-nextjs/deploys/67aa446527d6c40007b428a5

After doing more research I found out the best way is using the
localFont and not use the css file directly
Copy link

github-actions bot commented Feb 9, 2025

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts
b0f53f4 - Add FaqDataType to the faqData array

Changed files

  • src/app/components/FAQ/FAQ.tsx
c84c7a5 - add dana font to project

Changed files

  • public/fonts/dana/DanaVF.woff
  • public/fonts/dana/DanaVF.woff2
  • public/fonts/dana/dana.css
db4f044 - add danaVF font to html using localFont method

Changed files

  • src/app/layout.tsx
4fcecb1 - add background and color to body

Changed files

  • src/app/globals.css
371bdcc - add font callback for danaVF

Changed files

  • src/app/layout.tsx
24a019d - add background color to body

Changed files

  • src/app/layout.tsx
cb1183b - add 12 spacing according to UI

Changed files

  • tailwind.config.ts
183465b - add 20 and 24 spacing to tailwind config

Changed files

  • tailwind.config.ts
1f65bc7 - add 8 spacing to tailwind

Changed files

  • tailwind.config.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
67954fe - change the faq data type naming to match other files and folders

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
275c660 - change favicon

Changed files

  • src/app/favicon.ico
8b370bb - change app title

Changed files

  • src/app/layout.tsx
4e746ef - change the faq question data

Changed files

  • src/configs/FAQ/faqData.ts
7223210 - change the gap of FAQ section from gap-8 to gap-12

Changed files

  • src/app/components/FAQ/FAQ.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json
7ecaa0b - build:run pnpm install

Changed files

  • package-lock.json
3b8ad85 - style:refactor the file

Changed files

  • tailwind.config.ts

Copy link
Member

@AmirHosseinKarimi AmirHosseinKarimi left a comment

Choose a reason for hiding this comment

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

خسته نباشی مجید جان
لطفا مواردی که تو تلگرام بهش اشاره کردم رو اعمال کن.

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts
b0f53f4 - Add FaqDataType to the faqData array

Changed files

  • src/app/components/FAQ/FAQ.tsx
c84c7a5 - add dana font to project

Changed files

  • public/fonts/dana/DanaVF.woff
  • public/fonts/dana/DanaVF.woff2
  • public/fonts/dana/dana.css
db4f044 - add danaVF font to html using localFont method

Changed files

  • src/app/layout.tsx
4fcecb1 - add background and color to body

Changed files

  • src/app/globals.css
371bdcc - add font callback for danaVF

Changed files

  • src/app/layout.tsx
24a019d - add background color to body

Changed files

  • src/app/layout.tsx
cb1183b - add 12 spacing according to UI

Changed files

  • tailwind.config.ts
183465b - add 20 and 24 spacing to tailwind config

Changed files

  • tailwind.config.ts
1f65bc7 - add 8 spacing to tailwind

Changed files

  • tailwind.config.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
67954fe - change the faq data type naming to match other files and folders

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
275c660 - change favicon

Changed files

  • src/app/favicon.ico
8b370bb - change app title

Changed files

  • src/app/layout.tsx
4e746ef - change the faq question data

Changed files

  • src/configs/FAQ/faqData.ts
7223210 - change the gap of FAQ section from gap-8 to gap-12

Changed files

  • src/app/components/FAQ/FAQ.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json
7ecaa0b - build:run pnpm install

Changed files

  • package-lock.json
3b8ad85 - style:refactor the file

Changed files

  • tailwind.config.ts

@fulcain
Copy link
Collaborator Author

fulcain commented Feb 10, 2025

سلام وقت بخیر

تغییرات گفته شده توی تلگرام اعمال شد.

@AmirHosseinKarimi

Copy link

✨ Features

c146b15 - install the lanuch UI component library

Changed files

  • components.json
  • package.json
  • pnpm-lock.yaml
  • src/app/globals.css
  • src/components/ui/section.tsx
  • src/lib/utils.ts
  • tailwind.config.ts
d10d59d - install the FAQ component from launch UI

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/components/sections/faq/default.tsx
  • src/components/ui/accordion.tsx
11d0030 - Add theme provider and use it in main layout

The themeProvider was used from the launch UI library template.

I've also changed the lang of html to fa-IR and set the colorScheme to dark and className to dark

Changed files

  • src/app/layout.tsx
  • src/components/contexts/theme-provider.tsx
56e0555 - add a data.ts file for faq datas

Changed files

  • src/components/sections/faq/data.ts
b0f53f4 - Add FaqDataType to the faqData array

Changed files

  • src/app/components/FAQ/FAQ.tsx
c84c7a5 - add dana font to project

Changed files

  • public/fonts/dana/DanaVF.woff
  • public/fonts/dana/DanaVF.woff2
  • public/fonts/dana/dana.css
db4f044 - add danaVF font to html using localFont method

Changed files

  • src/app/layout.tsx
4fcecb1 - add background and color to body

Changed files

  • src/app/globals.css
371bdcc - add font callback for danaVF

Changed files

  • src/app/layout.tsx
24a019d - add background color to body

Changed files

  • src/app/layout.tsx
cb1183b - add 12 spacing according to UI

Changed files

  • tailwind.config.ts
183465b - add 20 and 24 spacing to tailwind config

Changed files

  • tailwind.config.ts
1f65bc7 - add 8 spacing to tailwind

Changed files

  • tailwind.config.ts

♻️ Refactors

dda9d45 - change landing page related page.tsx

I've changed the page.tsx and added the FAQ component

Changed files

  • src/app/page.tsx
e4444ca - change the FAQ section to use the data.ts

The data.ts file needs to be changed with real data

Changed files

  • src/components/sections/faq/default.tsx
6f61349 - move the faq related data file to /src/configs/faq/

Changed files

  • src/components/sections/faq/data.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
38a4109 - change the path for data from ./data to the configs folder

Changed files

  • src/components/sections/faq/default.tsx
1f6fcc5 - change all faq related files and paths naming conventions

Changed files

  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
  • src/components/sections/faq/default.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
  • src/configs/faq/faqData.d.ts
  • src/configs/faq/faqData.ts
387cef2 - change the imported data filename into the FAQ component

This is the previous commit's leftover

Changed files

  • src/components/sections/FAQ/FAQ.tsx
e8844a7 - move the FAQ section under app/components

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/app/page.tsx
  • src/components/sections/FAQ/FAQ.tsx
67954fe - change the faq data type naming to match other files and folders

Changed files

  • src/app/components/FAQ/FAQ.tsx
  • src/configs/FAQ/faqData.d.ts
  • src/configs/FAQ/faqData.ts
275c660 - change favicon

Changed files

  • src/app/favicon.ico
8b370bb - change app title

Changed files

  • src/app/layout.tsx
4e746ef - change the faq question data

Changed files

  • src/configs/FAQ/faqData.ts
7223210 - change the gap of FAQ section from gap-8 to gap-12

Changed files

  • src/app/components/FAQ/FAQ.tsx

📋 Changes

59bbf8a - build:install next-themes

Changed files

  • package.json
  • pnpm-lock.yaml
c7c4ec5 - style:format the code

Changed files

  • src/configs/faq/faqData.ts
3fa0d90 - build:run npm install

Changed files

  • package-lock.json
7ecaa0b - build:run pnpm install

Changed files

  • package-lock.json
3b8ad85 - style:refactor the file

Changed files

  • tailwind.config.ts

@AmirHosseinKarimi AmirHosseinKarimi merged commit 71b806a into dev Feb 10, 2025
2 checks passed
@AmirHosseinKarimi
Copy link
Member

@all-contributors
Add @AmirHosseinKarimi for Project Management, Infrastructure, Maintenance, Mentoring, Reviewing pull requests, and Code.
Add @fulcain for Code.

Copy link
Contributor

@AmirHosseinKarimi

I've put up a pull request to add @AmirHosseinKarimi! 🎉

@AmirHosseinKarimi
Copy link
Member

@all-contributors Add @fulcain for Code.

@AmirHosseinKarimi
Copy link
Member

@all-contributors Add @fulcain for Code

Copy link
Contributor

@AmirHosseinKarimi

I've put up a pull request to add @fulcain! 🎉

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.

2 participants