Improve explorer styling

Created on 10 July 2024, 3 months ago
Updated 29 July 2024, 3 months ago

Problem/Motivation

Using dark theme AI explorer elements are from ugly to invisible.

Steps to reproduce

  • Enable Gin dark theme
  • Visit various menu items under Configure > AI > AI API explorer and elements will be white and text difficult to read
  • Try using the explorer and white text on white background will be invisible

This fixed for the pages I explored:

.ai-three-info,
.ai-left-side {
  background: #c5c5c512;
}
#ai-text-response details,
#ai-image-response details,
#ai-audio-response details {
  background:inherit!important;
}

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs work

Version

1.0

Component

User interface

Created by

🇱🇹Lithuania mindaugasd

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024