Review of "Application Tabs" version 4

Details Page Preview

Window tabs for the focused application in the GNOME top bar or on a draggable floating bar. • Panel mode: tabs in the top bar • Standalone mode: floating tab bar (optional hide top bar, slide animation) • Click tab to focus or minimize; close button and right-click window menu • Drag to reorder tabs; add-tab and recent-windows menus • Per-app fixed panel/standalone mode; customizable tab styles Questions and feature requests: repository issue tracker.

Extension Homepage
https://github.com/hhoao/app_tabs

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)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

JustPerfection rejected
1. Please also do this in disable: ```js this._logger = null; this._config = null; this._tabs = null; ``` https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects 2. `super.destroy()` should be the last line not the first line (line 92 src/TabPanel.js).