Releases: bodynar/MAS.GitlabComments.Client
v1.6.0
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.

2. Import/Export Data
Added UI to enable data transfer between application instances. Users can now download current application data and upload exported data.
Existing Feature Updates
1. Enhanced Statistics Module
Redesigned filters in the statistics section and improved data visualization.

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
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
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
- Fixed bug that crushes comments list page
v1.3 - Stats
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
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
- #20 add notification on delete by @bodynar in #23
- #22 fix notifications order by @bodynar in #24
- Feature/bug#21 notification bell time by @bodynar in #25
- #19 fix styles for button and search by @bodynar in #26
Full Changelog: v1.2...v1.2.1
v1.2 - Dark theme
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
- Feature/task#6 notification list by @bodynar in #11
- Feature/bug#3 appearance count on add by @bodynar in #13
- Feature/task#9 dark theme by @bodynar in #14
- Feature/task#12 add dismiss all button by @bodynar in #15
- #16 add favicon by @bodynar in #17
Full Changelog: v1.1...v1.2
1.1 - Readonly mode
Readonly mode added
Allows to use data in read only mode. Helps with several apps running on same db
1.0 - Initial release
Initial release.
CRUD over comments, site layout baseline.

