Commit Graph

2582 Commits

Author SHA1 Message Date
Bill Thornton 0783c0eb10 Fix loading indicator showing when loaded 2022-09-02 14:11:19 -04:00
taku0 3d51c68725 Respect safe area (notch) of mobile devices
This adds paddings to various containers so that buttons and contents are not
hidden by the notch or the Home indicator (the gray bar at the bottom).

- `src/assets/css/librarybrowser.scss`
  - `.skinHeader`: menu bar at the top.
  - `.padded-left` and `.padded-right`: the heading of library.

- `src/assets/css/site.scss`
  - `.content-primary`, `.padded-bottom-page`, `.page`,
    `.pageWithAbsoluteTabs`, and `.pageTabContent`: settings and dashboards.

- `src/elements/emby-scroller/emby-scroller.scss`
  - `.emby-scroller`: the library items.

- `src/assets/css/videoosd.scss`
  - `.videoOsdBottom`: the video playback control buttons and the progress bar.

- `src/components/alphaPicker/style.scss`
  - `.alphaPicker-fixed` and `.alphaPicker-fixed-right`: the alphabet picker.

- `src/components/appFooter/appFooter.scss`
  - `.appfooter`: the bottom bar showing the currently playing media.

- `src/components/multiSelect/multiSelect.scss`
  - `.selectionCommandsPanel`: the top bar when selecting multiple media.
    Shown when long-pressing media.

- `src/components/remotecontrol/remotecontrol.scss`
  - `.playlistSectionButton`: the bottom bar for current playlist.
    Shown when touching `.appfooter`.

- `src/components/toast/toast.scss`
  - `.toastContainer`: the toast.  Shown when refreshing metadata.

- `src/index.html`
  - `.mainDrawerHandle`: gesture area for the drawer.
    It seems conflicting with gestures of Safari.

- `src/libraries/navdrawer/navdrawer.scss`
  - `.tmla-mask` and `.touch-menu-la`: the drawer.

- `src/plugins/htmlVideoPlayer/style.scss`
  - `.videoPlayerContainer`: the video area when not fullscreen.
  - `.videoSubtitles`: the video subtitles for some devices, not including
    iPhone.

- `src/plugins/youtubePlayer/style.scss`
  - `.youtubePlayerContainer` container for the YouTube plugin.  Not tested.
2022-08-18 17:34:57 +09:00
IreuN c272a229ac Fix broken link for subtitles help
Hi!

With commit https://github.com/jellyfin/jellyfin-docs/commit/b488c99929b6156e3a3479b02ec242e558d5e214 pages 'external-audio-files' and 'subtitles' were merged together to a new page 'external-files'. 

Web UI does not reflect these changes, this should fix that.
2022-08-16 01:44:07 +02:00
Cody Robibero e5c36fbeeb Merge pull request #3796 from Stromwerk/no-return-await 2022-08-13 08:00:30 -06:00
Kalin K 560583eccf Remove redundant await from pluginManager 2022-08-09 14:53:43 +03:00
Kalin K d0fd092bba Remove unused underscore in fetchhelper.js
Related to issue 3494
2022-08-08 22:33:13 +03:00
Bill Thornton 3fb990fdd2 Backport pull request #3789 from jellyfin/release-10.8.z
Fix XSS in card aria labels

Original-merge: 747f7beae714a09e6b56e9557ad0a86d738b5218

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Joshua Boniface <joshua@boniface.me>
2022-08-02 23:59:18 -04:00
Joshua Boniface 3aa0607d87 Backport pull request #3781 from jellyfin/release-10.8.z
Fix TypeError

Authored-by: dumbfox <benkang666@gmail.com>

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Original-merge: b167bf2d37023d26aa6a439a95f106eb2c57a06d
2022-08-01 14:26:59 -04:00
grafixeyehero 732e3eb956 fix admin page ui 2022-07-23 18:49:44 +03:00
grafixeyehero fb04b4b58a remove type prop form IconButtonElement 2022-07-23 18:04:40 +03:00
grafixeyehero b1a50fbd73 fix admin route 2022-07-23 18:04:36 +03:00
grafixeyehero 6fb884a212 move to src elements 2022-07-23 18:04:35 +03:00
grafixeyehero 5c25741329 Remove reactControllerFactory 2022-07-23 18:04:33 +03:00
grafixeyehero ab02f210ca migrate User Profile Page 2022-07-23 18:04:30 +03:00
grafixeyehero d2df5830b5 migrate User Password Page 2022-07-23 18:04:28 +03:00
grafixeyehero 2d115bc6c8 migrate User Parental Control 2022-07-23 18:04:26 +03:00
grafixeyehero 5d29529562 migrate User Library Access Page 2022-07-23 18:04:25 +03:00
grafixeyehero 3f8b305995 migrate User Edit Page 2022-07-23 18:04:23 +03:00
grafixeyehero 1b9202d9cb migrate User Profiles Page 2022-07-23 18:04:22 +03:00
grafixeyehero a2cd1b3176 migrate New User Page 2022-07-23 18:04:20 +03:00
grafixeyehero 9efc39f828 Refactoring duplicate code 2022-07-23 18:04:18 +03:00
Joshua Boniface 149e09b523 Backport pull request #3730 from jellyfin/release-10.8.z
CardBuilder: Test episode number in addition to episode name

