Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
  1. Mar 04, 2025
    • GotthardG's avatar
      Add image rendering to ResultGrid with zoom effect · fff3e9f8
      GotthardG authored
      This update introduces an "Images" column in the ResultGrid component, displaying thumbnails that expand on hover using CSS zoom effects. Adjustments were made to styles and grid cell overflow to ensure proper rendering and interaction with zoomed images.
      fff3e9f8
    • GotthardG's avatar
      Update dependencies and migrate to Node 18 minimum support · 2e1d87c3
      GotthardG authored
      Upgraded multiple package versions, including `@esbuild` and dependencies like `@mui/x-data-grid-premium`. Adjusted `node` engine requirement to `>=18` for compatibility. This ensures modernization and alignment with current toolchain standards.
      2e1d87c3
  2. Feb 27, 2025
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · c3cf463f
      GotthardG authored
      Simplified image rendering logic in `ResultGrid` by removing hover state management within JavaScript. Added `SampleImage.css` to handle hover effects for images and tooltips with scalable zoom. Cleaned up unnecessary comments and improved code readability.
      c3cf463f
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · da79115b
      GotthardG authored
      Simplified image rendering logic in `ResultGrid` by removing hover state management within JavaScript. Added `SampleImage.css` to handle hover effects for images and tooltips with scalable zoom. Cleaned up unnecessary comments and improved code readability.
      da79115b
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · 37fe820f
      GotthardG authored
      Simplified image rendering logic in `ResultGrid` by removing hover state management within JavaScript. Added `SampleImage.css` to handle hover effects for images and tooltips with scalable zoom. Cleaned up unnecessary comments and improved code readability.
      37fe820f
    • GotthardG's avatar
      Refactor image rendering in ResultGrid with CSS enhancements · de4a6d2d
      GotthardG authored
      Simplified image rendering logic in `ResultGrid` by removing hover state management within JavaScript. Added `SampleImage.css` to handle hover effects for images and tooltips with scalable zoom. Cleaned up unnecessary comments and improved code readability.
      de4a6d2d
  3. Feb 26, 2025
    • GotthardG's avatar
      Add Image models and clean up test code structure · e070fd46
      GotthardG authored
      Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
      e070fd46
    • GotthardG's avatar
      Add Image models and clean up test code structure · 21d41818
      GotthardG authored
      Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
      21d41818
    • GotthardG's avatar
      Add Image models and clean up test code structure · ab6148a7
      GotthardG authored
      Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
      ab6148a7
    • GotthardG's avatar
      Add Image models and clean up test code structure · 303e6579
      GotthardG authored
      Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
      303e6579
    • GotthardG's avatar
      Add Image models and clean up test code structure · b04c7b8c
      GotthardG authored
      Introduced `ImageCreate` and `Image` models to handle image-related data in the backend. Improved the organization and readability of the testing notebook by consolidating and formatting code into distinct sections with markdown cells.
      b04c7b8c
Loading