Review of "Notification Banner Position" version 11

Details Page Preview

Changes position of the notification banner from the default to the right side of the screen.

Extension Homepage
https://github.com/brunodrugowick/notification-position-gnome-extension

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
15 Active
14 Active
13 Active
12 Active
11 Rejected
10 Active
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

JustPerfection rejected
1. Don't use `log()`: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging 2. Please remove line 19, not needed. 3. That doesn't exist in 45 (line 7) and you should remove line 3 import. just simply use `this.metadata` if you want metadata: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils
Bruno Drugowick posted a review
1. Ok 1. You meant the `init()` function, right? Ok 3. Ok.