Commit Graph

50 Commits

Author SHA1 Message Date
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
Joshua M. Boniface 7649264fc2 Merge pull request #2937 from oledfish/additional-episode-orders 2022-03-11 14:35:38 -05:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
oledfish 0e606ed69d Merge branch 'master' into additional-episode-orders 2022-03-03 12:01:58 -03:00
Dmitry Lyzo 161ce2404b Add title to buttons 2022-03-03 17:19:27 +03:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
oledfish d15c7c8e29 Add all TMDB episode orders 2022-01-18 00:55:47 -03:00
oledfish 8f55658c91 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into jellyfin-master 2022-01-16 20:52:54 -03:00
Bill Thornton 152a524772 Merge pull request #2786 from MrTimscampi/person-improvements
Improve people pages and metadata editor
2021-09-09 10:38:44 -04:00
oledfish f136a10bbf Add "Production" and "TV" episode orders to metadata editor. 2021-09-07 16:47:10 -03:00
Bill Thornton 6301e67523 Remove empty todo 2021-09-07 12:19:48 -04:00
MrTimscampi 2cf6ccef0e Add new or missing person types 2021-07-27 23:54:29 +02:00
MrTimscampi ded5ecc5fe Improve people pages and metadata editor 2021-07-10 11:45:40 +02:00
Bill Thornton a3949c1889 Fix sonarqube issues 2021-03-23 11:28:20 -04:00
Bill Thornton f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Bill Thornton d8f2cc1245 Use static imports for html templates 2020-11-25 00:17:24 -05:00
vitorsemeano 5b5d6a45b0 multiple imports optimized 2020-11-08 12:37:53 +00:00
vitorsemeano 2a3ade9bb9 fix multiple import defaults missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 11:24:44 +00:00
vitorsemeano 2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +00:00
vitorsemeano 86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano 5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
MrTimscampi 7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
dkanada 39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
frankieh a38685775c Add missing button type attribute 2020-09-26 05:50:34 -07:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
MrTimscampi fe0c7d359e Merge remote-tracking branch 'upstream/master' into apphost-es6 2020-08-11 16:29:25 +02:00
MrTimscampi a7df7ad720 Fix appHost.supports 2020-08-06 19:32:31 +02:00
Cameron 234a70875d Remove Missed Required 2020-08-04 15:15:59 +01:00
MrTimscampi 5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi 60ec70b2d8 Fix linting errors 2020-07-26 13:10:32 +02:00
MrTimscampi b7d2561dae Address more feedback 2020-07-25 13:42:03 +02:00
MrTimscampi ffc22f629e Resolve suggestions 2020-07-24 13:08:49 +02:00
MrTimscampi 3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
dkanada 20324144af Merge branch 'es6' into migrate-to-ES6-36 2020-07-23 11:54:21 +09:00
MrTimscampi d4da35cf36 Restore More button in metadata editor 2020-07-21 21:29:09 +02:00
Cameron f5ce196e07 Merge branch 'es6' into migrate-to-ES6-36 2020-07-21 14:53:09 +01:00
Cameron e7234c4f8c Merge branch 'es6' into migrate-to-ES6-30 2020-07-19 20:09:09 +01:00
dkanada c17dfafbd9 Merge branch 'es6' into es6-migration-5 2020-07-19 15:04:07 +09:00
Cameron 76a037b7c2 Migration of Globalize to ES6 module 2020-07-18 09:21:15 +01:00
Cameron 523231fcd1 Migration of metadataeditor and personeditor to ES6 modules
This reverts commit e75ff1fb9a12dbfe4a99a9dad4a0ea31a6343894.
2020-07-17 17:50:52 +01:00
dkanada d93911c407 Merge pull request #1393 from jellyfin/repos
Initial work for repository configuration
2020-06-22 22:52:08 +09:00
grafixeyehero 4b651f4a9d Fix context Event Listener
(cherry picked from commit 27d1c21089a0996c9e53c49f2b10e98636467a5f)
(cherry picked from commit 4e6792309d)
2020-06-18 23:48:19 +03:00
grafixeyehero 4e6792309d Fix context Event Listener
(cherry picked from commit 27d1c21089a0996c9e53c49f2b10e98636467a5f)
2020-06-18 23:06:52 +03:00
grafixeyehero 30cd42ae7c Migration prompt to ES6 modules 2020-06-18 23:06:30 +03:00
dkanada 08fb42155d fix repository deletion and some css issues 2020-06-11 19:34:06 +09:00
MrTimscampi 9f14bde2cb Merge remote-tracking branch 'upstream/master' into metadata-editor 2020-05-18 19:15:20 +02:00
dkanada 1aaaffde4c rename more components and update references 2020-05-17 17:04:36 +09:00