Commit Graph

  • 9ddf1a3c20 feat: implement newsletter subscription and unsubscription actions javayhu 2025-03-16 10:42:33 +0800
  • 9b221f4583 refactor: reorganize email sending logic and centralize mail functionality javayhu 2025-03-16 10:27:40 +0800
  • 657e5212f4 refactor: remove WaitlistForm component and reorganize email types javayhu 2025-03-16 09:49:51 +0800
  • 0804ac5e96 feat: enhance sidebar theming with new CSS variables javayhu 2025-03-16 09:05:37 +0800
  • 574add6956 feat: add new UI components and enhance package dependencies javayhu 2025-03-16 09:05:23 +0800
  • 52738f4783 feat: enhance waitlist and contact forms with improved localization messages javayhu 2025-03-16 08:43:46 +0800
  • c53cbb1ce2 refactor: replace contact form with ContactFormCard component javayhu 2025-03-16 08:00:23 +0800
  • aef4ce6296 fix: add account deletion feature and enhance localization messages javayhu 2025-03-16 01:15:01 +0800
  • d51a22e030 fix: enhance localization messages and improve account settings UI javayhu 2025-03-16 00:20:12 +0800
  • c258cc7d0d fix: add password visibility toggle to reset password form and update localization messages javayhu 2025-03-15 22:20:55 +0800
  • 11a78eccbc fix: enhance login and registration forms with password visibility toggle javayhu 2025-03-15 21:54:59 +0800
  • c0c60f2f2f fix: enhance localization messages and update user interface components javayhu 2025-03-15 21:47:33 +0800
  • c497d71757 fix: update localization messages and improve account settings UI javayhu 2025-03-15 21:02:13 +0800
  • 3a41a656ac fix: enhance DashboardHeader and SidebarMain with improved styling javayhu 2025-03-15 20:54:41 +0800
  • dc36339faa fix: update localization messages and enhance account settings UI javayhu 2025-03-15 20:44:52 +0800
  • a37285b5cf chore: enhance DashboardHeader with theme and locale switchers javayhu 2025-03-15 20:14:42 +0800
  • 3bcb0f10e4 fix: update maxLength validation for name input in localization files javayhu 2025-03-15 20:00:51 +0800
  • 20be1fdfd6 chore: enhance account settings page with avatar, name, and password update features javayhu 2025-03-15 19:41:37 +0800
  • e4710bbabc fix: Each child in a list should have a unique "key" prop. See https://react.dev/link/warning-keys for more information. javayhu 2025-03-15 19:11:40 +0800
  • 673829298b chore: refactor AI feature pages to use DashboardHeader component javayhu 2025-03-15 18:53:30 +0800
  • 03f00c7d37 chore: enhance sidebar navigation and localization features javayhu 2025-03-15 17:59:12 +0800
  • f7e5297589 chore: refactor settings navigation and localization javayhu 2025-03-15 17:36:49 +0800
  • 06513b3bfe chore: add AI feature pages and update sidebar navigation javayhu 2025-03-15 16:36:02 +0800
  • 62198eac33 chore: refactor locale selection functions for consistency javayhu 2025-03-15 16:18:26 +0800
  • 80b99a65ed fix: Error: Failed to call useTranslations because the context from NextIntlClientProvider was not found. javayhu 2025-03-15 15:58:58 +0800
  • 52c30ec9d1 chore: enhance dashboard sidebar localization and add web manifest javayhu 2025-03-15 15:47:27 +0800
  • 7127a46543 chore: update sidebar icons and enhance theme configuration javayhu 2025-03-15 15:25:39 +0800
  • 69da9e1936 chore: refactor dashboard sidebar and enhance localization support javayhu 2025-03-15 14:58:05 +0800
  • 4cd70b1815 chore: refactor dashboard layout and introduce settings page javayhu 2025-03-15 14:22:24 +0800
  • 5e5278aef8 chore: remove WebsiteInfo type and clean up imports in config javayhu 2025-03-15 14:09:47 +0800
  • 2b41ef578a chore: refactor website information retrieval and simplify layout components javayhu 2025-03-15 14:08:31 +0800
  • e76745e52e chore: enhance NavUser component with locale and theme switching javayhu 2025-03-15 14:02:48 +0800
  • 6fd8defc9a chore: update routing and sidebar navigation structure javayhu 2025-03-15 13:48:23 +0800
  • 9e04764444 chore: reorganize dashboard components javayhu 2025-03-15 12:12:34 +0800
  • cb0c852933 chore: update localization and add divider component for social login javayhu 2025-03-15 12:12:03 +0800
  • 0929d93342 chore: enhance MDX component fix copy button and localization updates javayhu 2025-03-15 11:27:07 +0800
  • 43010fcb64 chore: update localization and metadata handling in email templates javayhu 2025-03-15 10:24:50 +0800
  • 234cc5518c chore: simplify website info by removing title and description fields javayhu 2025-03-15 01:03:30 +0800
  • 2ba2eebbaa chore: update database schema and enhance authentication features javayhu 2025-03-15 00:54:13 +0800
  • 0045ecf91e chore: remove obsolete site.webmanifest and update manifest.ts documentation javayhu 2025-03-15 00:51:32 +0800
  • 130880cf87 chore: refactor localization handling in email templates and manifest javayhu 2025-03-14 23:14:14 +0800
  • 2d8f70f09a chore: refactor metadata handling and remove unused files javayhu 2025-03-14 23:09:30 +0800
  • 5d925b65c9 tmp: optimize international metadata javayhu 2025-03-14 10:11:46 +0800
  • 30bd8d1cf3 chore: optimize manifest.ts javayhu 2025-03-14 10:02:24 +0800
  • 1c4f86c7ef chore: enhance localization and metadata across application javayhu 2025-03-14 01:31:17 +0800
  • 695a4b9ecb chore: add MCP server configuration for console-ninja javayhu 2025-03-14 01:03:16 +0800
  • dab2bbac0c refactor: update authentication forms to use DEFAULT_LOGIN_REDIRECT javayhu 2025-03-14 00:56:51 +0800
  • edbec45660 chore: remove author metadata from website configuration javayhu 2025-03-14 00:13:18 +0800
  • bb4169f4bc fix: update team name in email templates for localization javayhu 2025-03-13 23:50:54 +0800
  • 3dbf65b62a refactor: streamline email handling and localization javayhu 2025-03-13 23:46:24 +0800
  • 7a1991f56c refactor: standardize error handling in authentication forms javayhu 2025-03-13 23:46:04 +0800
  • e549a0546e fix: fix import Locale from next-intl javayhu 2025-03-13 10:14:50 +0800
  • ce28a0e51d feat: update typography by adding DM Sans font weight 500 javayhu 2025-03-13 00:35:47 +0800
  • 8d85680fce
    Merge pull request #10 from MkSaaSHQ/next-intl javayhu 2025-03-13 00:25:07 +0800
  • df1c75f56a chore: upgrade next-intl to version 4.0.0 and update type definitions dev/next-intl javayhu 2025-03-13 00:23:37 +0800
  • d7389eef47 chore: update home page javayhu 2025-03-12 23:46:02 +0800
  • 1416cd9d43 refactor: simplify About page by removing unnecessary translations and imports javayhu 2025-03-11 00:40:47 +0800
  • 805a871146 feat: enhance MDX rendering with code copy functionality javayhu 2025-03-11 00:33:14 +0800
  • 9a6ce6b7c3 feat: add internationalization for theme and language switchers javayhu 2025-03-11 00:08:32 +0800
  • c96d3952d0 feat: improve locale switching with dedicated LocaleSwitcher component javayhu 2025-03-11 00:01:51 +0800
  • 57166fe250 feat: add DM Sans font to website typography javayhu 2025-03-10 09:53:43 +0800
  • 031a05e549 refactor: enhance website configuration with comprehensive social and metadata options javayhu 2025-03-10 01:06:39 +0800
  • 8b4dde9042 refactor: centralize website configuration with dynamic translations javayhu 2025-03-10 00:48:12 +0800
  • c7ab08f01d refactor: consolidate configuration and utility files javayhu 2025-03-09 23:40:29 +0800
  • 4f5f216296 refactor: rename marketing.tsx to config.tsx javayhu 2025-03-09 23:28:57 +0800
  • df17877ede refactor: replace siteConfig.url with dynamic base URL generation javayhu 2025-03-09 23:11:51 +0800
  • 8d54beee58 refactor: optimize code & rename files javayhu 2025-03-09 22:38:14 +0800
  • 34006556c8 refactor: run biome format to src folder javayhu 2025-03-09 22:13:59 +0800
  • 92ec1b14c5 refactor: format src/app folder javayhu 2025-03-09 20:01:07 +0800
  • 02bdb93bbd fix: fix export images in AboutPage javayhu 2025-03-09 16:34:47 +0800
  • 6144cdcd3a feat: add waitlist page with internationalization support javayhu 2025-03-09 16:23:28 +0800
  • 99c8827eb8 feat: add about page with responsive image gallery and internationalization javayhu 2025-03-09 16:14:28 +0800
  • e8b9dfb3c3 feat: add contact page with internationalization support javayhu 2025-03-09 15:09:55 +0800
  • bc4b5527eb feat: add changelog page with localized release notes javayhu 2025-03-09 14:42:04 +0800
  • 8da4488106 refactor: optimize the folder structure javayhu 2025-03-09 14:17:51 +0800
  • 9bd85d7b6f feat: add legal pages with content collections and localization support javayhu 2025-03-09 12:22:53 +0800
  • 76748cf0b2 feat: add features block variants and chart component javayhu 2025-03-09 11:17:18 +0800
  • 8af6e89675 feat: add multiple content block variants and update block images javayhu 2025-03-09 11:01:59 +0800
  • b8f0801112 feat: add multiple hero section variants with Swiper and new block images javayhu 2025-03-09 10:48:08 +0800
  • 090734c0c3 chore: add robots.tx and update sitemap.ts javayhu 2025-03-09 10:43:25 +0800
  • 35836cdc56 refactor: improve navigation styling and active state handling javayhu 2025-03-09 09:49:43 +0800
  • 45b407765b feat: add multiple theme CSS files for customizable color schemes javayhu 2025-03-09 09:44:17 +0800
  • 59ae1d9830 chore: update best practices documentation for various technologies javayhu 2025-03-09 08:44:53 +0800
  • f2d616cd2f feat: add landing page blocks and block pages javayhu 2025-03-09 01:53:43 +0800
  • 416e184a59 feat: add blocks section to marketing navigation and routes javayhu 2025-03-09 01:11:05 +0800
  • 63b549212e fix: unset overflow-y to scroll javayhu 2025-03-09 00:27:02 +0800
  • 129aac2c12 feat: add dedicated pricing page with multiple pricing components javayhu 2025-03-09 00:26:34 +0800
  • 6160622ccd refactor: update mobile navbar and localization javayhu 2025-03-09 00:05:14 +0800
  • 19d6eef747 fix: Force the scrollbar to always be visible to prevent layout shifts javayhu 2025-03-08 23:29:06 +0800
  • 12b33b29ce refactor: reorganize marketing menu and update mobile navbar javayhu 2025-03-08 23:21:58 +0800
  • b9a5c4927e refactor: improve UI consistency and enhance component interactions javayhu 2025-03-08 22:43:36 +0800
  • 92d7513e3d refactor: enhance navigation and link rendering with active state and dynamic imports javayhu 2025-03-08 21:45:07 +0800
  • 711537c732
    Merge pull request #9 from MkSaaSHQ/email javayhu 2025-03-08 18:40:53 +0800
  • 99490cfd0b feat: update blog page localization and styling dev/email javayhu 2025-03-08 18:39:57 +0800
  • 13810236d4 feat: add logout translations and update mobile/desktop navbar components javayhu 2025-03-08 18:31:35 +0800
  • 8d8b66a7fe feat: internationalize marketing configuration and components javayhu 2025-03-08 18:08:13 +0800
  • f4e51757e5 refactor: update marketing types, links, and component rendering javayhu 2025-03-08 17:23:37 +0800
  • f7714eeda4 refactor: update routes, marketing links, and component icons javayhu 2025-03-08 16:34:18 +0800
  • 111e537ea2 refactor: consolidate marketing configuration and update component imports javayhu 2025-03-08 15:10:35 +0800
  • d34e4b8ed6 style: add scrollbar-gutter to prevent layout shift javayhu 2025-03-08 14:04:47 +0800