discourse-ai/app/controllers/discourse_ai/admin
Martin Brennan ae80494448
UX: Improve rough edges of AI usage page (#1014)
* UX: Improve rough edges of AI usage page

* Ensure all text uses I18n
* Change from <button> usage to <DButton>
* Use <AdminConfigAreaCard> in place of custom card styles
* Format numbers nicely using our number format helper,
  show full values on hover using title attr
* Ensure 0 is always shown for counters, instead of being blank

* FEATURE: Load usage data after page load

Use ConditionalLoadingSpinner to hide load of usage
data, this prevents us hanging on page load with a white
screen.

* UX: Split users table, and add empty placeholders and page subheader

* DEV: Test fix
2024-12-12 08:55:24 +11:00
..
ai_llms_controller.rb FEATURE: improve visibility of AI usage in LLM page (#845) 2024-10-22 11:16:02 +11:00
ai_personas_controller.rb FEATURE: support custom instructions for persona streaming (#890) 2024-11-05 07:43:26 +11:00
ai_tools_controller.rb FIX: testing tool was not showing rag results (#867) 2024-10-25 16:01:25 +11:00
ai_usage_controller.rb UX: Improve rough edges of AI usage page (#1014) 2024-12-12 08:55:24 +11:00
dashboard_controller.rb FEATURE: Expose sentiment classifications via the admin dashboard. (#284) 2023-11-08 10:50:37 -03:00
rag_document_fragments_controller.rb FEATURE: RAG search within tools (#802) 2024-09-30 17:27:50 +10:00