electron-tabs icon indicating copy to clipboard operation
electron-tabs copied to clipboard

Tab component for Electron

Results 22 electron-tabs issues
Sort by recently updated
recently updated
newest added

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...

dependencies

**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:...

bug

**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...

bug

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...

dependencies

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...

enhancement

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...

enhancement

When developing an electron application, how do I destroy the newly created tabGroup object, that is, how do I make the tab bar disappear?

enhancement

**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**...

bug

![focus](https://user-images.githubusercontent.com/22879684/124235135-84c28b80-dada-11eb-8c49-2eddf61c750d.gif) 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...

enhancement

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...

enhancement