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

Dev #5

Merged
merged 35 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
adfea72
chore(turbo): added better commits
kired01 Jun 7, 2024
a439e11
Merge pull request #3 from dmitriyKvant/main
kired01 Jun 10, 2024
2da7532
chore(turbo): updated prettier version to 3.3.1 in prettier-config
kired01 Jun 11, 2024
40c4225
chore(turbo): removed all unnecessary dependencies
kired01 Jun 11, 2024
af2dd77
style(turbo): removed missing field
kired01 Jun 11, 2024
f658e41
chore(client): updated all dependencies
kired01 Jun 11, 2024
ce92ee5
chore(client): removed NEXTAUTH_URL from env
kired01 Jun 11, 2024
a19f669
refactor(client): logic is placed in separate hooks
kired01 Jun 11, 2024
d28de25
refactor(entities): carousel and product moved to different entities
kired01 Jun 12, 2024
2510ed9
feat(client): added support for screen reader
kired01 Jun 12, 2024
708222e
chore(turbo): updated all dependencies
kired01 Jun 17, 2024
a246600
refactor(client): added variables to the env file
kired01 Jun 17, 2024
b517fff
feat(cms): updated product schema
kired01 Jun 17, 2024
2d06bd1
chore(app): query client is moved to a variable
kired01 Jun 17, 2024
c859875
perf(widgets): added context for useEffect
kired01 Jun 17, 2024
40f33dc
refactor(shared): renamed the axios folder to http
kired01 Jun 17, 2024
b6dd539
chore(turbo): updated gitignore
kired01 Jun 17, 2024
a895ef9
refactor(features): renamed shopping-cart and favorite
kired01 Jun 17, 2024
b6112df
chore(turbo): removed unnecessary depends_on
kired01 Jun 17, 2024
8575a8b
refactor(app): unnecessary query clients have been removed
kired01 Jun 17, 2024
a0e9054
feat(app): Product Details page added
kired01 Jun 17, 2024
968d7a3
chore(shared): new routers have been added
kired01 Jun 17, 2024
b2c36b2
refactor(client): removed unnecessary icons
kired01 Jun 17, 2024
a7e8541
fix(client): added missing icons
kired01 Jun 17, 2024
390eaab
refactor(client): all models have been updated
kired01 Jun 17, 2024
d201021
refactor(client): renamed UPLOADS_PATH
kired01 Jun 17, 2024
f83465a
chore(entities): added skeleton to Product Card
kired01 Jun 17, 2024
e51a2fd
refactor(entities): updated product queries
kired01 Jun 17, 2024
c8149eb
refactor(shared): deleted axios folder
kired01 Jun 17, 2024
3d666c7
feat(entities): added link for carousel
kired01 Jun 17, 2024
873430a
fix(app): fixed an error in the class
kired01 Jun 17, 2024
de7536c
fix(features): added end point for select size
kired01 Jun 17, 2024
be7f389
ci(turbo): added cspell check code
kired01 Jun 17, 2024
13df5b3
chore(turbo): updated yarn.lock
kired01 Jun 17, 2024
d8b4cfc
Merge pull request #4 from dmitriyKvant/feat/product-card
kired01 Jun 17, 2024
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
199 changes: 199 additions & 0 deletions .better-commits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
{
"check_status": true,
"commit_type": {
"enable": true,
"initial_value": "feat",
"infer_type_from_branch": true,
"append_emoji_to_label": false,
"append_emoji_to_commit": false,
"options": [
{
"value": "feat",
"label": "feat",
"hint": "A new feature",
"emoji": "✨",
"trailer": "Changelog: feature"
},
{
"value": "fix",
"label": "fix",
"hint": "A bug fix",
"emoji": "🐛",
"trailer": "Changelog: fix"
},
{
"value": "docs",
"label": "docs",
"hint": "Documentation only changes",
"emoji": "📚",
"trailer": "Changelog: documentation"
},
{
"value": "refactor",
"label": "refactor",
"hint": "A code change that neither fixes a bug nor adds a feature",
"emoji": "🔨",
"trailer": "Changelog: refactor"
},
{
"value": "perf",
"label": "perf",
"hint": "A code change that improves performance",
"emoji": "🚀",
"trailer": "Changelog: performance"
},
{
"value": "style",
"label": "style",
"hint": "Improving the visual style of the code",
"emoji": "💅",
"trailer": "Changelog: style"
},
{
"value": "test",
"label": "test",
"hint": "Adding missing tests or correcting existing tests",
"emoji": "🚨",
"trailer": "Changelog: test"
},
{
"value": "build",
"label": "build",
"hint": "Changes that affect the build system or external dependencies",
"emoji": "🚧",
"trailer": "Changelog: build"
},
{
"value": "ci",
"label": "ci",
"hint": "Changes to our CI configuration files and scripts",
"emoji": "🤖",
"trailer": "Changelog: ci"
},
{
"value": "chore",
"label": "chore",
"hint": "Other changes that do not modify src or test files",
"emoji": "🧹",
"trailer": "Changelog: chore"
},
{
"value": "",
"label": "none"
}
]
},
"commit_scope": {
"enable": true,
"custom_scope": false,
"initial_value": "app",
"options": [
{
"value": "app",
"label": "app"
},
{
"value": "widgets",
"label": "widgets"
},
{
"value": "features",
"label": "features"
},
{
"value": "entities",
"label": "entities"
},
{
"value": "shared",
"label": "shared"
},
{
"value": "client",
"label": "client"
},
{
"value": "cms",
"label": "cms"
},
{
"value": "turbo",
"label": "turbo"
},
{
"value": "",
"label": "none"
}
]
},
"check_ticket": {
"infer_ticket": true,
"confirm_ticket": true,
"add_to_title": true,
"append_hashtag": false,
"prepend_hashtag": "Never",
"surround": "",
"title_position": "start"
},
"commit_title": {
"max_size": 70
},
"commit_body": {
"enable": true,
"required": false
},
"commit_footer": {
"enable": true,
"initial_value": [],
"options": [
"closes",
"trailer",
"breaking-change",
"deprecated",
"custom"
]
},
"breaking_change": {
"add_exclamation_to_title": true
},
"confirm_with_editor": false,
"confirm_commit": true,
"print_commit_output": true,
"branch_pre_commands": [],
"branch_post_commands": [],
"worktree_pre_commands": [],
"worktree_post_commands": [],
"branch_user": {
"enable": true,
"required": false,
"separator": "/"
},
"branch_type": {
"enable": true,
"separator": "/"
},
"branch_version": {
"enable": false,
"required": false,
"separator": "/"
},
"branch_ticket": {
"enable": true,
"required": false,
"separator": "-"
},
"branch_description": {
"max_length": 70,
"separator": ""
},
"branch_action_default": "branch",
"branch_order": [
"user",
"version",
"type",
"ticket",
"description"
],
"enable_worktrees": true,
"overrides": {}
}
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.turbo

.env
.yarn/unplugged
.yarn/unplugged
node_modules
10,999 changes: 4,473 additions & 6,526 deletions .pnp.cjs

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified .yarn/install-state.gz
Binary file not shown.
Loading