You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features/comp
silverwind 4b21a6c792
Enable Typescript `noImplicitThis` (#33250)
- Enable https://www.typescriptlang.org/tsconfig/#noImplicitThis
- Wrap Vue Template-Syntax SFCs in
[`defineComponent`](https://vuejs.org/api/general#definecomponent) which
makes type inference and linter work better
- Move `createApp` calls outside the SFCs into separate files
- Use [`PropType`](https://vuejs.org/api/utility-types#proptype-t) where
appropriate
- Some top-level component properties changed order as dictated by the
linter
- Fix all tsc and lint issues that popped up during these refactors
1 month ago
..
ComboMarkdownEditor.ts Fix remaining typescript issues, enable `tsc` (#32840) 2 months ago
ConfirmModal.ts Fix file editor & preview (#32706) 3 months ago
Cropper.ts Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
EasyMDEToolbarActions.ts Fix remaining typescript issues, enable `tsc` (#32840) 2 months ago
EditorMarkdown.test.ts Fix editor markdown not incrementing in a numbered list (#33187) 2 months ago
EditorMarkdown.ts Fix editor markdown not incrementing in a numbered list (#33187) 2 months ago
EditorUpload.test.ts Convert frontend code to typescript (#31559) 8 months ago
EditorUpload.ts Fix JS error when dropping a file to a editor without dropzone (#32804) 3 months ago
LabelEdit.ts Refactor LabelEdit (#32752) 3 months ago
QuickSubmit.ts Correctly query the primary button in a form (#32438) 4 months ago
ReactionSelector.ts Enable Typescript `strictFunctionTypes` (#32911) 2 months ago
SearchUserBox.ts Remove jQuery import from some files (#32512) 3 months ago
TextExpander.ts Fix suggestions for issues (#32380) 4 months ago
WebHookEditor.ts Enable Typescript `noImplicitThis` (#33250) 1 month ago