Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
c146b15
feat: install the lanuch UI component library
fulcain Jan 27, 2025
d10d59d
feat: install the FAQ component from launch UI
fulcain Jan 27, 2025
11d0030
feat: Add theme provider and use it in main layout
fulcain Jan 27, 2025
59bbf8a
build: install next-themes
fulcain Jan 27, 2025
56e0555
feat: add a data.ts file for faq datas
fulcain Jan 27, 2025
dda9d45
refactor: change landing page related page.tsx
fulcain Jan 27, 2025
e4444ca
refactor: change the FAQ section to use the data.ts
fulcain Jan 27, 2025
6f61349
refactor: move the faq related data file to /src/configs/faq/
fulcain Jan 31, 2025
38a4109
refactor: change the path for data from ./data to the configs folder
fulcain Jan 31, 2025
c7c4ec5
style: format the code
fulcain Jan 31, 2025
3fa0d90
build: run npm install
fulcain Jan 31, 2025
1f6fcc5
refactor: change all faq related files and paths naming conventions
fulcain Jan 31, 2025
387cef2
refactor: change the imported data filename into the FAQ component
fulcain Jan 31, 2025
e8844a7
refactor: move the FAQ section under app/components
fulcain Jan 31, 2025
7ecaa0b
build: run pnpm install
fulcain Jan 31, 2025
b0f53f4
feat: Add FaqDataType to the faqData array
fulcain Jan 31, 2025
67954fe
refactor: change the faq data type naming to match other files and fo…
fulcain Jan 31, 2025
c84c7a5
feat: add dana font to project
fulcain Feb 2, 2025
db4f044
feat: add danaVF font to html using localFont method
fulcain Feb 2, 2025
4fcecb1
feat: add background and color to body
fulcain Feb 2, 2025
371bdcc
feat: add font callback for danaVF
fulcain Feb 2, 2025
275c660
refactor: change favicon
fulcain Feb 6, 2025
8b370bb
refactor: change app title
fulcain Feb 6, 2025
4e746ef
refactor: change the faq question data
fulcain Feb 6, 2025
24a019d
feat: add background color to body
fulcain Feb 6, 2025
3b8ad85
style: refactor the file
fulcain Feb 7, 2025
cb1183b
feat: add 12 spacing according to UI
fulcain Feb 7, 2025
7223210
refactor: change the gap of FAQ section from gap-8 to gap-12
fulcain Feb 7, 2025
183465b
feat: add 20 and 24 spacing to tailwind config
fulcain Feb 7, 2025
1f65bc7
feat: add 8 spacing to tailwind
fulcain Feb 7, 2025
fb27989
refactor: change the section component spacing to match design
fulcain Feb 7, 2025
7a06f6d
refactor: change the spacing for mobile and desktop for section compo…
fulcain Feb 7, 2025
bd150b1
refactor: change some faq component styles
fulcain Feb 9, 2025
cb90bd1
refactor: change localFont method with direct use of font face
fulcain Feb 9, 2025
e7f424d
refactor: change the way font was implemented to localFonts
fulcain Feb 9, 2025
4c7c97f
refactor: remove the styles related to body applied in css
fulcain Feb 9, 2025
29b97ed
refactor: move the type file related to faq next to FAQ component
fulcain Feb 9, 2025
d2e1878
refactor: change the import paths to use alias path
fulcain Feb 9, 2025
f415adb
refactor: remove the id prop from faq data and use index instead
fulcain Feb 9, 2025
20ee2bf
fix: change .variable to .className for localFont
fulcain Feb 9, 2025
dc3cc06
refactor: remove utility classes in global css
fulcain Feb 9, 2025
9f7d1bd
refactor: remove all css variables and apply them directly in tailwind
fulcain Feb 10, 2025
37d7030
feat: add dark styles for components
fulcain Feb 10, 2025
cdd76ab
refactor: remove id prop from faq data file
fulcain Feb 10, 2025
14dd549
feat: update FAQ section data
AmirHosseinKarimi Feb 10, 2025
98f7eab
build: add commit-and-tag-version package
AmirHosseinKarimi Feb 10, 2025
383bc81
ci: add pump command to pump package version
AmirHosseinKarimi Feb 10, 2025
6b7ccb7
chore(release): 0.2.0
AmirHosseinKarimi Feb 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.2.0 (2025-02-10)


### Features

* add 12 spacing according to UI ([cb1183b](https://github.com/frontChapter/NextJS/commit/cb1183b96933ad890ba64ed3f9c576a2f2736bc4))
* add 20 and 24 spacing to tailwind config ([183465b](https://github.com/frontChapter/NextJS/commit/183465b0b8dfc679b332ea57d5254749aae82360))
* add 8 spacing to tailwind ([1f65bc7](https://github.com/frontChapter/NextJS/commit/1f65bc758d9e6543ab5d170b1086b6a4efdaf033))
* add a data.ts file for faq datas ([56e0555](https://github.com/frontChapter/NextJS/commit/56e0555af7c3cbd0f3a533ddebde975cc1ac5a3d))
* add background and color to body ([4fcecb1](https://github.com/frontChapter/NextJS/commit/4fcecb173ace970fafa5ae9fe4973dd043439a84))
* add background color to body ([24a019d](https://github.com/frontChapter/NextJS/commit/24a019d0ffb43f6f3ec2c4191ffac7cbc07453b6))
* add dana font to project ([c84c7a5](https://github.com/frontChapter/NextJS/commit/c84c7a52796906ae9bbec4a8b678f46108788b56))
* add danaVF font to html using localFont method ([db4f044](https://github.com/frontChapter/NextJS/commit/db4f04482aa517a38e5fa5cedcc74c40f634ec2c))
* add dark styles for components ([37d7030](https://github.com/frontChapter/NextJS/commit/37d70306940beaffece66c9bff47a2fb3024425b))
* Add FaqDataType to the faqData array ([b0f53f4](https://github.com/frontChapter/NextJS/commit/b0f53f4e31ed46998efd5e9144b38209f2b36dba))
* add font callback for danaVF ([371bdcc](https://github.com/frontChapter/NextJS/commit/371bdcc00c70c16f0a43b171c9d42f47ec209eea))
* Add theme provider and use it in main layout ([11d0030](https://github.com/frontChapter/NextJS/commit/11d0030b3a47d1c8579539713635fc737119862b))
* bedrock 🪨🪨🪨 ([ea6e1dc](https://github.com/frontChapter/NextJS/commit/ea6e1dce67f97e178903e395653ca6983e606096))
* install the FAQ component from launch UI ([d10d59d](https://github.com/frontChapter/NextJS/commit/d10d59de403c62cdb9305ca9edc39f510c350b1b))
* install the lanuch UI component library ([c146b15](https://github.com/frontChapter/NextJS/commit/c146b15dd1be30757daf8eb57867f20d08c9af7f))
* update FAQ section data ([14dd549](https://github.com/frontChapter/NextJS/commit/14dd54916171a9fe644ede42bc9cf72e76a5cc01))


### Bug Fixes

* change .variable to .className for localFont ([20ee2bf](https://github.com/frontChapter/NextJS/commit/20ee2bfa1b502435dd468890bad420461c1b9cc3))
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Loading
Loading