Commit graph

33 commits

Author SHA1 Message Date
REJack
5b19f5e9aa enhanced IFrame plugin
- fix error throw
- add tab close button hide/show with hover/focus
2021-03-04 08:04:09 +01:00
Daniel
0f694c624d
small patch fix at switchTab in iFrame (#3435) 2021-02-22 08:50:37 +01:00
REJack
25a3c4bf1f rework IFrame for single tab closing 2021-02-17 11:23:12 +01:00
REJack
e9ee4e5e17 enhance IFrame close button & removeActiveTab function 2021-02-17 09:18:44 +01:00
REJack
8ed2712688 small IFrame plugin fixes 2021-02-17 09:00:25 +01:00
REJack
a2ace385cd add ability to create start tab (selfcreated) 2021-02-17 08:43:08 +01:00
REJack
e0a5aa8541 remove debug console.log from IFrame plugin 2021-02-10 08:42:36 +01:00
REJack
472c1622cf add allowDuplicates option to IFrame plugin 2021-02-10 08:41:59 +01:00
REJack
1b66775d4b fix iframe mode fullscreen height calculation 2021-02-10 08:20:01 +01:00
REJack
983b5ec24f add sidebar-search-results to IFrame tab creation 2021-01-27 08:44:43 +01:00
dependabot[bot]
654ad02d8a
Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#3323)
* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Clean up .eslintrc.json

* Autofix

* Temporarily disable `unicorn/consistent-destructuring`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-18 10:01:39 +02:00
REJack
e4ab1e4737 fix small iframe bug 2021-01-01 14:29:57 +01:00
REJack
f378e2f359 fix IFrame plugin for old browsers 2020-12-30 08:22:19 +01:00
REJack
f8ce13b9fa fix iframe unique name with special chars 2020-12-23 08:13:02 +01:00
Daniel
93c155bb7a
Bug fixed in iFrame.js (#3235)
Done #3233 with lgtm warning fixed
2020-12-22 08:45:59 +01:00
REJack
120844862f escape navItem & tabItem in IFrame.js 2020-11-30 09:50:19 +01:00
REJack
45cd9f6645 rename .fullscreen-mode to .iframe-mode-fullscreen 2020-10-03 15:43:47 +02:00
REJack
865fc053fa add iframe fullscreen mode 2020-10-03 15:43:15 +02:00
REJack
113a477618 add scroll buttons for navbar items 2020-10-03 15:12:06 +02:00
REJack
98962aeab7 enhance removeActiveTab 2020-10-03 14:31:11 +02:00
REJack
a772df102d rework methods 2020-09-30 09:04:29 +02:00
REJack
f0f59489f0 fix tab events 2020-09-29 08:48:41 +02:00
REJack
39f9e9e8a8 add usage for useNavbarItems 2020-09-29 08:44:17 +02:00
REJack
94867cd6b5 rename events to onTab* instead of tab* 2020-09-29 08:27:43 +02:00
REJack
fd07c05d2d last few changes
- fix sidebar menu item name (remove badge text)
- add removeActiveTab and event listener
2020-09-20 11:18:05 +02:00
REJack
0cfe854c71 add ability to set menu items active 2020-09-20 10:55:39 +02:00
REJack
18aeaed0a6 add event callback's (tabClicked, tabChanged, tabCreated) 2020-09-20 10:07:34 +02:00
REJack
b4b92be945 add ability to use navbar items 2020-09-20 09:59:23 +02:00
REJack
3a12dce448 add tab loading screen with delay 2020-09-19 14:51:15 +02:00
REJack
5bf7e0346b fix iframe height setter 2020-09-19 14:16:39 +02:00
REJack
349b501c27 further progress
- fix tab creation
- fix tab switching
- add auto open tab on creation
- add auto iframe mode for easy adaption
- add switchTab method
2020-09-19 14:00:55 +02:00
REJack
b810326bb8 further changes
- add empty tab
- fix tab switching
- add _fixHeight
2020-09-18 12:54:44 +02:00
REJack
a298bab35d start iframe plugin 2020-09-16 15:32:22 +02:00