Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LiveHelperChat/livehelperchat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.82v
Choose a base ref
...
head repository: LiveHelperChat/livehelperchat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.83v
Choose a head ref
  • 14 commits
  • 47 files changed
  • 1 contributor

Commits on Mar 17, 2026

  1. Add message count sorting and validation warning ⚡️📊

    - Introduced sorting options for highest and lowest message counts in chat lists 🔄
    - Added a warning alert for sorting by message count requiring a date range of 31 days or less ⚠️
    - Enhanced filtering logic to accommodate new sorting options and ensure proper functionality 🔍
    remdex committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    0b6051e View commit details
    Browse the repository at this point in the history
  2. Enhance webhook functionality and debugging capabilities 🚀🔧

    - Updated form template to include chat ID testing and improved button styling 🎨
    - Modified `processEvent` methods in webhook classes to support debug mode for easier testing 🛠️
    - Added new conditions for validation in webhook processing, including 'notempty' and 'in_list' checks ✅
    - Improved error handling and logging for webhook events to facilitate debugging 📝
    - Enhanced response handling in test pattern module to support webhook ID validation 🔍
    remdex committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    b011dfb View commit details
    Browse the repository at this point in the history
  3. add to debug

    remdex committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    3fa19a9 View commit details
    Browse the repository at this point in the history
  4. feat: Update widget version and improve responsiveness 🎉

    - Bumped widget version from 271 to 272 in multiple files to reflect the latest changes 🚀
    - Enhanced the mainWidget's screenAttributesUpdate method by:
      - Commenting out the invitation check for better flexibility in rendering 🎭
      - Adjusting height calculations to ensure proper display across different screen sizes 📏
      - Refining width calculations to improve responsiveness and prevent overflow issues 📐
    - Updated the API response to return the new wrapper version, ensuring consistency across the application 🔄
    
    These changes aim to enhance user experience by improving widget adaptability on various devices and ensuring the latest version is correctly reflected in the system. 🌟
    remdex committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    96dd506 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    78063fc View commit details
    Browse the repository at this point in the history
  2. feat: Enhance dropdown functionality with select/unselect all options 🎉

    - Added "Select all" and "Unselect all" buttons to the dropdown for improved user experience. This allows users to quickly select or deselect all options at once. 🖱️
    - Implemented event handlers for the new buttons to check/uncheck all visible items in the dropdown. ✅❌
    - Updated the dropdown plugin to reflect these changes in both the minified and unminified versions of the JavaScript file. 📦
    - Modified the render helper to include the new buttons in the dropdown template, ensuring they are displayed correctly based on the input type. 🛠️
    - Cleaned up redundant code related to input type and selector handling for better maintainability. 🧹
    
    These enhancements aim to streamline the selection process and improve overall usability of the dropdown component. 🚀
    remdex committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    db01674 View commit details
    Browse the repository at this point in the history
  3. Change UI to select all

    remdex committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    93fd741 View commit details
    Browse the repository at this point in the history
  4. Pass wrapper version

    remdex committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    ed511b8 View commit details
    Browse the repository at this point in the history
  5. Proper termination

    remdex committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    d39b50e View commit details
    Browse the repository at this point in the history
  6. Support dashes

    remdex committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    80cdd7b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Auto-uppercase fix.

    Auto-uppercase was breaking new editor text.
    remdex committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    bbf5841 View commit details
    Browse the repository at this point in the history
  2. Auth fix

    remdex committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    d9c3fbe View commit details
    Browse the repository at this point in the history
  3. Few small fixes

    remdex committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    31eb031 View commit details
    Browse the repository at this point in the history
  4. feat: Add archive functionality to subjects and improve filtering opt…

    …ions 🎉
    
    - Introduced 'archive' field in the subject model for better subject management 📦
    - Updated templates to include archive options in chat and mail conversations 📨
    - Enhanced search filters to allow inclusion/exclusion of archived subjects 🔍
    - Improved UI responsiveness and added new checkbox for archived subjects in filters 🖱️
    - Updated changelog and database structure for version 4.83v 📜
    - Fixed various minor issues and improved overall code quality 🔧
    remdex committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    911d065 View commit details
    Browse the repository at this point in the history
Loading