aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* test: Add proper styles for Cypress component testsFerdinand Thiessen2024-10-291-0/+1
| | | | | | | This also fixes Typescript issue but requires to slightly adjust the Navigation test as the progress bar is not visible (because it is overlayed by another element). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Move from Jest to vitestFerdinand Thiessen2024-08-261-2/+2
| | | | | | | | | | There are some benefits, like faster tests and thus saving CI time, but the main reason for me is: Jest still does not properly support ESM packages, this casues a lot of breaking stuff. Sometimes you need to adjust imports for mocking, and somethimes other random stuff break. Instead of wasting valuable developer lifetime we can use vitest which works perfectly with ESM. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 onlyFerdinand Thiessen2023-12-031-1/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(config): Adjust typescript config to allow `.ts` imports and Typescript ↵Ferdinand Thiessen2023-11-271-3/+7
| | | | | | in Vue files Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` releaseFerdinand Thiessen2023-11-141-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* tests: Add accessibility tests for CSS color variablesFerdinand Thiessen2023-10-271-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: add sidebar action testingJohn Molakvoæ2023-06-211-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port Files navigation to vueJohn Molakvoæ2023-01-041-6/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-0/+22
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>