Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextjs #39

Merged
merged 39 commits into from
Jul 30, 2024
Merged

nextjs #39

merged 39 commits into from
Jul 30, 2024

Conversation

vyductan
Copy link
Owner

No description provided.

- Update the DrizzleAdapter configuration in the authConfig object to include
  specific tables for users, accounts, sessions, and verification tokens from
  the schema in the db.
- Move the `tableCreator` import to the `schema` import from the db.
- Ensure the functionality of the DrizzleAdapter.
- This update enhances the configuration for the authentication adapter.
- Fix className access in Table component
- Adjust row length check in Table component
- Update dataSource prop type in Table component
- Introduce WordNewRoute in route definitions
Add search functionality to the English layout component in the dashboard.
Introduce a search component with debouncing for autocomplete feature.
Update dependencies for GraphQL packages and UI library.
Update the React version and antd library version.
Update the word class options and word mastery options in config file. This refactor simplifies and clarifies the options available for word class and word mastery levels.
Refactored the pagination functionality in the tasks router to improve
performance and readability. Updated the query functions, pagination
schema, and tasks table component to accommodate the changes.
Update package versions for various dependencies like @tanstack/react-query, @tanstack/react-router, @trpc/client, @trpc/react-query, ai, dotenv-cli, eslint, @types/lodash, @types/node, @types/react, @types/react-scroll, framer-motion, @acme/ui dependencies, react-hook-form, react-resizable-panels, zod, and more.
Removing unused imports and exports from the database package for a cleaner
codebase and improved maintainability.
Added information about T3 Turbo and Multi Platform, updated dependencies, and improved platform details in README.md. Updated dependencies and build targets in turbo.json.
Refactor Alert component to separate title, message, and icon handling
into distinct components for a cleaner structure and improved
maintainability. Update imports and adjust component logic accordingly.
- Update className for button variants to include new CSS classes
- Adjust className logic to conditionally add "mr-2" based on children existence
- Add new button variants for light, action, and danger colors
- Add action and danger color variants under button styles
- Update LoadingIcon import path in Button component
…for header, footer, title, description, and content.
Refactor Tabs component structure by moving and renaming components to separate
files. Also update props and add new onChange event handler for better
performance and flexibility.
… update TableProps

- Add loading and skeleton props to Table component for indicating data loading
- Update TableProps type to include columns and dataSource as optional for flexibility
Improve the ESLint configuration in the `@acme/tooling/eslint/base.js` file:

- Add support for include/exclude patterns using the `includeIgnoreFile` function from `@eslint/compat`.
- Update the configuration to include more TypeScript-specific rules, such as disabling `@typescript-eslint/no-unsafe-assignment`, `@typescript-eslint/no-unsafe-argument`, and `@typescript-eslint/no-explicit-any`.
- Uncomment the `@typescript-eslint/no-non-null-assertion` rule to enforce non-null assertions.

Additionally, update the `@acme/tooling/typescript/internal-package.json` file to set the `outDir` option to `${configDir}/dist` for better TypeScript output organization.
Update the micromark-core-commonmark dependency to version 1.1.0 to address potential issues or improvements in the library.
Copy link

vercel bot commented Jul 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vyductan 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 4:09am

@vyductan vyductan merged commit e619e72 into main Jul 30, 2024
1 of 5 checks passed
vyductan added a commit that referenced this pull request Aug 1, 2024
* temp

* refactor: Update auth adapter configuration in config.ts file

- Update the DrizzleAdapter configuration in the authConfig object to include
  specific tables for users, accounts, sessions, and verification tokens from
  the schema in the db.
- Move the `tableCreator` import to the `schema` import from the db.
- Ensure the functionality of the DrizzleAdapter.
- This update enhances the configuration for the authentication adapter.

* chore: Update Table component and add new WordNewRoute

- Fix className access in Table component
- Adjust row length check in Table component
- Update dataSource prop type in Table component
- Introduce WordNewRoute in route definitions

* feat: Add search functionality to English layout

Add search functionality to the English layout component in the dashboard.
Introduce a search component with debouncing for autocomplete feature.
Update dependencies for GraphQL packages and UI library.
Update the React version and antd library version.

