aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js/mainfileinfodetailviewSpec.js
Commit message (Collapse)AuthorAgeFilesLines
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-271/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-24/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-081-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(tests): update jsunit tests after dep and files updateJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-18/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Hide favourite icon in details view if favourite action is not availableDaniel Calviño Sánchez2018-01-051-0/+29
| | | | | | | | | | | | When the favourite icon in the details view is clicked the "Favorite" action is triggered. However, if the action name given to "triggerAction" is not found then the "Download" action is triggered instead. As the "Favorite" action is not available in some file lists (like "Recents") the "Download" action was executed instead in those cases, which was a strange behaviour. Now the favourite icon is hidden if its action is not available. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Style modifications of favorite star on main detail view (#26658)Michael Jobst2016-12-191-10/+10
| | | | | | | | | | | | * Style modifications of favorite star on main detail view * Removed unused opacity change on mouse over * favorite star title fixed * favorite star opacity should always be .7 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add anchor icon in sidebar to copy permalinkVincent Petry2016-05-061-0/+5
|
* Fix icon update to be more consistentVincent Petry2015-10-291-0/+14
| | | | Makes the details bar show the same icon as in the list.
* Fix moment.js "a few seconds ago" with "seconds ago"Morris Jobke2015-10-021-1/+1
| | | | * fixes #18627
* Fix sidebar thumbnail loading JS unit testsVincent Petry2015-09-031-8/+58
|
* Fixes failing testsRaghu Nayyar2015-08-311-4/+4
|
* Fix trashbin sidebarVincent Petry2015-08-251-0/+13
| | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
* Make file actions work from sidebarVincent Petry2015-08-121-29/+100
| | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar.
* Fix unit test for tipsy->tooltip changeVincent Petry2015-08-101-3/+3
|
* fix timezone issue with unittestArthur Schiwon2015-08-071-1/+2
|
* Fix sidebar mtime display unit testVincent Petry2015-08-071-2/+2
|
* extend MainFileInfoDetailView JS testsArthur Schiwon2015-08-071-3/+29
|
* More work on right sidebar unit testsVincent Petry2015-08-071-3/+3
|
* Added unit tests for right sidebarVincent Petry2015-08-071-0/+77