aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry
Commit message (Expand)AuthorAgeFilesLines
* fix(files): do not disable action on load to keep focusGrigorii K. Shartsev2024-02-081-1/+5
* fix(files) selection store typingJohn Molakvoæ2024-02-071-5/+6
* fix(files): right lick actions menuJohn Molakvoæ2024-02-011-1/+1
* fix(files): make sure we focus the parent actions submenu entryJohn Molakvoæ2024-01-311-1/+17
* fix(files): Fix checkbox state semanticsChristopher Ng2024-01-211-6/+14
* refactor(files): replace deprecated `is` attr on `<a>` with dynamic componentGrigorii K. Shartsev2024-01-081-11/+20
* fix(files): make file list item link focusableGrigorii K. Shartsev2024-01-081-1/+2
* fix(files): open menu on right click positionJohn Molakvoæ2024-01-031-1/+17
* fix(files): focus file name on renaming also initiallyGrigorii K. Shartsev2024-01-021-4/+7
* enh(files): added ability to escape out of all selection when focusedEduardo Morales2023-12-271-1/+6
* fix(files): Do not add drag and drop listeners when renaming a fileFerdinand Thiessen2023-12-141-1/+3
* fix(files): Remove aria-label from span and move to favorite iconFerdinand Thiessen2023-12-032-10/+15
* Show shared label only if the current user have shared the file.Marco Ambrosini2023-11-221-1/+5
* fix: Be less strict about action exec return valueJulius Härtl2023-11-191-1/+1
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-181-1/+1
* Improve shared status buttonMarco2023-11-141-1/+14
* fix(files): Show Collectives icon in Collectives foldersJonas2023-11-142-0/+45
* Use background to increase overlay contrastLouis Chemineau2023-11-131-1/+1
* fix: Only reset preview src if it used to fail beforeJulius Härtl2023-11-131-3/+3
* Display play icon over live photos' previewsLouis Chemineau2023-11-091-0/+14
* fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-081-0/+1
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-081-19/+17
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-082-10/+16
* feat(files): support nested actionsJohn Molakvoæ2023-11-081-17/+94
* display inline title alwaysSimon L2023-11-071-1/+1
* Revert "display inline title always"Simon L2023-11-071-1/+1
* display inline title alwaysSimon L2023-11-071-1/+1
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-10/+3
* perf(files): performance optimizationsVarun Patil2023-10-192-8/+11
* perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-171-1/+2
* feat(files): grid viewJohn Molakvoæ2023-10-173-5/+16
* fix(files): split FileEntry NameJohn Molakvoæ2023-10-173-5/+337
* fix(files): split FileEntry ActionsJohn Molakvoæ2023-10-171-0/+238
* fix(files): split FileEntry Checkbox and fix range selectionJohn Molakvoæ2023-10-171-0/+130
* chore(files): split FileEntry PreviewJohn Molakvoæ2023-10-172-0/+297