Authored-by: SenorSmartyPants <senorsmartypants@gmail.com>

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Original-merge: a38d0bbacc129add961d1e2a9c8b5085f49c0d39
2022-07-20 19:29:50 -04:00
Bill Thornton 7771ce716e Merge pull request #3729 from SenorSmartyPants/SeriesImageDownload
Save series images under season, when browsing parent images for season

(cherry picked from commit 42bec6c11ede49a479e93f37e1e38ab1677c5127)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:08 -04:00
Joshua M. Boniface b8ae732c98 Merge pull request #3724 from samcon/fix_resume_webos
(cherry picked from commit bc48691738591bfac698fb79b1f4997d32dc8f34)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:08 -04:00
Joshua M. Boniface 5312358f91 Merge pull request #3721 from Shadowghost/fix-stream-autoselect
(cherry picked from commit d967ce860c1d7ef3ac97a9c1f3c45b4b02e38a06)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:05:05 -04:00
Joshua M. Boniface df6d9aaecb Merge pull request #3719 from nyanmisaka/dovi-meta
(cherry picked from commit 66b86044a9a71536499f4c61e2f1697560257906)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:18 -04:00
Joshua M. Boniface 08c8907f5a Merge pull request #3717 from dmitrylyzo/resolution
(cherry picked from commit f1ff81884ac71876c63a13aed37031f8a72d6819)
Signed-off-by: Bill Thornton <billt2006@gmail.com>
2022-06-29 01:00:15 -04:00
Bill Thornton c31e8968dd Merge pull request #3706 from thornbill/react-router-3
Add react router and migrate search page
2022-06-28 16:51:11 -04:00
Bill Thornton e2a6f08822 Fix Page component compatibility issues 2022-06-27 11:49:56 -04:00
Bill Thornton 5b5784a448 Fix review issues 2022-06-17 02:31:13 -04:00
Madh93 c4ab1a5868 Show subtitle text color setting 2022-06-16 17:19:27 +01:00
Bill Thornton eb10f73c29 Merge pull request #3704 from zhuangzhuang/release-10.8.z
Fix empty  avatar when upload same profile image

(cherry picked from commit eaefc7bea15f01c79aa954b315b2aa319189cc26)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-14 19:36:46 -04:00
Bill Thornton 5e9cabd6c1 Merge pull request #3651 from grafixeyehero/Cleanup-Screenshot
Remove unused Screenshot code
2022-06-14 15:43:32 -04:00
grafixeyehero b217e39f26 Remove unused Screenshot code 2022-06-14 21:41:17 +03:00
Bill Thornton b349d89534 Add options to Page props 2022-06-14 12:48:49 -04:00
Bill Thornton ceb10e2877 Update current route state for unhandled routes in app router 2022-06-14 12:10:26 -04:00
Bill Thornton 2e49d2db8b Rename ConnectedRoute component 2022-06-14 12:10:26 -04:00
Bill Thornton 05dbeff473 Fix hashbang route handling for react-router 2022-06-14 12:10:26 -04:00
Bill Thornton 1aeb90d323 Add authentication/connection checks for react-router routes 2022-06-14 12:10:26 -04:00
Bill Thornton b2372a96e2 Add react-router 2022-06-14 12:10:26 -04:00
Bill Thornton 6d3365bc09 Merge pull request #3688 from thornbill/no-hash-bang
Remove hash bang paths
2022-06-14 10:39:09 -04:00
Joshua M. Boniface e6b31e3e85 Merge pull request #3668 from dmitrylyzo/show-play-settings
(cherry picked from commit 0701c4dff395bde4e87b99155d2f8de74f82b71c)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-10 23:44:16 -04:00
Bill Thornton 90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton 1dbbb4c65d Merge pull request #3620 from thornbill/update-dialog-routing
Update dialog history handling
2022-06-09 14:16:50 -04:00
Bill Thornton b30d371e8f Update dialog history state when in invalid state 2022-06-09 13:17:56 -04:00
Bill Thornton 79db34a2a7 Merge pull request #3609 from sancodes/eslint-no-sequences
Eslint no sequences
2022-06-09 12:24:52 -04:00
Bill Thornton c1739c4b7f Use "private" close event for dialog helper race condition 2022-06-09 01:03:03 -04:00
grafixeyehero 54bafa5dcc Fix metadata editor dialog display 2022-06-08 12:14:43 -04:00
Bill Thornton f5ee0dec4b Merge pull request #3662 from 1337joe/fix-tv-guide-search-2
Support searching for tv programs

(cherry picked from commit 57312e5cd563707b4dc4feedf9ea0ca89d1224e8)
Signed-off-by: crobibero <cody@robibe.ro>
2022-06-06 09:21:45 -04:00
San c65a6dc888 fix parenthesis
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-05-30 20:44:14 -07:00