Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6248 Improvement: Set foundation to improve migrate-to-typescript efficiency #6249

Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
c93dce0
Refactor index.tsx to typescript
tylers-username Oct 23, 2024
b6b2dca
Support alias to support typescript module declarations
tylers-username Oct 24, 2024
614666b
Support new index.tsx in prod
tylers-username Oct 24, 2024
1b82dae
Resolve lint errors
tylers-username Oct 24, 2024
aee8607
Merge branch 'master' into improvement--typescript-convert
tylers-username Oct 24, 2024
b988d62
Merge branch 'master' into improvement--typescript-convert
tylers-username Oct 25, 2024
d5179a1
Merge branch 'master' into improvement--typescript-convert
tylers-username Jan 6, 2025
0f67437
refactor alias to align with bullet-proof react absolute imports
tylers-username Jan 6, 2025
3a85ebe
Ensure vitest knows how to handle our aliases
tylers-username Jan 8, 2025
29da891
Update src/index.tsx
tylers-username Jan 9, 2025
d694018
Refactor QueueCore to typescript
tylers-username Jan 10, 2025
3efbdfa
Convert groupSelectMenu to tsx
tylers-username Jan 10, 2025
cc07283
Merge remote-tracking branch 'origin/master' into improvement--typesc…
tylers-username Jan 12, 2025
4cbd769
add media type specific translation in up next dialog (#6307)
bluemoehre Jan 6, 2025
8e105b1
fix select all on more then 49 items in search result row
schrottsimon Nov 8, 2024
ae713bd
Translated using Weblate (Spanish (Argentina))
castillofrancodamian Jan 6, 2025
e3579d0
Translated using Weblate (Dutch)
854562 Jan 6, 2025
6d74ee8
Translated using Weblate (Polish)
Matthaiks Jan 6, 2025
309f52b
Refactor getDeviceName() for readability (#6319)
kepper104 Jan 6, 2025
1eec5fe
Translated using Weblate (German)
SHOESKE-H Jan 6, 2025
f9b6116
Translated using Weblate (Spanish (Argentina))
castillofrancodamian Jan 6, 2025
fdc28a3
Translated using Weblate (Swedish)
Jan 7, 2025
132d664
Translated using Weblate (Catalan)
PereOrtix Jan 7, 2025
b6e11a2
Translated using Weblate (Ukrainian)
stanol Jan 7, 2025
470c63d
Translated using Weblate (Portuguese (Portugal))
Blackspirits Jan 7, 2025
97e972a
Translated using Weblate (Portuguese)
Blackspirits Jan 7, 2025
ce9ab3e
Translated using Weblate (Serbian)
nikolajevtovic Jan 7, 2025
ce55a8e
Translated using Weblate (Serbian)
nikolajevtovic Jan 7, 2025
ea0320a
Translated using Weblate (Serbian)
nikolajevtovic Jan 7, 2025
7ffc610
Translated using Weblate (Danish)
Ascaaear Jan 8, 2025
13e96f4
Translated using Weblate (Norwegian Bokmål)
Ascaaear Jan 8, 2025
fa28f69
Translated using Weblate (Hebrew)
cfiramar Jan 8, 2025
8463fb9
Translated using Weblate (Vietnamese)
hoanghuy309 Jan 9, 2025
f5b2cd7
Translated using Weblate (Czech)
KucharczykL Jan 10, 2025
16dbd21
Translated using Weblate (Lithuanian)
zzdovydas Jan 10, 2025
2b71901
Translated using Weblate (Arabic)
az2oo1 Jan 10, 2025
a67a330
Translated using Weblate (Persian)
hadip123 Jan 10, 2025
437af73
Translated using Weblate (Chinese (Simplified Han script))
NtskwK Jan 10, 2025
3b1a043
Translated using Weblate (Portuguese)
Jan 10, 2025
537229e
Translated using Weblate (Persian)
hadip123 Jan 10, 2025
b29a667
Translated using Weblate (Portuguese (Portugal))
Blackspirits Jan 10, 2025
ae058a6
Translated using Weblate (Portuguese)
Blackspirits Jan 10, 2025
4115e42
Add nav buttons to bookPlayer top bar (#6162)
XeClutch Jan 10, 2025
75faf46
Replace deprecated stylelint rules with stylelint-codeguide plugin
3flex Dec 10, 2024
7ee8c8c
Update to stylelint 16.11.0
3flex Dec 10, 2024
201a664
Update to plugins compatible with stylelint 16
3flex Dec 10, 2024
5df01cf
Migrate from stylelint-codeguide to @stylistic/stylelint-plugin 3.1.1
3flex Dec 10, 2024
4b9a32c
Translated using Weblate (French)
nakedfoot Jan 10, 2025
d3d709d
Translated using Weblate (Portuguese (Portugal))
Blackspirits Jan 10, 2025
63176dc
Translated using Weblate (Portuguese)
Blackspirits Jan 10, 2025
3dcb3c2
Update Linters
renovate[bot] Jan 10, 2025
d206252
Update CI dependencies
renovate[bot] Jan 10, 2025
46a3e0c
Update Sass to v1.83.1
renovate[bot] Jan 11, 2025
7b4184a
Translated using Weblate (Italian)
millallo Jan 11, 2025
bff7fbb
Translated using Weblate (Serbian)
nikolajevtovic Jan 11, 2025
78025dd
Refactor media session to playback subscriber
thornbill Oct 27, 2024
638ffae
Fix handling of undefined text lines
thornbill Jan 6, 2025
1bce97d
Merge branch 'tyler/improvement--typescript-convert' into improvement…
tylers-username Jan 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ module.exports = {
'@typescript-eslint/parser': [ '.ts', '.tsx' ]
},
'import/resolver': {
typescript: {
project: './tsconfig.json'
},
node: {
extensions: [
'.js',
Expand Down
141 changes: 141 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"cssnano": "7.0.6",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
Expand Down
5 changes: 5 additions & 0 deletions src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export declare global {
declare module '*.png' {
const value: any;
github-actions[bot] marked this conversation as resolved.
Show resolved Hide resolved
export = value;
}

import { ApiClient, Events } from 'jellyfin-apiclient';

interface Window {
Expand Down
4 changes: 0 additions & 4 deletions src/index.d.ts

This file was deleted.

Loading
Loading