hedgedoc/frontend/src/hooks/common
Tilman Vatteroth 49bbd32635
test(frontend): replace jest with vitest
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2025-04-26 16:13:11 +02:00
..
use-app-title.ts feat: fetch frontend config in server side rendering 2023-04-06 22:54:32 +02:00
use-application-state.ts refactor(redux): migrate to RTK2 store definition 2024-04-09 10:55:38 +02:00
use-array-string-url-parameter.ts feat: migrate frontend app to nextjs app router 2023-09-03 22:00:34 +02:00
use-base-url.tsx feat: migrate frontend app to nextjs app router 2023-09-03 22:00:34 +02:00
use-bind-pointer-movement-event-on-window.ts fix(frontend): reformat source files 2022-12-04 20:59:46 +01:00
use-boolean-state.ts fix(frontend): reformat source files 2022-12-04 20:59:46 +01:00
use-cheatsheet-search.spec.ts test(frontend): replace jest with vitest 2025-04-26 16:13:11 +02:00
use-cheatsheet-search.ts chore(deps): upgrade orama to 3.0.1 2024-11-12 20:58:09 +01:00
use-effect-with-catch.ts fix(frontend): reformat source files 2022-12-04 20:59:46 +01:00
use-is-document-visible.spec.tsx test(frontend): replace jest with vitest 2025-04-26 16:13:11 +02:00
use-is-document-visible.ts feat(frontend): show indicator in document title for background changes 2023-03-29 01:16:43 +02:00
use-is-logged-in.ts fix: show new note button only dependent on guest access 2023-10-07 12:34:34 +02:00
use-is-owner.ts fix(frontend): make note details in redux optional 2023-09-09 09:40:06 +02:00
use-lowercase-on-input-change.spec.tsx test(frontend): replace jest with vitest 2025-04-26 16:13:11 +02:00
use-lowercase-on-input-change.ts feat(frontend): handle username in lowercase 2023-06-04 21:55:19 +02:00
use-may-edit.ts fix(frontend): make note details in redux optional 2023-09-09 09:40:06 +02:00
use-note-filename.tsx feat(sidebar): add gitlab snippet and github gist export 2024-04-04 00:36:48 +02:00
use-note-markdown-content.ts fix(frontend): make note details in redux optional 2023-09-09 09:40:06 +02:00
use-note-title.ts fix(frontend): make note details in redux optional 2023-09-09 09:40:06 +02:00
use-on-input-change.spec.tsx test(frontend): replace jest with vitest 2025-04-26 16:13:11 +02:00
use-on-input-change.ts feat(frontend): handle username in lowercase 2023-06-04 21:55:19 +02:00
use-single-string-url-parameter.ts fix(frontend): migrate type changes 2023-10-20 13:35:54 +00:00
use-timeout-fn.ts fix(iframe-loader): add fallback for iframe loading 2023-10-02 09:13:30 +02:00
use-translated-text.ts fix(frontend): improve performance by caching translated texts 2023-06-26 23:56:44 +02:00
use-trimmed-note-markdown-content-without-frontmatter.ts fix(frontend): migrate type changes 2023-10-20 13:35:54 +00:00
useTranslatedText.spec.ts test(frontend): replace jest with vitest 2025-04-26 16:13:11 +02:00