Plugin Directory

Changeset 3443042


Ignore:
Timestamp:
01/20/2026 08:27:30 AM (2 months ago)
Author:
quantumcloud
Message:

Improved Admin UI

Location:
chatbot
Files:
388 added
4 edited

Legend:

Unmodified
Added
Removed
  • chatbot/trunk/css/admin-style.css

    r3434952 r3443042  
    26242624    padding: 8px 0;
    26252625}
    2626 
    2627 
     2626button#botmaster_submit_sitemap_btn {
     2627    background: #5B4E96;
     2628    border-color: #5B4E96;
     2629}
     2630div#rag-database h3 {
     2631    padding: 0 0 8px 0;
     2632    margin: 15px 0 8px 0;
     2633    font-weight: bold;
     2634    font-size: 22px !important;
     2635    color: #5b4e96 !important;
     2636}
     2637
  • chatbot/trunk/includes/admin/templates/rag.php

    r3434952 r3443042  
    120120                            <form id="rag-pdf-form">
    121121                                <input type="file" id="rag-pdf-files" name="rag_pdf[]" multiple accept="application/pdf" />
    122                                 <br><br>
     122                                <br>
    123123                                <button type="submit" class="button button-primary" id="rag-pdf-submit">Upload & Embed PDF</button>
    124124                                <span id="rag-pdf-status" style="margin-left: 10px;"></span>
     
    137137                            <form id="rag-csv-form">
    138138                                <input type="file" id="rag-csv-files" name="rag_csv[]" multiple accept=".csv,text/csv" />
    139                                 <br><br>
     139                                <br>
    140140                                <button type="submit" class="button button-primary" id="rag-csv-submit">Upload & Embed CSV</button>
    141141                                <span id="rag-csv-status" style="margin-left: 10px;"></span>
     
    154154                            <form id="rag-xaml-form">
    155155                                <input type="file" id="rag-xaml-files" name="rag_xaml[]" multiple accept=".xaml,text/xml,application/xml" />
    156                                 <br><br>
     156                                <br>
    157157                                <button type="submit" class="button button-primary" id="rag-xaml-submit">Upload & Embed XAML</button>
    158158                                <span id="rag-xaml-status" style="margin-left: 10px;"></span>
     
    179179        </div>
    180180
    181     <style>
    182 .qcld-tab-content {
    183     display: none !important;
    184 }
    185 
    186 .qcld-tab-content.active {
    187     display: block !important;
    188 }
    189     </style>
     181                    <style>
     182                .qcld-tab-content {
     183                    display: none !important;
     184                }
     185
     186                .qcld-tab-content.active {
     187                    display: block !important;
     188                }
     189                    </style>
    190190
    191191    <script>
  • chatbot/trunk/qcld-wpwbot.php

    r3442403 r3443042  
    55 * Description: ChatBot is a native WordPress ChatBot plugin to provide live chat support and lead generation
    66 * Donate link: https://www.wpbot.pro/
    7  * Version: 7.7.0
     7 * Version: 7.7.1
    88 * @author    QuantumCloud
    99 * Author: ChatBot for WordPress - WPBot
     
    4242
    4343if ( ! defined( 'QCLD_wpCHATBOT_VERSION' ) ) {
    44     define('QCLD_wpCHATBOT_VERSION', '7.7.0');
     44    define('QCLD_wpCHATBOT_VERSION', '7.7.1');
    4545}
    4646if ( ! defined( 'QCLD_wpCHATBOT_REQUIRED_wpCOMMERCE_VERSION' ) ) {
  • chatbot/trunk/readme.txt

    r3442403 r3443042  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 7.7.0
     7Stable tag: 7.7.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    360360== Changelog ==
    361361
     362= 7.7.1 =
     363# Improved Admin UI
     364
    362365= 7.7.0 =
    363366# End Sale
Note: See TracChangeset for help on using the changeset viewer.