Compare commits
base: MythEclipse/imphnen-frontend-service:feat/landing-cms
MythEclipse/imphnen-frontend-service:DimentorinAuth
MythEclipse/imphnen-frontend-service:feat/dimentorin-merge
MythEclipse/imphnen-frontend-service:develop
MythEclipse/imphnen-frontend-service:fix/qr-empty-state
MythEclipse/imphnen-frontend-service:feat/qr-campaign
MythEclipse/imphnen-frontend-service:hackathon/update
MythEclipse/imphnen-frontend-service:backoffice/hackathon-teams-submission
MythEclipse/imphnen-frontend-service:feat/certificate
MythEclipse/imphnen-frontend-service:cert
MythEclipse/imphnen-frontend-service:backoffice/for-hackathon
MythEclipse/imphnen-frontend-service:hackathon/new-back-end
MythEclipse/imphnen-frontend-service:hackathon/fix-ui
MythEclipse/imphnen-frontend-service:fix/hackathon
MythEclipse/imphnen-frontend-service:hackatons
MythEclipse/imphnen-frontend-service:feat/backoffice-dimentorin
MythEclipse/imphnen-frontend-service:redirect
MythEclipse/imphnen-frontend-service:feat/dimentorin-landing-page
MythEclipse/imphnen-frontend-service:feat/dimentorin-landing
MythEclipse/imphnen-frontend-service:feat/landing-app
MythEclipse/imphnen-frontend-service:feat/roadmap
MythEclipse/imphnen-frontend-service:landing/auth
MythEclipse/imphnen-frontend-service:refactor/remove-cms
MythEclipse/imphnen-frontend-service:landing/reform
MythEclipse/imphnen-frontend-service:hotfix/ui
MythEclipse/imphnen-frontend-service:feat/landing-cms
MythEclipse/imphnen-frontend-service:feat/editButtonTextColor
MythEclipse/imphnen-frontend-service:feat/landing-migration
MythEclipse/imphnen-frontend-service:fix/split-register-form-modal
MythEclipse/imphnen-frontend-service:feat/register-integeration
MythEclipse/imphnen-frontend-service:feat/handle-state-modal
MythEclipse/imphnen-frontend-service:feat/register-form
MythEclipse/imphnen-frontend-service:feat/forgot-password
MythEclipse/imphnen-frontend-service:feat/modal-unit-test-and-storybook
MythEclipse/imphnen-frontend-service:feat/gacha-modal-login
MythEclipse/imphnen-frontend-service:ModalsGacha
MythEclipse/imphnen-frontend-service:main
..
compare: MythEclipse/imphnen-frontend-service:598bd22b5aefbb8ad02ecf3bfe3ab7f653eb9b0d
MythEclipse/imphnen-frontend-service:feat/dimentorin-merge
MythEclipse/imphnen-frontend-service:develop
MythEclipse/imphnen-frontend-service:fix/qr-empty-state
MythEclipse/imphnen-frontend-service:feat/qr-campaign
MythEclipse/imphnen-frontend-service:hackathon/update
MythEclipse/imphnen-frontend-service:backoffice/hackathon-teams-submission
MythEclipse/imphnen-frontend-service:feat/certificate
MythEclipse/imphnen-frontend-service:cert
MythEclipse/imphnen-frontend-service:backoffice/for-hackathon
MythEclipse/imphnen-frontend-service:hackathon/new-back-end
MythEclipse/imphnen-frontend-service:hackathon/fix-ui
MythEclipse/imphnen-frontend-service:fix/hackathon
MythEclipse/imphnen-frontend-service:hackatons
MythEclipse/imphnen-frontend-service:feat/backoffice-dimentorin
MythEclipse/imphnen-frontend-service:redirect
MythEclipse/imphnen-frontend-service:feat/dimentorin-landing-page
MythEclipse/imphnen-frontend-service:DimentorinAuth
MythEclipse/imphnen-frontend-service:feat/dimentorin-landing
MythEclipse/imphnen-frontend-service:feat/landing-app
MythEclipse/imphnen-frontend-service:feat/roadmap
MythEclipse/imphnen-frontend-service:landing/auth
MythEclipse/imphnen-frontend-service:refactor/remove-cms
MythEclipse/imphnen-frontend-service:landing/reform
MythEclipse/imphnen-frontend-service:hotfix/ui
MythEclipse/imphnen-frontend-service:feat/landing-cms
MythEclipse/imphnen-frontend-service:feat/editButtonTextColor
MythEclipse/imphnen-frontend-service:feat/landing-migration
MythEclipse/imphnen-frontend-service:fix/split-register-form-modal
MythEclipse/imphnen-frontend-service:feat/register-integeration
MythEclipse/imphnen-frontend-service:feat/handle-state-modal
MythEclipse/imphnen-frontend-service:feat/register-form
MythEclipse/imphnen-frontend-service:feat/forgot-password
MythEclipse/imphnen-frontend-service:feat/modal-unit-test-and-storybook
MythEclipse/imphnen-frontend-service:feat/gacha-modal-login
MythEclipse/imphnen-frontend-service:ModalsGacha
MythEclipse/imphnen-frontend-service:main
1
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
598bd22b5a |
feat: make content data dynamic from cms and fix button and badge ui (#27)
* feat: integrate payload cms to landing page * feat: add payload configuration and update TypeScript target * fix: update TypeScript paths for payload configuration * refactor: update config import paths to use local payload.config * fix: update quotation marks for testimonials to use HTML entities * fix: include withPayload in Next.js plugins for proper configuration * feat: implement HeroSection global configuration and integrate with Hero component * feat: add FeaturesSection global configuration and integrate with Features component * feat: add revalidate constant to control page revalidation interval * refactor: optimize data fetching by using Promise.all * fix: update revalidation interval to 10 seconds * feat: add CommunitiesSection configuration and integrate with Community component * refactor: move global section functions to services directory * feat: add support for s3 bucket for media * feat: update Community component to use Iconify for icons and adjust CommunitiesSection configuration * feat: replace Link component with Button for improved button styling in Community component * feat: update FeaturesSection to use Iconify icons and adjust icon properties * feat: add heroImage field to HeroSection and implement image formatting utility * feat: add Learning Resources section with dynamic data fetching and UI integration * feat: enhance LearningResourcesSection with primary and secondary button links * refactor: reorganize layout structure by moving Header and Footer components to RootLayout * feat: implement Testimonials section with dynamic data fetching and UI integration * feat: simplify joinTitle rendering in Testimonials section * feat: implement CallToAction section with dynamic data fetching and UI integration * feat: update CallToActionSection label and wrap Discord button in link * feat: update button components to use onClick for external links and improve styling * feat: wrap logo image in a link to navigate to the homepage * fix: supress scss deps warning * fix: add placeholder to .env.example * chore: add environment placeholder variables for CMS configuration in test build workflow * fix: remove unused environment variables from test build workflow * fix: text color (#26) * chore: update action * feat: integrate payload cms to landing page * feat: add payload configuration and update TypeScript target * fix: update TypeScript paths for payload configuration * refactor: update config import paths to use local payload.config * fix: include withPayload in Next.js plugins for proper configuration * feat: implement HeroSection global configuration and integrate with Hero component * feat: add FeaturesSection global configuration and integrate with Features component * feat: add revalidate constant to control page revalidation interval * refactor: optimize data fetching by using Promise.all * fix: update revalidation interval to 10 seconds * feat: add CommunitiesSection configuration and integrate with Community component * refactor: move global section functions to services directory * feat: add support for s3 bucket for media * feat: update Community component to use Iconify for icons and adjust CommunitiesSection configuration * feat: replace Link component with Button for improved button styling in Community component * feat: update FeaturesSection to use Iconify icons and adjust icon properties * feat: add heroImage field to HeroSection and implement image formatting utility * feat: add Learning Resources section with dynamic data fetching and UI integration * feat: enhance LearningResourcesSection with primary and secondary button links * refactor: reorganize layout structure by moving Header and Footer components to RootLayout * feat: implement Testimonials section with dynamic data fetching and UI integration * feat: simplify joinTitle rendering in Testimonials section * feat: implement CallToAction section with dynamic data fetching and UI integration * feat: update CallToActionSection label and wrap Discord button in link * feat: update button components to use onClick for external links and improve styling * feat: wrap logo image in a link to navigate to the homepage * fix: supress scss deps warning * fix: add placeholder to .env.example * chore: add environment placeholder variables for CMS configuration in test build workflow * fix: remove unused environment variables from test build workflow * fix: remove mistakenly added env from test-build workflow --------- Co-authored-by: Fahim Ardani <fahimardani25@gmail.com> Co-authored-by: Maulana Sodiqin <53475078+maulanasdqn@users.noreply.github.com> |