Some UI/UX improvements:

- Fix tabs headers alignment and resize
- Implement a loading page to obscure actual DOM rendering from user's view
This commit is contained in:
Hadi Nategh
2019-08-06 02:13:06 +02:00
parent 9d5838ad97
commit 11d4aaf7c1
10 changed files with 190 additions and 8 deletions

View File

@ -395,8 +395,14 @@
createApplicationTab: function(_app, _pos)
{
this._super.apply(this, arguments);
this.checkTabOverflow();
},
/**
* Runs after et2 is loaded
*
*/
et2_loadingFinished: function() {
this.checkTabOverflow();
},
/**