Review of "Notification Configurator" version 5

Details Page Preview

Notification Configurator ✦ Notification Rate Limiting - Prevent frequent notifications from the same app within a configurable time threshold ✦ Custom Color Themes - Set custom colors for notifications per application (background, title, body, app name, time) ✦ Notification Positioning - Control where notifications appear on screen (fill, left, center, right) ✦ Filter Notifications - Hide or remove notifications based on specific criteria ✦ Test Notifications - Send test notifications to preview your settings instantly ✦ Real-time Configuration - Changes take effect immediately without requiring restarts

Extension Homepage
https://github.com/ExposedCat/gnome-notification-configurator

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
8 Active
7 Active
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please add GitHub or GitLab url to the `metadata.json`: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 2. Please don't store any instance of objects in a property in the default class you are exporting (line 14-23 `prefs.js`) that won't allow the garbage collector to do its job after window close: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) If you don't want to move them to another class or make it local to `fillPreferencesWindow()` function, you can clean up on: ```js window.connect('close-request', () => { // clean up here }); ``` - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions