Skip to content

Releases: bodynar/MAS.GitlabComments.Client

v1.6.0

08 Feb 13:27

Choose a tag to compare

Link

Download the build for v1.6.0_UI.zip
Related API release

Changes

New Features

1. Similar Comments Search

When creating a new comment, a search for similar comments is performed to prevent duplicates. After entering at least 4 characters in the mandatory fields (minimum 2 in each), a search for similar comments will be conducted based on these 2 mandatory fields ("Comment" and "Link to rule"). If such comments exist, they will be displayed in a new block within the modal window (screenshot below). Comment information is displayed using the template:

{Comment number} | {Comment text}
{Number of appearances} | {Link to rule field}

Clicking on the comment number will close the current modal window and display the selected comment with highlighting.
image

2. Import/Export Data

Added UI to enable data transfer between application instances. Users can now download current application data and upload exported data.

image

Existing Feature Updates

1. Enhanced Statistics Module

Redesigned filters in the statistics section and improved data visualization.
image

image

Other

  • Fixed the position of the increment cancellation tokens block at 1440px screen width, which previously overlapped the "Add Comment" button
  • Automatic focus on the search field when opening the comments module.
  • Fixed the "lag" issue when displaying the comments list during data loading.
  • Revamped the comment highlighting system, which previously failed in some cases.
  • Adjusted the comment deletion algorithm—the entire comments list no longer reloads after deletion.

v1.4.1

10 Jan 19:50
021498a

Choose a tag to compare

Fixes for v1.4

  • Increase length for comment text & link to rule
  • Fixed notification auto-hide behavior
  • Fixed placement of increment appearance comment button

Full Changelog:
bodynar/MAS.GitlabComments.Api@v1.4...v1.4.1

v1.4

30 Dec 12:34
b32c933

Choose a tag to compare

v1.4

  • Add number column to comment
  • Add management page to maintain (temporary) comments table & view system variables
  • Update display template for comment
  • Fix issues with search bar, notifications, modal and others
  • Update all visual styles
  • Add minor explanation tests

Full Changelog: v1.3.1...v1.4

v1.3.1 Hotfixes

12 Jul 18:00
fdb5ad0

Choose a tag to compare

  • Fixed bug that crushes comments list page

v1.3 - Stats

12 Jul 16:25

Choose a tag to compare

Changelog

  • Add stats page to see top 10 incrementing comments in specified date range
  • Fixed notification issue when notification in small tab came with scrollbar
  • Re-arranged components in comments list to match stats list
  • Add saving comments search query in href
  • When open site with hash of comment - it will be highlighted (see button in stats)
  • Fixed other minor issues
  • Use @bodynarf/react.components instead of custom

Full Changelog: v1.2.1...v1.3

v1.2.2 - Hotfixes

08 Oct 20:54
9f4c909

Choose a tag to compare

Fixed bugs:

  • Notification order from new to old
  • Notification bell time format
  • Styles for disabled button in dark mode
  • Notification after delete comment

What's Changed

Full Changelog: v1.2...v1.2.1

v1.2 - Dark theme

07 Oct 22:38
79c5317

Choose a tag to compare

Change log:

  • Added dark theme
  • Added notification history
  • Notification will no longer appear on screen when tab is unfocused
  • New favicon
  • Fixed notification placement and page layout

What's Changed

Full Changelog: v1.1...v1.2

1.1 - Readonly mode

18 Sep 18:20

Choose a tag to compare

Readonly mode added

Allows to use data in read only mode. Helps with several apps running on same db

1.0 - Initial release

26 Apr 00:19
95dd0e4

Choose a tag to compare

Initial release.

CRUD over comments, site layout baseline.