Commit Graph

63 Commits

Author SHA1 Message Date
Bill Thornton 6f3aa2f1df Fix eslint issues 2023-03-29 00:38:22 -04:00
Netanel Henya 494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
Merlin Danner 9f8e98b68c Rename login disclaimer
disclaimerContainer is confused by adblockers using the
"I don't care about cookies" filters with cookie disclaimers.
This results in the disclaimer being blocked when using popular
AdBlocker Extensions.
This commit renames
disclaimerContainer -> loginDisclaimerContainer
disclaimer -> loginDisclaimer
to be more verbose and circumvent that filter
2023-02-07 11:17:24 -05:00
Niels van Velzen 711e5ae728 Use POST request when initiating QuickConnect 2023-01-05 00:01:38 -05:00
Bill Thornton 7e9bf96668 Refactor ConnectionState to a shared enum 2022-10-28 00:59:34 -04:00
Bill Thornton 9ef78533d0 Update server and quick connect icons 2022-10-20 17:38:33 -04:00
Bill Thornton 5e4eca6ae9 Fix sonarjs no-redundant-jump 2022-10-08 02:50:20 -04:00
Bill Thornton 90b1b45f26 Remove hash bang paths 2022-06-09 14:54:39 -04:00
Bill Thornton 0b19f0d85e Merge pull request #3604 from thornbill/fix-custom-elements
Fix custom element creation

(cherry picked from commit f2226ee74500af0ee48f61d1ca5641d2a9e411c8)
Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20 18:38:48 -04:00
Bill Thornton 13a70d3186 Merge pull request #3509 from sancodes/eslint-novoid
add eslint novoid
2022-04-13 00:44:30 -04:00
Bill Thornton 2d2b99d3b9 Move clientUtils and rename 2022-04-10 02:22:13 -04:00
sancodes 27cd24f5fc fix return statements 2022-04-08 19:10:11 -07:00
Bill Thornton 1085034c18 Remove setTitle function in app router 2022-03-31 14:36:09 -04:00
sancodes 408f2b2bda modify necessary void replacements 2022-03-21 20:50:19 -07:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Dmitry Lyzo eba8cf18d4 Add Markdown to Login Disclaimer 2022-02-21 18:28:39 +03:00
Dmitry Lyzo 9242e4acf1 Fix layout of SelectServer page
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo af3517c2e4 Fix layout of Login page
Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
2022-02-15 17:55:31 +03:00
Dmitry Lyzo 69d039d35d Cleanup unused styles 2022-02-15 17:55:31 +03:00
ianjazz246 c8241d66a1 Don't clear username on failed login 2021-11-23 12:10:52 -08:00
Cody Robibero 36438ba3be Fix QuickConnect for 10.8 2021-09-04 06:27:01 -06:00
Niels van Velzen 81e5c19ee5 Use new quickconnect enabled endpoint 2021-07-06 22:41:00 +02:00
Bill Thornton 7390314001 Merge pull request #2472 from jellyfin/dkanada-patch-1
add border radius to several card elements
2021-05-04 13:17:41 -04:00
Dmitry Lyzo 6e1a8138b4 Remove unnecessary inline styles 2021-04-13 22:27:11 +03:00
Dmitry Lyzo f5a5e5e479 Fix ES6 migration 2021-04-10 13:16:07 +03: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
dkanada c1e3b881ae update material icon style 2021-02-17 12:07:42 +09:00
dkanada 5f7b002b6e tweak the background color behavior 2021-02-16 22:53:09 +09:00
Joshua M. Boniface c383c8075a Merge pull request #2155 from thornbill/quickconnect-enhancements
Improve QuickConnect ux
2020-12-04 20:27:24 -05:00
Bill Thornton 0ba27ad4d9 Fix invalid hrefs 2020-12-02 14:01:07 -05:00
Bill Thornton a16d5111b3 Close QuickConnect dialog after login 2020-12-01 13:31:28 -05:00
Bill Thornton 05b0a2518e Hide QuickConnect options when not available 2020-12-01 13:31:28 -05:00
Håkon Struijk Holmen ef138d2d9e fix the lack of login autocomplete 2020-11-26 21:34:12 +01: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
vitorsemeano 923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +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
cvium f0441b0caf Fix PIN request and reset route 2020-09-25 12:52:36 +02:00
dkanada 85a0ee89e0 fix linting issues 2020-09-16 04:20:00 +09:00
dkanada 1ca4a99605 minor style changes 2020-09-15 15:03:06 +09:00
Matt Montgomery 723472aca5 Complete modifications to work with latest server code 2020-09-03 17:48:23 -05:00
Matt Montgomery 28928ead7c Modified to work with latest server code 2020-09-03 16:21:45 -05:00
Matt Montgomery 9476edcbe2 Merge remote-tracking branch 'upstream/master' into quickconnect 2020-09-03 16:17:35 -05:00
Julien Machiels 3cbe0f7264 Merge branch 'master' into connection-manager-global 2020-09-01 10:16:21 +02:00
dkanada 99e0785639 merge branch master into strings 2020-08-31 23:47:11 +09:00