Review of "Nepali Date" version 38

Details Page Preview

Shows nepali date on the top status area.

Extension Homepage
https://github.com/Biplab-Dutta/Nepali_Date

No comments.

Diff Against

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:147
      text = new St.Label({
        style_class: 'nepcal-label',
        y_expand: true,
        y_align: Clutter.ActorAlign.CENTER,
        text: nepDate + ' B.S.',
      })

All Versions

Previous Reviews on this Version

b_plab auto- rejected
Auto-rejected because of new version 39 was uploaded