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
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
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
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
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
gbuomprisco
198f7239ef
Updated dependencies
2024-11-05 14:53:05 +08:00
gbuomprisco
9681d51a08
Create team: Improve error handling when creating team.
2024-11-01 14:46:29 +08:00
gbuomprisco
2f1be787f7
Updated dependencies
2024-11-01 10:55:46 +08:00
gbuomprisco
6490102e9f
Updated packages
2024-10-30 12:46:55 +08:00
gbuomprisco
81e468adc0
Updated dependencies
2024-10-29 10:30:13 +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
Giancarlo Buomprisco
14c2220904
Update Shadcn Sidebar ( #73 )
...
Migrated Sidebar to use Shadcn UI's
2024-10-25 15:43:34 +08:00
Giancarlo Buomprisco
5b9285a575
Next.js 15 Update ( #26 )
...
* Update Next.js and React versions in all packages
* Replace onRedirect function with next/link in BillingSessionStatus, since it's no longer cached by default
* Remove unused revalidatePath import in billing return page, since it's no longer cached by default
* Add Turbopack module aliases to improve development server speed
* Converted new Dynamic APIs to be Promise-based
* Adjust mobile layout
* Use ENABLE_REACT_COMPILER to enable the React Compiler in Next.js 15
* Report Errors using the new onRequestError hook
2024-10-22 14:39:21 +08:00
Giancarlo Buomprisco
b2c27eb25b
Sidebar: make it possible to set the sidebar as collapsed ( #72 )
...
* Sidebar: make it possible to set the sidebar as collapsed
2024-10-14 17:31:18 +08:00
gbuomprisco
d137df2675
MFA: shuffled components to avoid re-rendering closing the setup dialog
2024-10-13 22:19:37 +08:00
gbuomprisco
fe2148730a
MFA: Fix factors dialog closing when factors re-render. Removed debugging line setting the popup to Infinite
2024-10-13 09:32:05 +08:00
Giancarlo Buomprisco
25adc2d1e3
Fix password update ( #71 )
...
* Fix password update
* Use next or callback params for retro-compatibility
2024-10-12 11:09:34 +08:00
gbuomprisco
2fe8fc0231
Revert hard coded setting
2024-10-12 04:38:00 +02:00
gbuomprisco
f2b74a9c7e
MFA: display meaningful errors
2024-10-12 04:35:03 +02:00
gbuomprisco
e9500463bf
Enforce deletion environment variables server side; added logging
2024-10-08 00:37:35 +02:00
gbuomprisco
046e8d749c
Added RLS to delete a team account; converted
2024-10-07 17:31:10 +02:00
gbuomprisco
595b38dd21
Adjust query to select the correct owner of the Team deleting the account
2024-10-07 16:57:01 +02:00
gbuomprisco
a5e1366b06
Normalize search targets to lowercase in accounts tables
2024-10-03 15:54:08 +02:00
gbuomprisco
0c7c2e66f7
Updated Dependencies
2024-10-01 12:01:12 +02:00
gbuomprisco
fff0b40a65
Updated license checker to log errors; updated dependencies.
2024-09-22 19:55:25 +02:00
gbuomprisco
98b77d8ee1
Updated dependencies
2024-09-20 13:24:42 +02:00
gbuomprisco
871df6ad43
Updated dependencies
2024-09-16 23:38:47 +02:00
gbuomprisco
5706a3486c
Updated dependencies; added translation string to CreateTeamSchema schema
2024-09-13 11:03:31 +02:00
gbuomprisco
4be76ac797
Created a list of reserved names that the user cannot choose to create a team account
2024-09-13 10:52:59 +02:00
gbuomprisco
2649ac3a4e
Updated deps; Keystatic pinned to a previous version to work around a bug. Pinned eslint-plugin-react as well because of weird unrelated errors with any "this" usages.
2024-09-12 11:05:21 +02:00
gbuomprisco
bc624e7d96
Updated dependencies; fixes some TS issues uncovered by update
2024-09-10 10:55:28 +02:00
gbuomprisco
b2f4cf039c
Updated dependencies
2024-09-09 10:23:58 +02:00
gbuomprisco
e4941435a2
Updated dependencies
2024-09-06 19:54:24 +02:00
gbuomprisco
b32b0939b1
Only emit sign up event when the property "shouldCreateUser" is truthy
2024-09-06 18:37:09 +02:00
gbuomprisco
3e1c12fcbb
Updated Next.js to 14.2.8 and other deps
2024-09-05 00:56:42 +02:00
gbuomprisco
2f082b1c56
Refactored Scopes for oAuth providers
2024-09-03 16:13:47 +02:00
gbuomprisco
7c7c3340a6
Updated dependencies
2024-09-03 13:51:29 +02:00
gbuomprisco
8a0648be4a
Updated dependencies
2024-09-03 11:47:19 +02:00
gbuomprisco
53302fba7e
Update dependencies
...
Upgraded multiple dependencies across the project, including @types/node to ^22.5.1 and @supabase/supabase-js to ^2.45.3. This change also includes updates to react-related types and various other packages to their latest versions to maintain compatibility and leverage new features.
2024-08-31 17:47:21 +02:00
gbuomprisco
0c415be8ee
Refactor account-selector to use useMemo instead of useEffect
...
Replaced useEffect with useMemo for computing the account value. This simplifies the state management and ensures that the value is memoized based on the selectedAccount prop.
2024-08-30 17:05:57 +02:00