discourse-ai/lib/completions
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
..
dialects FEATURE: first class support for OpenRouter (#1011) 2024-12-10 05:59:19 +11:00
endpoints FEATURE: first class support for OpenRouter (#1011) 2024-12-10 05:59:19 +11:00
anthropic_message_processor.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
json_stream_decoder.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
json_streaming_parser.rb FEATURE: partial tool call support for OpenAI and Anthropic (#908) 2024-11-14 06:58:24 +11:00
llm.rb FEATURE: first class support for OpenRouter (#1011) 2024-12-10 05:59:19 +11:00
nova_message_processor.rb FEATURE: Amazon Nova support via bedrock (#997) 2024-12-06 07:45:58 +11:00
open_ai_message_processor.rb FEATURE: AI Usage page (#964) 2024-11-29 06:26:48 +11:00
prompt.rb FEATURE: allows forced LLM tool use (#818) 2024-10-05 09:46:57 +10:00
prompt_messages_builder.rb FEATURE: Add support for contextualizing a DM to a bot (#627) 2024-05-21 17:17:02 +10:00
report.rb UX: Improve rough edges of AI usage page (#1014) 2024-12-12 08:55:24 +11:00
tool_call.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
tool_call_progress_tracker.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
upload_encoder.rb FEATURE: Add vision support to AI personas (Claude 3) (#546) 2024-03-27 14:30:11 +11:00
xml_tag_stripper.rb FIX: display search correctly, bug when stripping XML (#668) 2024-06-14 15:28:40 +10:00
xml_tool_processor.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00