Review of "Logo Activities" version 11

Details Page Preview

Show an icon instead of the label

Extension Homepage
https://github.com/howbea/logo-activities

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

Previous Reviews on this Version

JustPerfection active
howbeau posted a review
Hi, do you have a time? The extension.js does't seem to load metadata.json.
JustPerfection posted a review
What do you mean?
JustPerfection posted a review
We have `this.metadata` in the entry point if you mean you want `metadata.json` fields: [Extensions Guide: ESModule](https://gjs.guide/extensions/topics/extension.html#example-3)
howbeau posted a review
I reported the issue that conflict this._uuid(it might be my extension id name)s as undefined. https://github.com/howbea/logo-activities/issues/3
howbeau posted a review
"I was reported"
JustPerfection posted a review
because `this._uuid` is wrong. `this.uuid` is the correct property name.
howbeau posted a review
Thank you very much. I will fix it in next update.