Review of "Winboard" version 2

Details Page Preview

Windows 11 style Clipboard Manager with Emoji, Kaomoji, Symbols & Auto-Paste

Extension Homepage
https://github.com/ngotuananh101/winboard

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 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • src/core/clipboardManager.js:50
    GLib.file_get_contents(filePath)
  • src/core/storage.js:29
    GLib.file_get_contents(this._historyFile)
  • src/ui/emojiView.js:36
    GLib.file_get_contents(jsonPath)
  • src/ui/kaomojiView.js:36
    GLib.file_get_contents(jsonPath)
  • src/ui/symbolsView.js:36
    GLib.file_get_contents(jsonPath)

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • src/core/clipboardManager.js:10
    St.Clipboard.get_default()

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Unreviewed

Previous Reviews on this Version

ngotuananh2101 auto- rejected
Auto-rejected because of new version 3 was uploaded