Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Summary 🌟

In this release, we’ve introduced new “Create” button in the app, improved the contract creation window and dialog. Several bugs have also been fixed, including issues with watermark display, input handling, contract signing, and API request handling.


New Features (blue star)

Added "Create" Button in the global settings NEW

A new "Create" button has been added next to the "Search" button in global settings. This feature allows users to open a dialog, select an issue, and initiate contract creation.

image-20241230-124952.png

Improvements (blue star)

Improved contract creation window IMPROVED

We improved the contract creation window and dialog for better user experience.

  • Updated attachment visibility message for clarity.

  • Adjusted logo, input labels, and text alignment for better positioning.

  • Standardized spacing across fields, buttons, and elements.

  • Resized and repositioned buttons for layout consistency.

  • Enhanced vertical scrollbar usability.

image-20241230-130302.png

Bug Fixes (blue star)

Fixed that watermark didn’t work on attached page FIXED

There was an issue where watermark was overflowing from the contract page has been fixed.
The watermark is now properly displayed within the contract.

Fixed input handling issue FIXED

We have addressed and fixed a potential issue in handling the dynamic input related to receiving completed contracts.

Fixed contract signing issue FIXED

This fix resolved an issue that prevented contracts with a creation date placeholder from being signed due to missing HTML.

Fixed API handling issue FIXED

There was an issue in the contract creation process (POST /create-contract) where an error occurred due to a missing character in the escape sequence. Now this issue has been resolved.

  • No labels