mirror of
https://github.com/Radarr/Radarr
synced 2026-01-22 15:33:33 +01:00
* fix(frontend): replace any types with proper TypeScript types - AutoSuggestInput: use Data type from popper.js for modifier callback - Tooltip: use Data type from popper.js for computeMaxSize callback - OverlayScroller: use ComponentPropsWithoutRef<'div'> for renderView - index.ts: use unknown[] instead of any[] for logError parameters Improves type safety and removes eslint-disable comments. Partially addresses #37 * fix(frontend): use ModifierFn type and string values for Popper styles - Use ModifierFn type from popper.js for modifier callbacks - Calculate bottom/right from offset properties (top+height, left+width) - Convert numeric style values to strings with 'px' suffix - Fix typo: 'botton' -> 'bottom' in AutoSuggestInput --------- Co-authored-by: admin <admin@ardentleatherworks.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| build | ||
| src | ||
| typings | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| eslint.config.mjs | ||
| jsconfig.json | ||
| postcss.config.js | ||
| tsconfig.json | ||