electron-tabs
electron-tabs copied to clipboard
Tab component for Electron
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
**Describe the bug** The parameters of the callback function should not be a string. once(type: string, fn: (**detail: string**) => void): void; It should be similar to `on(type: string, fn:...
**Describe the bug** In >1.0.0, `Tab.webview` has type `HTMLElement`. In previous releases of `electron-tabs`, this field was properly typed as `Electron.WebviewTag`. **Expected behavior** I would expect the "webview" field to...
Bumps [electron](https://github.com/electron/electron) from 17.1.2 to 17.2.0. Release notes Sourced from electron's releases. electron v17.2.0 Release Notes for v17.2.0 Features Added ses.setCodeCachePath() API for setting code cache directory. #33285 (Also in...
As part of electron application main window, I have multiple tabs created using electron-tabs. Is there a feature to drag or copy an already loaded tab into new window. The...
Is there a way to set a tab limit? I could bind a function to tab-added and check the length of tabGroup.getTabs() and force tab.close() but it doesn't seem the...
When developing an electron application, how do I destroy the newly created tabGroup object, that is, how do I make the tab bar disappear?
**Describe the bug** As the number of tabs increases, tab wrapping does not work, and the contents of the tabs are displayed, but the tabs cannot be accessed. **To Reproduce**...
 When you type the in the input box in one tab (like in google.com type something in the search bar). The cursor is blinking and the input box is...
It would be nice to have a logic for many opened tabs. possible solutions are: - arrow on the right side with a menu to show additional tabs - scrolling...