Commit Graph

237 Commits

Author SHA1 Message Date
4811583ecf refactor: update UI components to use Material Design 3 styles
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 16:05:19 +00:00
b791525f1e refactor: update component imports to use @styles alias
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:57:25 +00:00
84b1dccab0 refactor: update import paths to use @styles alias
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:55:40 +00:00
13b13644fe Based on the provided context and diffs, I will generate a one-line commit message.
The diffs seem to be related to code changes and discussions around code diffs, LiteLLM bad requests, and Git documentation. However, without the actual changes, I'll rely on the context.

The most relevant information is the issue #3517 on [github.com](https://github.com/Aider-AI/aider/issues/3517) regarding a LiteLLM bad request error.

Here's a possible commit message:
fix: handle invalid messages passed to LiteLLM

Let me rephrase it according to the required format:
fix: resolve LiteLLM bad request error

Here is the commit message:
fix: resolve LiteLLM bad request error

Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:49:34 +00:00
8cb58775cf refactor: simplify Button component props and styles
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:48:24 +00:00
f085c9d0a3 refactor: update react components to use scss files
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:47:57 +00:00
2832cc8ad0 refactor: update monaco config to remove unnecessary type definitions
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:47:05 +00:00
499586e311 refactor: update button component to use scss styles
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:45:37 +00:00
e3f573c599 refactor: update monaco-config.ts to follow Google's styling guidelines
Co-authored-by: aider (openrouter/meta-llama/llama-4-maverick) <aider@aider.chat>
2026-01-20 15:42:44 +00:00
f472d6183a refactor: remove unused utility classes from SCSS 2026-01-20 14:17:10 +00:00
6e97d223cd feat: add utility classes for spacing, flexbox, grid, and more in SCSS 2026-01-20 14:15:46 +00:00
d3340a848c Add MD3 framework tests and utility functions for component accessibility and interaction
- Implemented tests for various MD3 components including buttons, text fields, dialogs, navigation, menus, progress indicators, and responsive design.
- Created utility functions to interact with MD3 components, check their states, and validate accessibility attributes.
- Added support for keyboard navigation testing and touch target size validation.
- Introduced schema-based component definitions to streamline test implementations.
2026-01-20 14:15:35 +00:00
dd33d9823d Add comprehensive E2E tests for functionality, mobile responsiveness, and visual regression
- Implemented functionality tests covering page navigation, header behavior, form handling, and error management.
- Created mobile-responsive tests to ensure touch interactions, viewport adaptability, and safe area respect.
- Developed visual regression tests for home page layout, typography, color consistency, and interactive elements.
- Added a test runner script for easier execution of E2E tests with various options.
2026-01-20 01:29:32 +00:00
565bc1f2ba feat: add Playwright for end-to-end testing and create initial test suite 2026-01-20 01:18:26 +00:00
5b01e6bfee feat: update theme colors and styles for improved UI consistency 2026-01-20 00:49:26 +00:00
021223792a feat: add summary step for GitHub Pages deployment URL in workflow 2026-01-20 00:31:52 +00:00
f671f3577b feat: add deployment URL logging to GitHub Pages workflow 2026-01-20 00:28:53 +00:00
c065e988ee fix: format deployment URL logging step for improved readability 2026-01-20 00:25:47 +00:00
cc015b4f55 feat: enhance GitHub Pages deployment workflow with environment variables and output URL logging 2026-01-20 00:23:45 +00:00
5d1302585a feat: update next.config.js to handle GitHub Pages and improve basePath configuration 2026-01-20 00:18:18 +00:00
93d707c79d Refactor styles for consistency and clarity across components
- Updated theme.scss to use rgb() for background colors and added stylelint rules.
- Modified _mixins.scss to reorder properties for better readability and consistency.
- Enhanced button styles in _buttons.scss for improved layout and hover effects.
- Improved card styles in _cards.scss for better hover effects and layout consistency.
- Refined dialog styles in _dialogs.scss to enhance animations and layout.
- Updated form styles in _forms.scss for better accessibility and consistency.
- Enhanced header styles in _header.scss for improved layout and visual hierarchy.
- Refined typography styles in _typography.scss for better readability and consistency.
- Improved utility classes in _utilities.scss for better opacity handling and layout.
2026-01-20 00:14:36 +00:00
9ae6776f37 feat: add stylelint for SCSS and CSS, update theme and global styles
- Added stylelint scripts to package.json for linting SCSS and CSS files.
- Updated global styles to remove quotes from font-family declarations and changed `currentColor` to `currentcolor`.
- Refactored theme.scss to use shorthand hex color codes and updated font-family declarations.
- Modified carousel component to remove unnecessary onSelect call.
- Enhanced useSnippetForm hook with comments and ESLint disable/enable for clarity.
- Improved mixins in _mixins.scss for flexbox and responsive breakpoints.
- Updated color definitions in _variables.scss to use the `hsl()` format with degrees.
- Changed button and dialog styles to use `currentcolor` for background.
- Adjusted header styles for box-shadow and gradient backgrounds.
- Refined typography styles to ensure consistent font-family usage.
- Enhanced utility classes in _utilities.scss for better readability and maintainability.
2026-01-20 00:06:44 +00:00
f25e5e0597 feat: refactor ESLint configuration and update dependencies; improve error handling and code structure 2026-01-19 23:55:01 +00:00
1cbcb2051f feat: implement Material Design 3 styles for buttons and dialogs
- Revamped button styles to align with Material Design 3 guidelines, including new variants (filled, tonal, elevated, outlined, text, and icon buttons).
- Enhanced button states with hover, focus, and active effects, incorporating opacity transitions and background color changes.
- Updated dialog styles to reflect MD3 design principles, including scrim overlay, dialog content, headers, footers, and close buttons.
- Introduced animations for dialogs, dropdowns, and snackbars to improve user experience.
- Refined dropdown menu and select component styles, ensuring consistency with MD3 aesthetics.
2026-01-19 23:41:56 +00:00
f5c11d3113 Merge pull request #25 from johndoe6345789/dependabot/npm_and_yarn/typescript-5.9.3
Bump typescript from 5.7.3 to 5.9.3
2026-01-19 22:37:02 +00:00
dependabot[bot]
6df135685d Bump typescript from 5.7.3 to 5.9.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 22:36:15 +00:00
d164f51d3d Merge pull request #23 from johndoe6345789/dependabot/npm_and_yarn/multi-90222c9740
Bump react and @types/react
2026-01-19 22:35:55 +00:00
edd1acb282 Merge pull request #24 from johndoe6345789/dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.0.1
Bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1
2026-01-19 22:35:34 +00:00
b100c54432 Merge pull request #26 from johndoe6345789/dependabot/npm_and_yarn/typescript-eslint-8.53.1
Bump typescript-eslint from 8.48.0 to 8.53.1
2026-01-19 22:34:58 +00:00
e3e425c7a8 Merge pull request #27 from johndoe6345789/dependabot/npm_and_yarn/lucide-react-0.562.0
Bump lucide-react from 0.484.0 to 0.562.0
2026-01-19 22:34:44 +00:00
c2ae27059a Merge pull request #28 from johndoe6345789/copilot/improve-scss-styling
Remove Tailwind CSS and migrate to pure SCSS with Material Design 3
2026-01-19 22:34:21 +00:00
copilot-swe-agent[bot]
72a9164233 Soften styling with Material Design 3 principles - less bright colors, subtle elevations, balanced contrast
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 22:29:07 +00:00
copilot-swe-agent[bot]
77a19db9fb Remove Tailwind CSS and migrate to pure SCSS with polished UI components
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 22:16:09 +00:00
copilot-swe-agent[bot]
4b36e2c852 Polish UI: Beautiful header, burger menu, logo, dialogs, and dropdowns inspired by GitHub Spark
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 22:14:04 +00:00
copilot-swe-agent[bot]
1ef70d6661 Add comprehensive Tailwind-like utilities to SCSS for proper UI rendering
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 22:05:29 +00:00
copilot-swe-agent[bot]
d6c7c43b1a Fix code review issues: centralize variables, remove duplication, use SCSS vars consistently
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 21:50:36 +00:00
copilot-swe-agent[bot]
84b6b1f80f Complete SCSS migration: Remove Tailwind, add component styles, convert all CSS to SCSS
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 21:46:32 +00:00
copilot-swe-agent[bot]
242364f985 Updated plan: Remove Tailwind, convert all CSS to SCSS
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 21:40:14 +00:00
copilot-swe-agent[bot]
17440cfec5 Initial plan 2026-01-19 21:34:11 +00:00
dependabot[bot]
43b468b5fa Bump lucide-react from 0.484.0 to 0.562.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.484.0 to 0.562.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.562.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 21:12:46 +00:00
dependabot[bot]
ff6ad63235 Bump typescript-eslint from 8.48.0 to 8.53.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.48.0 to 8.53.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 21:12:37 +00:00
dependabot[bot]
c68fd305b8 Bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.0.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 21:12:15 +00:00
dependabot[bot]
15980d4a63 Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `@types/react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 21:12:08 +00:00
68117acab1 Merge pull request #22 from johndoe6345789/copilot/fix-sass-deprecations
Migrate Sass to modern module system and enable TypeScript type checking
2026-01-19 20:29:25 +00:00
copilot-swe-agent[bot]
c1b3929940 Improve SCSS import consistency with namespaced imports
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 20:19:41 +00:00
copilot-swe-agent[bot]
f3bc433297 Fix Sass deprecations and enable TypeScript checking
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 20:15:18 +00:00
copilot-swe-agent[bot]
f85ca45dfa Initial plan 2026-01-19 20:01:56 +00:00
f4d5aac55d Merge pull request #21 from johndoe6345789/copilot/fix-dockerfile-copy-error
Fix Docker build failure: remove non-existent public directory copy
2026-01-19 19:53:13 +00:00
copilot-swe-agent[bot]
c5db89149e Remove misleading comment from Dockerfile
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:37:34 +00:00
copilot-swe-agent[bot]
5971a245a5 Fix Docker build: Remove non-existent public directory copy
The project doesn't have a public directory and Next.js standalone builds don't create one. Removed the COPY command that was failing on line 30.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-19 19:35:30 +00:00