nextcloud/apps/files/tests/js
Vincent Petry e2549fa660 Improve right sidebar tabs behavior
Tab heads are not rendered if only one tab.

The tab contents is updated on-demand. This means that if a tab is not
visible it is not rendered at first. If the tab was already rendered
through switching, its model will not get updated until the next time it
becomes visible. This will prevent needless rerendering of invisible tab
contents, especially considering that some tabs might need extra ajax
requests.
2015-08-14 16:51:04 +02:00
..
appSpec.js Tentative fix for legacy file actions unit test side effect 2014-09-16 15:38:44 +02:00
breadcrumbSpec.js Parse backslash as directory separator in breadcrumb 2015-01-24 09:56:00 +01:00
detailsviewSpec.js Improve right sidebar tabs behavior 2015-08-14 16:51:04 +02:00
favoritesfilelistspec.js Added favorites feature to the files app 2014-12-15 12:10:54 +01:00
favoritespluginspec.js Added unit tests for right sidebar 2015-08-07 01:22:43 +02:00
fileUploadSpec.js Fix file name validation in New menu 2015-04-27 16:31:18 +02:00
fileactionsSpec.js Make file actions work from sidebar 2015-08-12 17:30:20 +02:00
fileactionsmenuSpec.js Fixed file actions menu to close when reclicking trigger 2015-08-11 11:35:46 +02:00
filelistSpec.js Make file actions work from sidebar 2015-08-12 17:30:20 +02:00
filesSpec.js fixing js unit tests 2015-03-09 10:38:38 +01:00
filesummarySpec.js Adding a pending indicator to the files summary - fixes #14853 2015-03-27 01:16:29 +01:00
mainfileinfodetailviewSpec.js Make file actions work from sidebar 2015-08-12 17:30:20 +02:00
tagspluginspec.js Properly update internal file info with updated tags 2015-01-12 17:58:57 +01:00