-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually filter by pressing 'f', clear all active filters by pressing…
… 'd', limit search to filtered tabs, more context menu options on tabs for discarding and reloading, and other additions and fixes - New keyboard shortcuts -- Manual filtering by pressing 'f' -- Clear all filters, including manual filters and the search filter by pressing 'd' - If manual filtering is active, only search within filtered tabs - Increase the height of the preview placeholder for unloaded tabs - New attribute `data-discarded` on tab entries indicating if tab has been discarded - Adjusted menu item appearances - `TUIList` changes -- New method `isElementHiddenBy` for checking if an element is currently being hidden by a reason -- `hideElement` and `showElement` now accept `includeSub` as a parameter -- New method `getSelected` for obtaining an array of elements currently being multiselected - Move tabs in one go when their positions change instead of removing them first and then adding them back in; fixes issue where active tabs being moved across windows have their "active" events missed due to them being removed temporarily - New context menu options on tabs for loading and unloading them - New methods `reload` and `discard` on `TTabActions` for reloading and discarding sets of tabs accordingly - Fixed tabs list going off-screen when the search bar grows vertically
- Loading branch information
Showing
7 changed files
with
148 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters