| @@ -476,42 +476,8 @@ | ||
| 476 | 476 | <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg> |
| 477 | 477 | <?php esc_html_e('Export', 'mxchat'); ?> |
| 478 | 478 | </button> |
| 479 | 479 | </div> |
| 480 | - <div class="mxch-translate-section"> | |
| 481 | - <div class="mxch-translate-controls"> | |
| 482 | - <select id="mxch-translate-lang" class="mxch-translate-select" title="<?php esc_attr_e('Target language', 'mxchat'); ?>"> | |
| 483 | - <option value="en">English</option> | |
| 484 | - <option value="es">Español</option> | |
| 485 | - <option value="fr">Français</option> | |
| 486 | - <option value="de">Deutsch</option> | |
| 487 | - <option value="it">Italiano</option> | |
| 488 | - <option value="pt">Português</option> | |
| 489 | - <option value="nl">Nederlands</option> | |
| 490 | - <option value="ru">Русский</option> | |
| 491 | - <option value="zh">中文</option> | |
| 492 | - <option value="ja">日本語</option> | |
| 493 | - <option value="ko">한국어</option> | |
| 494 | - <option value="ar">العربية</option> | |
| 495 | - <option value="hi">हिन्दी</option> | |
| 496 | - <option value="tr">Türkçe</option> | |
| 497 | - <option value="pl">Polski</option> | |
| 498 | - <option value="vi">Tiếng Việt</option> | |
| 499 | - <option value="th">ไทย</option> | |
| 500 | - <option value="id">Bahasa Indonesia</option> | |
| 501 | - <option value="sv">Svenska</option> | |
| 502 | - <option value="da">Dansk</option> | |
| 503 | - </select> | |
| 504 | - <button type="button" id="mxch-translate-btn" class="mxch-btn mxch-btn-primary mxch-btn-sm"> | |
| 505 | - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m5 8 6 6"/><path d="m4 14 6-6 2-3"/><path d="M2 5h12"/><path d="M7 2h1"/><path d="m22 22-5-10-5 10"/><path d="M14 18h6"/></svg> | |
| 506 | - <span class="mxch-translate-text"><?php esc_html_e('Translate', 'mxchat'); ?></span> | |
| 507 | - </button> | |
| 508 | - <button type="button" id="mxch-show-original-btn" class="mxch-btn mxch-btn-secondary mxch-btn-sm" style="display: none;"> | |
| 509 | - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/><path d="M3 3v5h5"/></svg> | |
| 510 | - <?php esc_html_e('Original', 'mxchat'); ?> | |
| 511 | - </button> | |
| 512 | - </div> | |
| 513 | - </div> | |
| 514 | 480 | </div> |
| 515 | 481 | |
| 516 | 482 | <!-- Messages Area --> |
| 517 | 483 | <div class="mxch-messages-area" id="mxch-messages-area"> |
| @@ -667,43 +633,18 @@ | ||
| 667 | 633 | <!-- RAG Context Modal --> |
| 668 | 634 | <div id="mxch-rag-modal" class="mxch-modal-overlay" style="display: none;"> |
| 669 | 635 | <div class="mxch-modal-content"> |
| 670 | 636 | <div class="mxch-modal-header"> |
| 671 | - <h2><?php esc_html_e('Message Context', 'mxchat'); ?></h2> | |
| 637 | + <h2><?php esc_html_e('Retrieved Documents', 'mxchat'); ?></h2> | |
| 672 | 638 | <button type="button" class="mxch-modal-close">×</button> |
| 673 | 639 | </div> |
| 674 | 640 | <div class="mxch-modal-body"> |
| 675 | - <!-- Tabs --> | |
| 676 | - <div class="mxch-context-tabs"> | |
| 677 | - <button type="button" class="mxch-context-tab active" data-tab="sources"> | |
| 678 | - <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/><polyline points="10 9 9 9 8 9"/></svg> | |
| 679 | - <?php esc_html_e('Sources', 'mxchat'); ?> | |
| 680 | - <span class="mxch-tab-badge" id="mxch-sources-count" style="display: none;">0</span> | |
| 681 | - </button> | |
| 682 | - <button type="button" class="mxch-context-tab" data-tab="actions"> | |
| 683 | - <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg> | |
| 684 | - <?php esc_html_e('Actions', 'mxchat'); ?> | |
| 685 | - <span class="mxch-tab-badge" id="mxch-actions-count" style="display: none;">0</span> | |
| 686 | - </button> | |
| 687 | - </div> | |
| 688 | - | |
| 689 | 641 | <div class="mxch-rag-loading" style="display: none;"> |
| 690 | 642 | <span class="spinner is-active"></span> |
| 691 | - <?php esc_html_e('Loading context...', 'mxchat'); ?> | |
| 643 | + <?php esc_html_e('Loading document context...', 'mxchat'); ?> | |
| 692 | 644 | </div> |
| 693 | - | |
| 694 | - <!-- Sources Tab Content --> | |
| 695 | - <div class="mxch-tab-content" id="mxch-tab-sources"> | |
| 696 | - <div class="mxch-rag-content"> | |
| 697 | - <!-- RAG context will be populated via JavaScript --> | |
| 698 | - </div> | |
| 699 | - </div> | |
| 700 | - | |
| 701 | - <!-- Actions Tab Content --> | |
| 702 | - <div class="mxch-tab-content" id="mxch-tab-actions" style="display: none;"> | |
| 703 | - <div class="mxch-actions-content"> | |
| 704 | - <!-- Action scores will be populated via JavaScript --> | |
| 705 | - </div> | |
| 645 | + <div class="mxch-rag-content"> | |
| 646 | + <!-- RAG context will be populated via JavaScript --> | |
| 706 | 647 | </div> |
| 707 | 648 | </div> |
| 708 | 649 | </div> |
| 709 | 650 | </div> |