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
2021-03-09 16:17:18 -05:00
..
accessSchedule Use static imports for html templates 2020-11-25 00:17:24 -05:00
actionSheet Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
alphaPicker Merge branch 'master' into return-of-the-scrollbar 2020-11-20 09:28:55 +03:00
appFooter Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
backdrop extracted connectionManager from site.js 2020-11-05 23:12:23 +00:00
cardbuilder update material icon style 2021-02-17 12:07:42 +09:00
channelMapper extracted connectionManager from site.js 2020-11-05 23:12:23 +00:00
collectionEditor fix webpack errors 2020-11-06 00:00:34 +00:00
confirm fixed some code smells 2020-11-05 23:23:45 +00:00
dialog Close QuickConnect dialog after login 2020-12-01 13:31:28 -05:00
dialogHelper Fix dialog helper not resolving 2021-03-09 16:17:18 -05:00
directorybrowser solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
displaySettings fix order 2020-12-29 02:09:05 -05:00
filterdialog Use static imports for html templates 2020-11-25 00:17:24 -05:00
filtermenu Fix lint errors 2020-11-25 00:40:53 -05:00
guide Fix another code smell 2020-11-25 10:34:49 -05:00
homeScreenSettings landing screen options clean up 2020-12-10 22:13:29 +08:00
homesections Fix Continue Listening 2020-12-18 04:57:16 -05:00
imageDownloader Use static imports for html templates 2020-11-25 00:17:24 -05:00
imageeditor Use static imports for html templates 2020-11-25 00:17:24 -05:00
imageOptionsEditor Remove unneeded async 2020-11-25 14:28:41 -05:00
images fix(card): white flashing images 2021-01-05 19:06:32 +01:00
imageUploader Use static imports for html templates 2020-11-25 00:17:24 -05:00
indicators Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
itemidentifier Add api key to remote image urls 2020-11-30 00:19:44 -05:00
itemMediaInfo Fix code smells 2020-11-25 10:28:41 -05:00
lazyLoader Fix issue with IntersectionObserver root margin 2020-06-22 09:14:13 +02:00
libraryoptionseditor Use static imports for html templates 2020-11-25 00:17:24 -05:00
listview extracted connectionManager from site.js 2020-11-05 23:12:23 +00:00
loading Update src/components/loading/loading.js 2020-11-08 11:14:48 +00:00
mediainfo WIP 2020-11-05 23:09:09 +00:00
mediaLibraryCreator Use static imports for html templates 2020-11-25 00:17:24 -05:00
mediaLibraryEditor Use static imports for html templates 2020-11-25 00:17:24 -05:00
metadataEditor Use static imports for html templates 2020-11-25 00:17:24 -05:00
multiSelect fix some unhandled promises and refactor some code 2021-02-06 15:51:31 +09:00
notifications Fix apiclient imports 2020-11-05 23:11:47 +00:00
nowPlayingBar Always allow stopping via the action menu 2020-12-18 14:31:40 -05:00
playback Remove unnecessary returns 2020-12-14 16:33:49 -05:00
playbackSettings Use static imports for html templates 2020-11-25 00:17:24 -05:00
playerstats add an option to use the enhanced nvdec decoder 2021-01-26 02:48:27 +08:00
playlisteditor Set Content-Type header when creating a playlist 2020-12-10 11:40:05 -07:00
prompt fix some unhandled promises and refactor some code 2021-02-06 15:51:31 +09:00
recordingcreator Merge pull request #1945 from OancaAndrei/syncplay-enhanced 2020-12-04 20:22:38 -05:00
refreshdialog solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
remotecontrol Always allow stopping via the action menu 2020-12-18 14:31:40 -05:00
search Allows Search On Tizen 2021-01-28 13:14:17 -06:00
slideshow Merge pull request #1903 from dmitrylyzo/return-of-the-scrollbar 2020-11-21 15:28:08 -05:00
sortmenu Use static imports for html templates 2020-11-25 00:17:24 -05:00
subtitleeditor Fix code smells 2020-11-25 10:28:41 -05:00
subtitlesettings Use static imports for html templates 2020-11-25 00:17:24 -05:00
subtitlesync set the step of subtitle offset slider to 0.1 2020-12-10 01:01:02 +08:00
subtitleuploader remove require 2020-11-21 21:08:51 +00:00
syncPlay Keep managing valid player in SyncPlay 2020-12-06 19:29:29 +01:00
tabbedview optimization imports from site.js 2020-11-05 23:20:38 +00:00
toast fix some toast imports 2020-11-05 23:12:24 +00:00
tvproviders fix some unhandled promises and refactor some code 2021-02-06 15:51:31 +09:00
upnextdialog fix webpack errors 2020-11-06 00:00:34 +00:00
userdatabuttons multiple fixes and otimizations 2020-11-07 12:05:09 +00:00
viewManager fixes for lint errors 2020-11-05 23:21:35 +00:00
viewSettings Use static imports for html templates 2020-11-25 00:17:24 -05:00
activitylog.js solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
alert.js fix some unhandled promises and refactor some code 2021-02-06 15:51:31 +09:00
apphost.js Add alias for version import 2020-12-10 10:53:54 -05:00
appRouter.js Remove ios bandwidth limit 2021-02-27 23:30:14 -05:00
autoFocuser.js Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
castSenderApi.js Migrated castSenderApi.js to es6 module 2020-08-04 19:15:15 +02:00
favoriteitems.js Fix invalid hrefs 2020-12-02 14:01:07 -05:00
fetchhelper.js Disallow block padding 2020-07-27 08:06:46 +02:00
focusManager.js Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
formdialog.css fix repository deletion and some css issues 2020-06-11 19:34:06 +09:00
groupedcards.js extracted connectionManager from site.js 2020-11-05 23:12:23 +00:00
htmlMediaHelper.js Fix sonarqube bugs 2020-12-10 00:00:09 -05:00
itemContextMenu.js fixed multiple default imports missing 2020-11-08 12:26:11 +00:00
itemHelper.js WIP 2020-11-05 23:09:09 +00:00
itemsrefresher.js Fix apiclient imports 2020-11-05 23:11:47 +00:00
layoutManager.js some bug fixes after master rebase 2020-11-05 23:18:19 +00:00
maintabsmanager.js Update src/components/maintabsmanager.js 2020-11-08 11:15:19 +00:00
packageManager.js WIP 2020-11-05 23:09:09 +00:00
playmenu.js WIP 2020-11-05 23:09:09 +00:00
pluginManager.js Remove unnecessary duplicate error logging 2020-12-09 20:23:34 +01:00
qualityOptions.js fallback to the lowest bitrate option 2020-12-04 18:14:20 +08:00
sanitizeFilename.js Remove dead code 2020-07-26 12:30:50 +02:00
scrollManager.js multiple fixes and otimizations 2020-11-07 12:05:09 +00:00
ServerConnections.js Remove AppInfo 2020-11-22 02:15:27 +03:00
settingshelper.js Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
shortcuts.js Fix canPlay for Live TV 2020-12-10 13:47:16 +03:00
themeMediaPlayer.js extracted connectionManager from site.js 2020-11-05 23:12:23 +00:00
tunerPicker.js extracted connectionManager from site.js 2020-11-05 23:12:23 +00:00
viewContainer.js Setup webpack and babel for webOS 1.2 2020-12-03 23:06:45 +03:00