aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/composables/useFileListWidth.cy.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-201-0/+56
Replace the mixin with a composable, this is better typed and works in both: Options- and Composition API. Also added component tests for it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>