Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): Fix having to resolve conflicts twice when dropping files | Christopher Ng | 2024-09-24 | 1 | -2/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | refactor(files): Migrate logger util to Typescript | Ferdinand Thiessen | 2024-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore: add drag and drop recursion and FilesystemAPI testing | skjnldsv | 2024-04-04 | 1 | -171/+7 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files): unify drag and drop methods | skjnldsv | 2024-04-04 | 1 | -96/+263 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): breadcrumbs dnd | skjnldsv | 2024-04-04 | 1 | -2/+73 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge) | Ferdinand Thiessen | 2024-03-18 | 1 | -12/+18 |
| | | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files) selection store typing | John Molakvoæ | 2024-02-07 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): drag and drop events chain and cancel | John Molakvoæ | 2023-12-20 | 1 | -4/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): recursive drop path join | John Molakvoæ | 2023-12-20 | 1 | -2/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): Correctly handle dropping folders on file list | Ferdinand Thiessen | 2023-12-06 | 1 | -0/+133 |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |