Commit Graph

  • c9f7ce24ed feat: implement CallToAction section with dynamic data fetching and UI integration ArraysID 2025-05-10 15:19:54 +07:00
  • d21adebf73 feat: simplify joinTitle rendering in Testimonials section ArraysID 2025-05-10 14:56:07 +07:00
  • 744d39ea75 feat: implement Testimonials section with dynamic data fetching and UI integration ArraysID 2025-05-10 14:52:35 +07:00
  • da11ba5894 refactor: reorganize layout structure by moving Header and Footer components to RootLayout ArraysID 2025-05-10 13:19:24 +07:00
  • 6d29c81dad feat: enhance LearningResourcesSection with primary and secondary button links ArraysID 2025-05-10 12:55:05 +07:00
  • 4a7135dd17 feat: add Learning Resources section with dynamic data fetching and UI integration ArraysID 2025-05-10 12:48:07 +07:00
  • 33d750b221 feat: add heroImage field to HeroSection and implement image formatting utility ArraysID 2025-05-10 08:54:45 +07:00
  • 1f9aa2e6b3 feat: update FeaturesSection to use Iconify icons and adjust icon properties ArraysID 2025-05-10 07:45:29 +07:00
  • 7722c98c84 feat: replace Link component with Button for improved button styling in Community component ArraysID 2025-05-10 07:30:06 +07:00
  • 0914361635 feat: update Community component to use Iconify for icons and adjust CommunitiesSection configuration ArraysID 2025-05-10 07:26:38 +07:00
  • 74aabd1eba feat: add support for s3 bucket for media ArraysID 2025-05-10 06:55:11 +07:00
  • d1fc7a8fd5 refactor: move global section functions to services directory ArraysID 2025-05-10 05:38:01 +07:00
  • 009cabfc1c feat: add CommunitiesSection configuration and integrate with Community component ArraysID 2025-05-10 05:35:24 +07:00
  • a7f7521761 fix: update revalidation interval to 10 seconds ArraysID 2025-05-10 04:33:06 +07:00
  • 54b7a2f0eb refactor: optimize data fetching by using Promise.all ArraysID 2025-05-10 04:29:46 +07:00
  • ef042f2f40 feat: add revalidate constant to control page revalidation interval ArraysID 2025-05-10 04:29:28 +07:00
  • fd35cb9525 feat: add FeaturesSection global configuration and integrate with Features component ArraysID 2025-05-10 04:08:37 +07:00
  • 18d11fd1c3 feat: implement HeroSection global configuration and integrate with Hero component ArraysID 2025-05-10 03:32:19 +07:00
  • c82d9bcc70 fix: include withPayload in Next.js plugins for proper configuration ArraysID 2025-05-08 16:07:51 +07:00
  • a4dd793bb7 refactor: update config import paths to use local payload.config ArraysID 2025-05-08 15:39:21 +07:00
  • bba3c89b23 fix: update TypeScript paths for payload configuration ArraysID 2025-05-08 15:24:44 +07:00
  • 8b6aa21f82 feat: add payload configuration and update TypeScript target ArraysID 2025-05-08 15:16:59 +07:00
  • 0fffe2d403 feat: integrate payload cms to landing page ArraysID 2025-05-08 15:12:32 +07:00
  • b189ca3f81 Fix img to webp feat/editButtonTextColor Fahim 2025-05-10 18:57:02 +07:00
  • 246adb57a1 chore: update action Maulana SodiqinandGitHub 2025-05-10 18:38:31 +07:00
  • 75839271ad fix: text color (#26) Fahim ArdaniandGitHub 2025-05-10 18:31:56 +07:00
  • 919fac811d fix: remove unused environment variables from test build workflow ArraysID 2025-05-10 17:07:51 +07:00
  • 4316dcf8b3 chore: add environment placeholder variables for CMS configuration in test build workflow ArraysID 2025-05-10 17:04:33 +07:00
  • b9b71c4c25 fix: add placeholder to .env.example ArraysID 2025-05-10 16:44:12 +07:00
  • 121faf89c3 fix: supress scss deps warning ArraysID 2025-05-10 16:26:32 +07:00
  • 07913efb16 Merge branch 'develop' into feat/landing-cms ArraysID 2025-05-10 16:01:05 +07:00
  • 4b2733511c feat: wrap logo image in a link to navigate to the homepage ArraysID 2025-05-10 15:50:42 +07:00
  • 9f3d00a0db feat: update button components to use onClick for external links and improve styling ArraysID 2025-05-10 15:48:35 +07:00
  • 7ac571c019 feat: update CallToActionSection label and wrap Discord button in link ArraysID 2025-05-10 15:34:18 +07:00
  • a8c958400d feat: implement CallToAction section with dynamic data fetching and UI integration ArraysID 2025-05-10 15:19:54 +07:00
  • 760ab67ae0 feat: simplify joinTitle rendering in Testimonials section ArraysID 2025-05-10 14:56:07 +07:00
  • c4cf9e4e6c feat: implement Testimonials section with dynamic data fetching and UI integration ArraysID 2025-05-10 14:52:35 +07:00
  • a800b1e293 refactor: reorganize layout structure by moving Header and Footer components to RootLayout ArraysID 2025-05-10 13:19:24 +07:00
  • da0e599b9a feat: enhance LearningResourcesSection with primary and secondary button links ArraysID 2025-05-10 12:55:05 +07:00
  • a02a259f4e feat: add Learning Resources section with dynamic data fetching and UI integration ArraysID 2025-05-10 12:48:07 +07:00
  • ff99564b05 feat: add heroImage field to HeroSection and implement image formatting utility ArraysID 2025-05-10 08:54:45 +07:00
  • 13ab089afc feat: update FeaturesSection to use Iconify icons and adjust icon properties ArraysID 2025-05-10 07:45:29 +07:00
  • 378e258520 feat: replace Link component with Button for improved button styling in Community component ArraysID 2025-05-10 07:30:06 +07:00
  • 88468081b6 feat: update Community component to use Iconify for icons and adjust CommunitiesSection configuration ArraysID 2025-05-10 07:26:38 +07:00
  • aba462e462 feat: add support for s3 bucket for media ArraysID 2025-05-10 06:55:11 +07:00
  • 55fd1fa443 refactor: move global section functions to services directory ArraysID 2025-05-10 05:38:01 +07:00
  • 07a1eb8dbc feat: add CommunitiesSection configuration and integrate with Community component ArraysID 2025-05-10 05:35:24 +07:00
  • aad04b6f94 fix: update revalidation interval to 10 seconds ArraysID 2025-05-10 04:33:06 +07:00
  • d4a91abb63 refactor: optimize data fetching by using Promise.all ArraysID 2025-05-10 04:29:46 +07:00
  • 7fd5528c0d feat: add revalidate constant to control page revalidation interval ArraysID 2025-05-10 04:29:28 +07:00
  • 39a57b4fed feat: add FeaturesSection global configuration and integrate with Features component ArraysID 2025-05-10 04:08:37 +07:00
  • 7b490702b9 feat: implement HeroSection global configuration and integrate with Hero component ArraysID 2025-05-10 03:32:19 +07:00
  • 02b40701f9 fix: text color Fahim 2025-05-08 23:21:51 +07:00
  • 6e78b49731 feat: integrate payload cms to landing page (#25) RasyidandGitHub 2025-05-08 22:11:57 +07:00
  • f31aad8570 fix: include withPayload in Next.js plugins for proper configuration ArraysID 2025-05-08 16:07:51 +07:00
  • acb7f4aef9 fix: update quotation marks for testimonials to use HTML entities ArraysID 2025-05-08 15:42:24 +07:00
  • c69614531b refactor: update config import paths to use local payload.config ArraysID 2025-05-08 15:39:21 +07:00
  • c82426282c fix: update TypeScript paths for payload configuration ArraysID 2025-05-08 15:24:44 +07:00
  • 45295953aa feat: add payload configuration and update TypeScript target ArraysID 2025-05-08 15:16:59 +07:00
  • 0561555276 feat: integrate payload cms to landing page ArraysID 2025-05-08 15:12:32 +07:00
  • 3aa552afd6 feat: landing page migration (#24) RasyidandGitHub 2025-04-27 09:31:24 +07:00
  • 4f394bacf1 chore: remove pnpm, accidentally added out of habit feat/landing-migration ArraysID 2025-04-27 06:19:27 +07:00
  • d4bd7f4e1a feat: initialize index file to export atoms ArraysID 2025-04-27 06:16:32 +07:00
  • 1b6b442078 chore: add tailwind-animate-css package ArraysID 2025-04-27 06:14:43 +07:00
  • f9191708f4 feat: update dependencies in package.json and package-lock.json ArraysID 2025-04-27 06:11:39 +07:00
  • 10da7d0a16 feat: migrate simple theme switcher component ArraysID 2025-04-27 05:56:52 +07:00
  • c07c75f23b feat: migrate footer component ArraysID 2025-04-27 05:51:58 +07:00
  • e9622234fe feat: migrate call to action component ArraysID 2025-04-27 05:50:47 +07:00
  • aedc2b5dfb feat: migrate testimonials component ArraysID 2025-04-27 05:49:50 +07:00
  • 5b1b700ccb feat: migrate learning resources component ArraysID 2025-04-27 05:47:43 +07:00
  • 0478d12ffc feat: migrate community component ArraysID 2025-04-27 05:44:11 +07:00
  • 5929c5a667 feat: migrate features component ArraysID 2025-04-27 05:38:34 +07:00
  • 206a426120 feat: migrate hero component ArraysID 2025-04-27 05:35:49 +07:00
  • b4708ab2aa feat: migrate header component ArraysID 2025-04-27 05:28:37 +07:00
  • 53b069f242 feat: remove unused tw-animate-css import ArraysID 2025-04-26 22:51:49 +07:00
  • c2a50a86bd feat: add path mapping for shadcn-ui atoms in tsconfig ArraysID 2025-04-26 22:38:50 +07:00
  • edec847eee feat: update landing app with shadcnI integration ArraysID 2025-04-26 22:38:28 +07:00
  • 9182440ab3 feat(shadcn-ui): initialize shadcn ui libs ArraysID 2025-04-26 22:37:29 +07:00
  • 259262a1ef chore: cleanup nextjs project ArraysID 2025-04-26 21:13:19 +07:00
  • b389235971 feat: add landing page Maulana Sodiqin 2025-04-26 20:32:58 +07:00
  • 86290cc820 fix: unit test Maulana Sodiqin 2025-04-25 14:01:29 +07:00
  • 41712be56a feat: cleaning Maulana Sodiqin 2025-04-25 13:00:50 +07:00
  • 240e684b53 Dimentorin auth login responsive and implementation (#23) Naufal AzmiandGitHub 2025-04-09 12:59:33 +07:00
  • 73826fb4c3 feat: auth login responsive && auth login implementation boboiazumi 2025-04-08 12:28:18 +07:00
  • 2f9407e258 Merge branch 'develop' of https://github.com/IMPHNEN/imphnen-frontend-service into develop boboiazumi 2025-04-07 21:35:47 +07:00
  • 534bf0e10a fix: conflict boboiazumi 2025-04-07 21:35:35 +07:00
  • b1a53df4a9 chore: downgrade vite to v5 Maulana Sodiqin 2025-04-07 20:50:10 +07:00
  • df479a0a8d fix: success register boboiazumi 2025-04-07 20:48:19 +07:00
  • 1948d2c67f feat: responsive boboiazumi 2025-04-07 20:40:58 +07:00
  • 0709c3a2bd chore: add legacy peerdeps Maulana Sodiqin 2025-04-07 19:20:32 +07:00
  • f2e1cead83 chore: add workflows Maulana Sodiqin 2025-04-07 19:17:28 +07:00
  • 1b795f2dfc chore: add workflow Maulana Sodiqin 2025-04-07 19:15:39 +07:00
  • ce115f63e4 feat: add landing page with nuxt Maulana Sodiqin 2025-04-07 19:10:29 +07:00
  • c907c696f5 Merge pull request #22 from IMPHNEN/DimentorinAuth Maulana SodiqinandGitHub 2025-04-07 17:46:09 +07:00
  • de76020709 Merge pull request #21 from IMPHNEN/feat/backoffice-roles-permissions Maulana SodiqinandGitHub 2025-04-07 11:48:12 +07:00
  • 1e391a2932 feat: register page and register success page boboiazumi 2025-04-07 11:36:44 +07:00
  • a7c67cb77f feat: add permissions and roles page Hafid Nur 2025-04-07 02:19:07 +07:00
  • dafdfba490 Merge pull request #19 from IMPHNEN/fix/split-register-form-modal Maulana SodiqinandGitHub 2025-04-05 12:36:10 +07:00
  • a741fbb8d4 Merge pull request #20 from IMPHNEN/feat/backoffice-gacha-roll Maulana SodiqinandGitHub 2025-04-05 12:35:28 +07:00
  • 0e3dc101d5 feat: update Dashboard page Hafid Nur 2025-04-05 09:36:49 +07:00