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

Commits on Apr 20, 2024

  1. temp

    vyductan committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    78b529f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. 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.
    vyductan committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a0bab13 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. 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
    vyductan committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3bda3c4 View commit details
    Browse the repository at this point in the history
  2. 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.
    vyductan committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a7e76b0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. 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.
    vyductan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    189a045 View commit details
    Browse the repository at this point in the history
  2. 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.
    vyductan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d79a931 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    326ac1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de21fc View commit details
    Browse the repository at this point in the history
  3. 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.
    vyductan committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3c2318e View commit details
    Browse the repository at this point in the history
  4. refactor(db): Remove unused imports and exports

    Removing unused imports and exports from the database package for a cleaner
    codebase and improved maintainability.
    vyductan committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d1e97a4 View commit details
    Browse the repository at this point in the history
  5. 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.
    vyductan committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d91a46e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. 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.
    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5e0b2c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8096e87 View commit details
    Browse the repository at this point in the history
  3. 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
    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    db53462 View commit details
    Browse the repository at this point in the history
  4. feat(ui): Refactor card component structure. Add separate components …

    …for header, footer, title, description, and content.
    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e7d008e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e11d88 View commit details
    Browse the repository at this point in the history
  6. refactor(form): Update useForm hook for onValuesChange feature and re…

    …setFields interaction.
    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ef508e6 View commit details
    Browse the repository at this point in the history
  7. handle conflicts

    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e911e99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a035e06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    276a2fd View commit details
    Browse the repository at this point in the history
  10. 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.
    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    31bbde8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61f5967 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9460b18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c655a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dde20fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    067dd71 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e55e11c View commit details
    Browse the repository at this point in the history
  17. chore: run pnpm dedupe

    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    250f4ab View commit details
    Browse the repository at this point in the history
  18. chore: bump turbo

    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6580784 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef20c70 View commit details
    Browse the repository at this point in the history
  20. feat: Update dependencies to use the 'catalog' version specifier for …

    …consistent package versions.
    vyductan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d9a4845 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    375e8cf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a9c97f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    c62c052 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    6022669 View commit details
    Browse the repository at this point in the history
  2. 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
    vyductan committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    94b4d7d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. 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.
    vyductan committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2197436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31dce44 View commit details
    Browse the repository at this point in the history
  3. 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 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    00cd2bb View commit details
    Browse the repository at this point in the history