Review of "Hyperliquid Price Bar" version 1

Details Page Preview

Display real-time Hyperliquid cryptocurrency prices in the GNOME top panel. Features: * Top 3 tickers visible directly in the panel * Click to expand and see all tickers with price charts * Real-time WebSocket updates * Shows price, 24h change percentage, and funding rates

Extension Homepage
https://github.com/zengdard/hyperbare

No comments.

FAQ

Files

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

Shexli (experimental) warning 2

Shexli found 2 issues that may need reviewer attention.

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:51
            GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
                this._ws.start();
                return GLib.SOURCE_REMOVE;
            })

EGO-M-005 warning

metadata session-modes must be omitted when only user mode is declared

Field `session-modes` should be omitted when it only contains `user`.

metadata.json must be well-formed

  • metadata.json
    session-modes=['user']

All Versions

Version Status
1 Unreviewed