mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
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:
@ -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();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user