-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Implement dashboard tab section #52
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
☁️ Nx Cloud ReportCI is running/has finished running commands for commit ebf4e7c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
QA Deploymentresult: 'Hello Brother' |
QA Deploymentresult: |
QA Deploymentresult: |
QA Deploymentresult: |
spicyzboss
approved these changes
Mar 28, 2024
santhitak
added a commit
that referenced
this pull request
Mar 28, 2024
commit b4ade32 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Thu Mar 28 19:14:29 2024 +0700 feat: Implement dashboard tab section (#52) * feat: margin props * feat: text variant small * feat: badge button * feat: add margin prop to Box * feat: add margin prop to Box * feat: add logo to brand name * feat: plan badge * feat: dashboard tab * feat: add current plan * feat: test github workflow * feat: test github workflow * fix: pipeline * fix: remove context declaration * feat: make use of deploy_link.sh * fix: remove github declaration * fix: shell script path * fix: have deployment log out of workflow folder * fix: pipeline * fix: pipeline * fix: have deployment log out of workflow folder * fix: remove github declaration * fix: change typo link to dep_link * fix: change replace to update github outputs * fix: change typo link to dep_link * fix: change deplink to link * fix: link value * feat: use deploymentlink.txt * feat: test txt path * test: test txt path * feat: temp remove comment * build(deps): tanstack table * feat: status badge * feat: table * fix: table layout * feat: project routes * feat: main table dashboard * feat: credit box * feat: fix colors * bug: revert workflows * fix: remove credit unused props commit aeefbaa Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Wed Mar 27 00:06:25 2024 +0700 feat: Initialize dashboard page (#51) * feat: add nav and footer to layout * feat: init tabs * feat: add components to dashboard page commit f2d265e Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Mon Mar 25 18:16:46 2024 +0700 feat!: UI refinement (#49) * feat: change action button size * feat: amend surface to be lighter * feat: redesign nav layout * feat: lottie files animation * feat: add size prop * feat: add box alignments * feat: amend color hue * feat: re-align layout * feat: quickest/icon * feat: refactor components * feat: feature section * feat: add icons to each features * feat: redesign cta * feat: fix hero layout * feat: edit color * Squashed commit of the following: commit dfed145 Author: Supachai Kheawjuy <supachai@spicyz.io> Date: Sun Mar 17 15:36:06 2024 +0700 feat: Hono implementation (#48) * feat: create user script * fix: set database name as singular * feat: change from nest to hono * feat: remove nest * feat: remove nest fastify commit e536b18 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Sun Mar 17 15:16:26 2024 +0700 feat(api-service): Add user service (#46) * feat: create user script * fix: set database name as singular * build(dep): add class-transformer * feat: domain persistence and usecase * feat: remove profile image * feat: user usecases * feat: user port * feat: user di token * feat: remove T prefix * feat: remove constructure and getter/setter * feat: export functions * fix: add new User function * feat: add User service * chore: add service path * fix: resolve issues * refactor: domain and service --------- Co-authored-by: spicyzboss <supachai@spicyz.io> * build(deps): update pnpm-lock * fix: remove unusable variant * feat: cta section * feat: text-inherit * feat: add theme color for hero quote * feat: add route * feat: edit sign-in and sign-up page * feat: change content color for features
santhitak
added a commit
that referenced
this pull request
Mar 28, 2024
commit b4ade32 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Thu Mar 28 19:14:29 2024 +0700 feat: Implement dashboard tab section (#52) * feat: margin props * feat: text variant small * feat: badge button * feat: add margin prop to Box * feat: add margin prop to Box * feat: add logo to brand name * feat: plan badge * feat: dashboard tab * feat: add current plan * feat: test github workflow * feat: test github workflow * fix: pipeline * fix: remove context declaration * feat: make use of deploy_link.sh * fix: remove github declaration * fix: shell script path * fix: have deployment log out of workflow folder * fix: pipeline * fix: pipeline * fix: have deployment log out of workflow folder * fix: remove github declaration * fix: change typo link to dep_link * fix: change replace to update github outputs * fix: change typo link to dep_link * fix: change deplink to link * fix: link value * feat: use deploymentlink.txt * feat: test txt path * test: test txt path * feat: temp remove comment * build(deps): tanstack table * feat: status badge * feat: table * fix: table layout * feat: project routes * feat: main table dashboard * feat: credit box * feat: fix colors * bug: revert workflows * fix: remove credit unused props commit aeefbaa Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Wed Mar 27 00:06:25 2024 +0700 feat: Initialize dashboard page (#51) * feat: add nav and footer to layout * feat: init tabs * feat: add components to dashboard page commit f2d265e Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Mon Mar 25 18:16:46 2024 +0700 feat!: UI refinement (#49) * feat: change action button size * feat: amend surface to be lighter * feat: redesign nav layout * feat: lottie files animation * feat: add size prop * feat: add box alignments * feat: amend color hue * feat: re-align layout * feat: quickest/icon * feat: refactor components * feat: feature section * feat: add icons to each features * feat: redesign cta * feat: fix hero layout * feat: edit color * Squashed commit of the following: commit dfed145 Author: Supachai Kheawjuy <supachai@spicyz.io> Date: Sun Mar 17 15:36:06 2024 +0700 feat: Hono implementation (#48) * feat: create user script * fix: set database name as singular * feat: change from nest to hono * feat: remove nest * feat: remove nest fastify commit e536b18 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Sun Mar 17 15:16:26 2024 +0700 feat(api-service): Add user service (#46) * feat: create user script * fix: set database name as singular * build(dep): add class-transformer * feat: domain persistence and usecase * feat: remove profile image * feat: user usecases * feat: user port * feat: user di token * feat: remove T prefix * feat: remove constructure and getter/setter * feat: export functions * fix: add new User function * feat: add User service * chore: add service path * fix: resolve issues * refactor: domain and service --------- Co-authored-by: spicyzboss <supachai@spicyz.io> * build(deps): update pnpm-lock * fix: remove unusable variant * feat: cta section * feat: text-inherit * feat: add theme color for hero quote * feat: add route * feat: edit sign-in and sign-up page * feat: change content color for features
santhitak
added a commit
that referenced
this pull request
Mar 28, 2024
* feat(web): Add terms page * feat(web): Add privacy page * Squashed commit of the following: commit cdc7e25 Merge: d03ee1a aeefbaa Author: SoNicBoom24 <boomzahrk@gmail.com> Date: Wed Mar 27 20:44:21 2024 +0700 Merge branch 'main' of https://github.com/deeptech-kmitl/producktivity commit aeefbaa Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Wed Mar 27 00:06:25 2024 +0700 feat: Initialize dashboard page (#51) * feat: add nav and footer to layout * feat: init tabs * feat: add components to dashboard page commit f2d265e Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Mon Mar 25 18:16:46 2024 +0700 feat!: UI refinement (#49) * feat: change action button size * feat: amend surface to be lighter * feat: redesign nav layout * feat: lottie files animation * feat: add size prop * feat: add box alignments * feat: amend color hue * feat: re-align layout * feat: quickest/icon * feat: refactor components * feat: feature section * feat: add icons to each features * feat: redesign cta * feat: fix hero layout * feat: edit color * Squashed commit of the following: commit dfed145 Author: Supachai Kheawjuy <supachai@spicyz.io> Date: Sun Mar 17 15:36:06 2024 +0700 feat: Hono implementation (#48) * feat: create user script * fix: set database name as singular * feat: change from nest to hono * feat: remove nest * feat: remove nest fastify commit e536b18 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Sun Mar 17 15:16:26 2024 +0700 feat(api-service): Add user service (#46) * feat: create user script * fix: set database name as singular * build(dep): add class-transformer * feat: domain persistence and usecase * feat: remove profile image * feat: user usecases * feat: user port * feat: user di token * feat: remove T prefix * feat: remove constructure and getter/setter * feat: export functions * fix: add new User function * feat: add User service * chore: add service path * fix: resolve issues * refactor: domain and service --------- Co-authored-by: spicyzboss <supachai@spicyz.io> * build(deps): update pnpm-lock * fix: remove unusable variant * feat: cta section * feat: text-inherit * feat: add theme color for hero quote * feat: add route * feat: edit sign-in and sign-up page * feat: change content color for features commit d03ee1a Author: SoNicBoom24 <boomzahrk@gmail.com> Date: Sun Mar 17 22:30:36 2024 +0700 feat(web): Add privacy and terms page * feat(web): use mdx * feat: add markdown styling * feat: Add terms page and change layout * feat: Change page more beautiful * Squashed commit of the following: commit b4ade32 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Thu Mar 28 19:14:29 2024 +0700 feat: Implement dashboard tab section (#52) * feat: margin props * feat: text variant small * feat: badge button * feat: add margin prop to Box * feat: add margin prop to Box * feat: add logo to brand name * feat: plan badge * feat: dashboard tab * feat: add current plan * feat: test github workflow * feat: test github workflow * fix: pipeline * fix: remove context declaration * feat: make use of deploy_link.sh * fix: remove github declaration * fix: shell script path * fix: have deployment log out of workflow folder * fix: pipeline * fix: pipeline * fix: have deployment log out of workflow folder * fix: remove github declaration * fix: change typo link to dep_link * fix: change replace to update github outputs * fix: change typo link to dep_link * fix: change deplink to link * fix: link value * feat: use deploymentlink.txt * feat: test txt path * test: test txt path * feat: temp remove comment * build(deps): tanstack table * feat: status badge * feat: table * fix: table layout * feat: project routes * feat: main table dashboard * feat: credit box * feat: fix colors * bug: revert workflows * fix: remove credit unused props commit aeefbaa Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Wed Mar 27 00:06:25 2024 +0700 feat: Initialize dashboard page (#51) * feat: add nav and footer to layout * feat: init tabs * feat: add components to dashboard page commit f2d265e Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Mon Mar 25 18:16:46 2024 +0700 feat!: UI refinement (#49) * feat: change action button size * feat: amend surface to be lighter * feat: redesign nav layout * feat: lottie files animation * feat: add size prop * feat: add box alignments * feat: amend color hue * feat: re-align layout * feat: quickest/icon * feat: refactor components * feat: feature section * feat: add icons to each features * feat: redesign cta * feat: fix hero layout * feat: edit color * Squashed commit of the following: commit dfed145 Author: Supachai Kheawjuy <supachai@spicyz.io> Date: Sun Mar 17 15:36:06 2024 +0700 feat: Hono implementation (#48) * feat: create user script * fix: set database name as singular * feat: change from nest to hono * feat: remove nest * feat: remove nest fastify commit e536b18 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Sun Mar 17 15:16:26 2024 +0700 feat(api-service): Add user service (#46) * feat: create user script * fix: set database name as singular * build(dep): add class-transformer * feat: domain persistence and usecase * feat: remove profile image * feat: user usecases * feat: user port * feat: user di token * feat: remove T prefix * feat: remove constructure and getter/setter * feat: export functions * fix: add new User function * feat: add User service * chore: add service path * fix: resolve issues * refactor: domain and service --------- Co-authored-by: spicyzboss <supachai@spicyz.io> * build(deps): update pnpm-lock * fix: remove unusable variant * feat: cta section * feat: text-inherit * feat: add theme color for hero quote * feat: add route * feat: edit sign-in and sign-up page * feat: change content color for features * Squashed commit of the following: commit b4ade32 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Thu Mar 28 19:14:29 2024 +0700 feat: Implement dashboard tab section (#52) * feat: margin props * feat: text variant small * feat: badge button * feat: add margin prop to Box * feat: add margin prop to Box * feat: add logo to brand name * feat: plan badge * feat: dashboard tab * feat: add current plan * feat: test github workflow * feat: test github workflow * fix: pipeline * fix: remove context declaration * feat: make use of deploy_link.sh * fix: remove github declaration * fix: shell script path * fix: have deployment log out of workflow folder * fix: pipeline * fix: pipeline * fix: have deployment log out of workflow folder * fix: remove github declaration * fix: change typo link to dep_link * fix: change replace to update github outputs * fix: change typo link to dep_link * fix: change deplink to link * fix: link value * feat: use deploymentlink.txt * feat: test txt path * test: test txt path * feat: temp remove comment * build(deps): tanstack table * feat: status badge * feat: table * fix: table layout * feat: project routes * feat: main table dashboard * feat: credit box * feat: fix colors * bug: revert workflows * fix: remove credit unused props commit aeefbaa Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Wed Mar 27 00:06:25 2024 +0700 feat: Initialize dashboard page (#51) * feat: add nav and footer to layout * feat: init tabs * feat: add components to dashboard page commit f2d265e Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Mon Mar 25 18:16:46 2024 +0700 feat!: UI refinement (#49) * feat: change action button size * feat: amend surface to be lighter * feat: redesign nav layout * feat: lottie files animation * feat: add size prop * feat: add box alignments * feat: amend color hue * feat: re-align layout * feat: quickest/icon * feat: refactor components * feat: feature section * feat: add icons to each features * feat: redesign cta * feat: fix hero layout * feat: edit color * Squashed commit of the following: commit dfed145 Author: Supachai Kheawjuy <supachai@spicyz.io> Date: Sun Mar 17 15:36:06 2024 +0700 feat: Hono implementation (#48) * feat: create user script * fix: set database name as singular * feat: change from nest to hono * feat: remove nest * feat: remove nest fastify commit e536b18 Author: Santhita Krajangwongpaisan <74261236+santhitak@users.noreply.github.com> Date: Sun Mar 17 15:16:26 2024 +0700 feat(api-service): Add user service (#46) * feat: create user script * fix: set database name as singular * build(dep): add class-transformer * feat: domain persistence and usecase * feat: remove profile image * feat: user usecases * feat: user port * feat: user di token * feat: remove T prefix * feat: remove constructure and getter/setter * feat: export functions * fix: add new User function * feat: add User service * chore: add service path * fix: resolve issues * refactor: domain and service --------- Co-authored-by: spicyzboss <supachai@spicyz.io> * build(deps): update pnpm-lock * fix: remove unusable variant * feat: cta section * feat: text-inherit * feat: add theme color for hero quote * feat: add route * feat: edit sign-in and sign-up page * feat: change content color for features * fix: pnpm lock * build(deps): fix not found @tailwindcss/typography --------- Co-authored-by: SoNicBoom24 <boomzahrk@gmail.com> Co-authored-by: spicyzboss <supachai@spicyz.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This template provide examples of description. Please remove it and replace with yours
This PR will resolve: Implement dashboard tab section #24
Objective of the changes:
Check list for reviewer:
Approving the changes, reviewer must fully understands the description. DO NOT APPROVE MR IF YOU HAVE NO IDEA WHAT IS GOING ON