gbuomprisco
ae9c33aea4
Fix Stripe embedded checkout height using inline styles instead of a TW class
2024-12-11 16:03:13 +08:00
gbuomprisco
ce63993035
Updated packages (Next.js 15.1.0)
...
Fixed linting
2024-12-11 12:45:11 +08:00
gbuomprisco
be16bf70d5
Formatted some files
2024-12-09 13:27:19 +08:00
gbuomprisco
f667f2c7b5
Revert Prettier sort import plugin version
2024-12-09 13:26:13 +08:00
Giancarlo Buomprisco
079a8f857a
Some changes ported from the work on the makerkit.dev website related… ( #89 )
...
* Some changes ported from the work on the makerkit.dev website related to the marketing sections of the kit, such as documentation
* Added slight background hue to make darker theme better looking
* Support more complex configurations for documentation navigations.
* Do not fetch content from Keystatic when non-needed
* Add cursor pointers in dropdown
* Updated packages
2024-12-09 12:58:17 +08:00
Giancarlo Buomprisco
a682b991f3
Allow redirecting to a different URL when updating the password. This will be useful for thr Waitlist plugin. ( #91 )
2024-12-09 12:56:58 +08:00
Giancarlo Buomprisco
90f25a5ed5
Updated dependencies, most notably React 19 ( #90 )
...
* Updated dependencies, most notably React 19
2024-12-06 16:38:49 +08:00
Giancarlo Buomprisco
7fb24f606c
Updated dependencies ( #88 )
2024-12-03 13:56:43 +08:00
Giancarlo Buomprisco
fbea66eba9
Added a "Coming Soon" marketing component ( #85 )
2024-11-29 16:07:26 +08:00
Giancarlo Buomprisco
8f0fc20098
Updated dependencies ( #86 )
2024-11-29 15:45:40 +08:00
Giancarlo Buomprisco
8e051664b8
Dependencies: Updated packages, run linter autofix ( #84 )
2024-11-26 15:21:07 +08:00
Giancarlo Buomprisco
5cc936b982
Dependencies Updates ( #83 )
...
* Keystatic: Use the correct variable when fetching content from GitHub
* Revert default layout style
2024-11-22 15:55:15 +08:00
gbuomprisco
977c958975
Fix Top Header layout following changes in the Shadcn Sidebar;
...
Fix useMobile breakpoint to 1024px, to match our Tailwind convention for mobile breakpoints (lg)
2024-11-21 12:31:16 +08:00
gbuomprisco
afe1ca43cc
Fix NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS in Zod error description
2024-11-19 11:32:46 +08:00
gbuomprisco
7c126e0716
Prettier: fix Prettier by hoisting it with PNPM. Revert plugins to being strings
2024-11-18 15:16:24 +08:00
gbuomprisco
a41547622f
Prettier: Remove Trivago type from Prettier config; it's breaking VSCode formatting.
2024-11-18 11:10:10 +08:00
gbuomprisco
c1271b8d5e
Updated dependencies
2024-11-15 18:06:07 +09:00
gbuomprisco
6bac0141aa
Update Team: Use try/catch when displaying toast because the redirect from Next.js Server Action returns an error
2024-11-15 17:57:47 +09:00
gbuomprisco
7dc0977cf8
Updated dependencies
2024-11-12 13:46:54 +09:00
gbuomprisco
3fad846821
Run Prettier's automated formatting over the codebase.
2024-11-08 14:35:30 +08:00
gbuomprisco
c5d7464e61
1. Hoist i18n dependencies
...
2. Updated react-i18next
3. Updated Prettier plugins to use import.meta.resolve, so we don't have issues with hoisting
2024-11-08 14:34:28 +08:00
gbuomprisco
a7eb9d6cf6
Updated dependencies
2024-11-08 13:43:59 +08:00
Giancarlo Buomprisco
465655fdd4
Enhanced Sidebar to support sub collapsible sections ( #80 )
...
* Enhanced Sidebar to support sub collapsible sections
* Data-Table: support getSortedRowModel
* Add missing renderAction;
* Fix Sidebar on mobile
* Do not initialize Analytics Provider server side
* Do not bind i18Next until it's initialized
* Avoid infinite redirects in the auth path when Supabase emits a SIGNED_OUT event
* Force admin layout to be dynamic
2024-11-06 23:01:45 +08:00
gbuomprisco
27ef8f7510
1. Rebuild lock fle
...
2. Fix import
3. Update Stripe API version
2024-11-05 23:03:49 +08:00
gbuomprisco
be6ce081db
Updated dependencies and updated lock file; force react-i18next on 15.1.0 and react on 19.0.0-rc-45804af1-20241021
2024-11-05 15:15:22 +08:00
gbuomprisco
198f7239ef
Updated dependencies
2024-11-05 14:53:05 +08:00
gbuomprisco
6fd9ebd2b9
Updated dependencies
2024-11-02 12:49:22 +08:00
gbuomprisco
6bcca7c470
Use newer pino-pretty version
2024-11-01 20:07:18 +08:00
gbuomprisco
124edb006e
Docs: handle errors gracefully when extracting headings from JSX
2024-11-01 15:03:42 +08:00
gbuomprisco
9681d51a08
Create team: Improve error handling when creating team.
2024-11-01 14:46:29 +08:00
gbuomprisco
3b88733d6c
Added pino-pretty for prettifying logging
2024-11-01 14:45:02 +08:00
gbuomprisco
2f1be787f7
Updated dependencies
2024-11-01 10:55:46 +08:00
gbuomprisco
1faa5772fd
Docs: improved sidebar size and scrolling when has a large number of items
2024-10-30 21:49:48 +08:00
Giancarlo Buomprisco
9615d1a4bb
Documentation Updates ( #79 )
...
* Docs: Added Shadcn sidebar; added algorithm to automatically infer parents without needing to specify it.
* Extracted Markdoc compilation in a separate file
* Site Navigation: simplify nav by removing the border
* Docs Navigation: added TOC; improved layout on mobile
2024-10-30 20:49:44 +08:00
gbuomprisco
6490102e9f
Updated packages
2024-10-30 12:46:55 +08:00
gbuomprisco
c386fabbc2
Requirements: check PNPM version is compatible with Makerkit's required version
2024-10-29 15:24:25 +08:00
Giancarlo Buomprisco
3bfc643691
Added requirements script to ensure the current system can run Makerkit. ( #78 )
...
1. Check Node.js version is greater than 18.18.0
2. Check the current path doesn't include OneDrive. OneDrive causes issue with importing modules.
2024-10-29 12:57:06 +08:00
gbuomprisco
f9bd5b3802
Node.js minimum versions is now 18.18.0.
...
Updated other dependencies and run linting fixes.
2024-10-29 11:07:47 +08:00
gbuomprisco
81e468adc0
Updated dependencies
2024-10-29 10:30:13 +08:00
gbuomprisco
8da8ed3376
Force i18next version in the package.json overrides to make sure peer dependencies use the same version.
2024-10-28 15:26:34 +08:00
gbuomprisco
b47151fb3c
React Compiler: never memo Tanstack Table
2024-10-28 12:14:53 +08:00
gbuomprisco
74c4f3cc85
Fix dev tooling script at startup to also check pending commits
2024-10-28 11:13:27 +08:00
gbuomprisco
64e7e30b3d
React Compiler: maximize compatibility with react-hook-form
2024-10-28 10:44:40 +08:00
gbuomprisco
8e9d6659e1
Syncpack: introducing syncpack to fix versions of packages; packages fixed with Syncpack.
2024-10-26 12:18:24 +08:00
gbuomprisco
93b0f3d450
Sidebar: fix collapsible props
2024-10-26 11:44:18 +08:00
gbuomprisco
681a7c9233
Sidebar: fix collapsible state
2024-10-25 20:55:38 +08:00
Giancarlo Buomprisco
2209e2988b
Sitemap: renamed server-sitemap to sitemap; added caching; set up redirect for retro-compatibility ( #76 )
2024-10-25 17:26:02 +08:00
gbuomprisco
c00ec761d3
Updated dependencies
2024-10-25 15:48:01 +08:00
Giancarlo Buomprisco
14c2220904
Update Shadcn Sidebar ( #73 )
...
Migrated Sidebar to use Shadcn UI's
2024-10-25 15:43:34 +08:00
Giancarlo Buomprisco
df944bb1e5
Scripts across various package encapsulated into a package named "scripts". Added a script to verify no secrets were leaked into the Git .env files ( #74 )
2024-10-25 15:43:10 +08:00