jaszhix / tab-master-5000-extension

A browser extension that replaces the new tab page with a clean, sortable, and searchable, grid view of all of your open tabs.
https://chrome.google.com/webstore/detail/mippmhcfjhliihkkdobllhpdnmmciaim
MIT License
58 stars 17 forks source link

Allow customizing shown table columns. #32

Open RokeJulianLockhart opened 1 year ago

RokeJulianLockhart commented 1 year ago

Some devices are quite slow, so the less that is computed, the better. Disabling columns affects this greatly. However, this is currently impossible:

image

jaszhix commented 1 year ago

Disabling columns affects this greatly.

How did you measure this? It's not the most optimal implementation because of the way column widths are computed, but I can't imagine it being taxing on modern hardware. Ideally I'd prefer to rewrite the table view before providing more customization on top of the current one. Another factor is TM5K was ported to Firefox after years of development, and there are quite a few V8/Spidermonkey optimization differences IIRC.

RokeJulianLockhart commented 1 year ago

How did you measure this?

@jaszhix, I just tested it on a slow laptop.