1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/components
2022-06-09 14:54:39 -04:00
..
accessSchedule fix return 2022-04-03 12:08:10 -07:00
actionSheet Escape HTML 2022-03-06 13:29:14 +03:00
alphaPicker Add aria-labels for accessibility 2022-03-03 18:15:32 +03:00
appFooter
backdrop Merge pull request #3560 from thornbill/refactor-transparency 2022-04-19 23:26:12 -04:00
cardbuilder Replace deprecated String.prototype.substr() 2022-04-21 18:42:42 +02:00
channelMapper Escape HTML 2022-03-06 13:29:14 +03:00
collectionEditor Escape HTML 2022-03-06 13:29:14 +03:00
confirm
dashboard/users Remove hash bang paths 2022-06-09 14:54:39 -04:00
dialog Sanitize HTML 2022-03-06 13:29:16 +03:00
dialogHelper Update dialog history state when in invalid state 2022-06-09 13:17:56 -04:00
directorybrowser Merge pull request #3519 from dmitrylyzo/fix-escapehtml 2022-04-07 13:00:12 -04:00
displaySettings Merge pull request #3489 from thornbill/add-display-setting-headings 2022-03-09 20:55:49 -05:00
filterdialog Merge pull request #3577 from thornbill/fix-sd-filter-backport 2022-04-28 09:28:26 -04:00
filtermenu Escape HTML 2022-03-06 13:29:14 +03:00
guide Escape HTML 2022-03-06 13:29:14 +03:00
homeScreenSettings Escape HTML 2022-03-06 13:29:14 +03:00
homesections add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
imageDownloader Add title to buttons 2022-03-03 17:19:27 +03:00
imageeditor Add title to buttons 2022-03-03 17:19:27 +03:00
imageOptionsEditor Add title to buttons 2022-03-03 17:19:27 +03:00
images Add aria-hidden to blurhash canvases 2022-03-04 11:01:35 -05:00
imageUploader Add title to buttons 2022-03-03 17:19:27 +03:00
indicators Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
itemidentifier Merge pull request #3519 from dmitrylyzo/fix-escapehtml 2022-04-07 13:00:12 -04:00
itemMediaInfo Merge pull request #3543 from Shadowghost/strm-display-fix 2022-05-20 18:36:37 -04:00
lazyLoader implement worker without proxies for better compatibility with old devices 2022-01-14 10:33:37 +01:00
libraryoptionseditor Merge pull request #3609 from sancodes/eslint-no-sequences 2022-06-09 12:24:52 -04:00
listview Escape HTML 2022-03-06 13:29:14 +03:00
loading
mediainfo Escape HTML 2022-03-06 13:29:14 +03:00
mediaLibraryCreator Escape HTML 2022-03-06 13:29:14 +03:00
mediaLibraryEditor Escape HTML 2022-03-06 13:29:14 +03:00
metadataEditor Use "private" close event for dialog helper race condition 2022-06-09 01:03:03 -04:00
multiSelect Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
notifications Fix image path for notification icon 2022-01-13 12:15:36 -05:00
nowPlayingBar Move cursor: pointer; to .nowPlayingBar 2022-04-19 15:17:03 +02:00
pages add default isBtnVisible to false 2022-05-09 20:35:08 +03:00
playback Merge pull request #3614 from dmitrylyzo/fix-undefined-streaminfo-url 2022-05-20 18:38:52 -04:00
playbackSettings Don't hide EnableNextVideoOverlay option on TV 2022-02-22 00:52:28 +03:00
playerstats Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
playlisteditor Escape HTML 2022-03-06 13:29:14 +03:00
prompt Escape HTML 2022-03-06 13:29:14 +03:00
recordingcreator Escape HTML 2022-03-06 13:29:14 +03:00
refreshdialog Add title to buttons 2022-03-03 17:19:27 +03:00
remotecontrol Remove hash bang paths 2022-06-09 14:54:39 -04:00
search Merge pull request #3662 from 1337joe/fix-tv-guide-search-2 2022-06-06 09:21:45 -04:00
slideshow Show slideshow OSD on click 2022-02-26 12:16:07 +03:00
sortmenu Add title to buttons 2022-03-03 17:19:27 +03:00
subtitleeditor Escape HTML 2022-03-06 13:29:14 +03:00
subtitlesettings create option for bold subtitles 2022-05-12 22:37:28 +03:00
subtitlesync Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
subtitleuploader Add title to buttons 2022-03-03 17:19:27 +03:00
syncPlay add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
tabbedview Remove default export for backdrop component 2022-04-12 16:58:56 -04:00
toast Stack toasts 2022-02-09 20:21:03 +03:00
tvproviders Merge pull request #3509 from sancodes/eslint-novoid 2022-04-13 00:44:30 -04:00
upnextdialog Escape HTML 2022-03-06 13:29:14 +03:00
userdatabuttons Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
viewManager
viewSettings Add title to buttons 2022-03-03 17:19:27 +03:00
activitylog.js Use toBoolean from string utils 2022-04-12 12:20:28 -04:00
alert.js
apphost.js modify inline code to multiple line 2022-05-20 01:37:11 -07:00
appRouter.js Remove hash bang paths 2022-06-09 14:54:39 -04:00
autoFocuser.js fix: Fix focus jump when focusing Resume 2022-02-20 22:37:54 +03:00
castSenderApi.js
favoriteitems.js Remove hash bang paths 2022-06-09 14:54:39 -04:00
fetchhelper.js
focusManager.js
formdialog.scss
groupedcards.js Merge pull request #3509 from sancodes/eslint-novoid 2022-04-13 00:44:30 -04:00
htmlMediaHelper.js Polyfill HTMLMediaElement.play 2022-02-26 14:01:08 +03:00
itemContextMenu.js add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
itemHelper.js Merge pull request #3543 from Shadowghost/strm-display-fix 2022-05-20 18:36:37 -04:00
itemsrefresher.js
layoutManager.js
maintabsmanager.js
packageManager.js
playmenu.js
pluginManager.js Fix whitespace 2022-03-31 09:57:26 -04:00
qualityOptions.js Allow next higher resolution 2022-03-20 09:15:03 +03:00
reactControllerFactory.js
sanitizeFilename.js
scrollManager.js add eslint no-nested-ternary rule and fix violations 2022-04-27 16:06:24 -07:00
ServerConnections.js Fix missing spread operator 2022-04-21 13:58:39 -04:00
settingshelper.js
shortcuts.js
themeMediaPlayer.js Fix theme songs with disabled theme videos 2022-03-13 00:37:24 +03:00
tunerPicker.js Merge pull request #3525 from whiteowl3/patch-3 2022-04-07 13:00:12 -04:00
viewContainer.js Move clientUtils and rename 2022-04-10 02:22:13 -04:00