Table of Contents | ||
---|---|---|
|
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
Added "Create" Button in the global settings
Status | ||||
---|---|---|---|---|
|
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.
...
Improvements
Improved contract creation window
Status | ||||
---|---|---|---|---|
|
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.
...
Bug Fixes
Fixed that watermark didn’t work on attached page
Status | ||||
---|---|---|---|---|
|
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
Status | ||||
---|---|---|---|---|
|
We have addressed and fixed a potential issue in handling the dynamic input related to receiving completed contracts.
Fixed contract signing issue
Status | ||||
---|---|---|---|---|
|
This fix resolved an issue that prevented contracts with a creation date placeholder from being signed due to missing HTML.
Fixed API handling issue
Status | ||||
---|---|---|---|---|
|
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.
...