Gui refactored into separate views | rewrite of keydown handler into event handler #255
Annotations
11 warnings
lint_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint_and_test:
src/gui/flashcard-modal.tsx#L1
'Notice' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L1
'Platform' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L1
'setIcon' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L7
'textInterval' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L7
'ReviewResponse' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L8
'COLLAPSE_ICON' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L9
't' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L10
'Card' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L11
'CardListType' is defined but never used. Allowed unused vars must match /^_/u
|
lint_and_test:
src/gui/flashcard-modal.tsx#L12
'CardType' is defined but never used. Allowed unused vars must match /^_/u
|