* refactor: Update word class options & word mastery options

Update the word class options and word mastery options in config file. This refactor simplifies and clarifies the options available for word class and word mastery levels.

* refactor: Refactor pagination functionality in tasks router

Refactored the pagination functionality in the tasks router to improve
performance and readability. Updated the query functions, pagination
schema, and tasks table component to accommodate the changes.

* refactor(eslint-base): Update file glob pattern for ignored config files.

* build: Update node version to 20 in GitHub Action setup

* chore: Update packages versions

Update package versions for various dependencies like @tanstack/react-query, @tanstack/react-router, @trpc/client, @trpc/react-query, ai, dotenv-cli, eslint, @types/lodash, @types/node, @types/react, @types/react-scroll, framer-motion, @acme/ui dependencies, react-hook-form, react-resizable-panels, zod, and more.

* refactor(db): Remove unused imports and exports

Removing unused imports and exports from the database package for a cleaner
codebase and improved maintainability.

* build: Update dependencies and add new platform details

Added information about T3 Turbo and Multi Platform, updated dependencies, and improved platform details in README.md. Updated dependencies and build targets in turbo.json.

* refactor(alert): update alert components structure

Refactor Alert component to separate title, message, and icon handling
into distinct components for a cleaner structure and improved
maintainability. Update imports and adjust component logic accordingly.

* feat(avatar): Refactor Avatar component structure and add size prop.

* feat(button): Update button styles and loading icon import paths

- Update className for button variants to include new CSS classes
- Adjust className logic to conditionally add "mr-2" based on children existence
- Add new button variants for light, action, and danger colors
- Add action and danger color variants under button styles
- Update LoadingIcon import path in Button component

* feat(ui): Refactor card component structure. Add separate components for header, footer, title, description, and content.

* feat(carousel): Add carousel component with basic functionality and context support

* refactor(form): Update useForm hook for onValuesChange feature and resetFields interaction.

* refactor(pagination): Move components to _components file and update imports

* refactor(tabs): update Tabs component structure and props

Refactor Tabs component structure by moving and renaming components to separate
files. Also update props and add new onChange event handler for better
performance and flexibility.

* refactor(table): Refactor table components structure and imports

* feat(tabs): Add custom styles for Tabs components

* feat(PageHeader): Refactor PageHeader component title rendering

* refactor: Update db import in api, add notion client, export Database type

* feat: get renovate to update .hbs file

* feat: use parsers for .hbs files

* chore: run pnpm dedupe

* chore: bump turbo

* rsc prefetch instead of passing initialData as props

* feat: Update dependencies to use the 'catalog' version specifier for consistent package versions.

* chore(package): update eslint, eslint-plugin versions

* refactor(trpc): Remove duplicate createQueryClient function

* feat(ui/table): Improve table border styling and add expandable column

* feat(ui/tabs): Add support for extras content in Tabs component.

* feat(ui/table): Add loading and skeleton props to Table component and update TableProps

- Add loading and skeleton props to Table component for indicating data loading
- Update TableProps type to include columns and dataSource as optional for flexibility

* feat(tooling): improve ESLint config compatibility

Improve the ESLint configuration in the `@acme/tooling/eslint/base.js` file:

- Add support for include/exclude patterns using the `includeIgnoreFile` function from `@eslint/compat`.
- Update the configuration to include more TypeScript-specific rules, such as disabling `@typescript-eslint/no-unsafe-assignment`, `@typescript-eslint/no-unsafe-argument`, and `@typescript-eslint/no-explicit-any`.
- Uncomment the `@typescript-eslint/no-non-null-assertion` rule to enforce non-null assertions.

Additionally, update the `@acme/tooling/typescript/internal-package.json` file to set the `outDir` option to `${configDir}/dist` for better TypeScript output organization.

* feat(pnpm-lock): update micromark-core-commonmark dependency

Update the micromark-core-commonmark dependency to version 1.1.0 to address potential issues or improvements in the library.
@vyductan vyductan deleted the nextjs branch August 28, 2024 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant