feat(ui): small improvements to chat interface (#4907)

- Change chat colors
- Improve layout on small windows

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-02-26 11:10:40 +01:00 committed by GitHub
parent 61a24746a1
commit 5ad2be9c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 263 additions and 242 deletions

View file

@ -209,11 +209,6 @@ func RegisterUIRoutes(app *fiber.App,
summary["TotalPages"] = totalPages
summary["CurrentPage"] = pageNum
summary["Models"] = template.HTML(elements.ListModels(models, processingModels, galleryService))
log.Debug().Msgf("totalPages : %+v\n", totalPages)
log.Debug().Msgf("prevPage : %+v\n", prevPage)
log.Debug().Msgf("nextPage : %+v\n", nextPage)
log.Debug().Msgf("CurrentPage : %+v\n", pageNum)
}
// Render index