Bill Thornton
|
422adde900
|
Use consistent import style
|
2024-08-15 02:33:50 -04:00 |
|
Bill Thornton
|
056d802c56
|
Move globalize to lib
|
2024-08-14 14:00:09 -04:00 |
|
thornbill
|
031ed45c87
|
Backport pull request #5826 from jellyfin-web/release-10.9.z
Fix overly aggressive view caching
Original-merge: 4598d66688
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
|
2024-08-05 11:14:39 -04:00 |
|
Yasin Silavi
|
4c76ce11dd
|
fix: remove useless fragments
|
2023-11-09 00:53:09 -05:00 |
|
Bill Thornton
|
f35a8151e0
|
Add prefer optional chaining rule
|
2023-07-06 13:39:48 -04:00 |
|
Bill Thornton
|
ec0adb895b
|
Add constructor capitalization rule
|
2023-07-06 11:49:55 -04:00 |
|
Bill Thornton
|
6c6b841f41
|
Disable exhaustive dependency warnings where required
|
2023-04-26 16:53:31 -04:00 |
|
Bill Thornton
|
8f730b8270
|
Fix eslint warnings in ts files
|
2023-04-26 11:30:57 -04:00 |
|
Bill Thornton
|
6f3aa2f1df
|
Fix eslint issues
|
2023-03-29 00:38:22 -04:00 |
|
Bill Thornton
|
698de36178
|
Optimize restoring views
|
2022-11-04 12:27:14 -04:00 |
|
Bill Thornton
|
851831f8a8
|
Exclude location.state from effect dependencies
|
2022-11-02 13:40:57 -04:00 |
|
Bill Thornton
|
2094a7a8c2
|
Optimize loading controller and view
|
2022-11-01 13:57:50 -04:00 |
|
Bill Thornton
|
c5072f77f5
|
Fix restoring views
|
2022-11-01 13:52:46 -04:00 |
|
Bill Thornton
|
42c0516a44
|
Add ViewManager React wrapper component
|
2022-11-01 13:52:46 -04:00 |
|
Bill Thornton
|
f4cd29ac17
|
Add no-return-assign eslint rule and fix issues
|
2022-10-04 14:24:24 -04:00 |
|
grafixeyehero
|
5c25741329
|
Remove reactControllerFactory
|
2022-07-23 18:04:33 +03:00 |
|
Bill Thornton
|
b2372a96e2
|
Add react-router
|
2022-06-14 12:10:26 -04:00 |
|
Bill Thornton
|
eb605615d1
|
Add router level support for rendering react componenent pages
|
2021-06-09 09:27:10 -04:00 |
|
Bill Thornton
|
a47f6d458c
|
Move components css files to sass
|
2021-03-19 14:00:59 -04:00 |
|
vitorsemeano
|
a48d466e6a
|
fixes for lint errors
added missing packages for lint
removed unecessary babel/polyfill
|
2020-11-05 23:21:35 +00:00 |
|
vitorsemeano
|
3b960e44f3
|
fix string params for controllers
|
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 |
|
MrTimscampi
|
1a635e2f81
|
Migrate site.js to ES6
|
2020-11-05 22:55:06 +00:00 |
|
Cameron
|
2e47b89ada
|
remove constructor
|
2020-08-05 19:59:25 +01:00 |
|
Cameron
|
b082613ed9
|
Migration of viewManager to ES6 module
|
2020-08-02 17:44:03 +01:00 |
|
MrTimscampi
|
5e1b6acffe
|
Disallow block padding
|
2020-07-27 08:06:46 +02:00 |
|
MrTimscampi
|
dfbb7dfc16
|
Remove dead code
|
2020-07-26 12:30:50 +02:00 |
|
dkanada
|
daece8a4d9
|
add code suggestions
|
2020-06-10 13:56:55 +09:00 |
|
dkanada
|
523f060e99
|
fix issue with certain controllers during page load
|
2020-06-06 18:34:45 +09:00 |
|
dkanada
|
680e562779
|
add support for es6 controllers and migrate logs controller
|
2020-06-06 17:04:16 +09:00 |
|
MrTimscampi
|
8634ae8400
|
Fix rebasing issues
|
2020-01-25 11:42:09 +01:00 |
|
MrTimscampi
|
2a074d10f1
|
Fix no-missing-end-of-source-newline (CSS)
|
2020-01-25 11:35:33 +01:00 |
|
MrTimscampi
|
8a272313cf
|
Fix comment-whitespace-inside (CSS)
|
2020-01-25 11:34:12 +01:00 |
|
MrTimscampi
|
51d9176d8b
|
Fix at-rule-empty-line-before (CSS)
|
2020-01-25 11:34:12 +01:00 |
|
dkanada
|
69b90fa9cb
|
merge remote-tracking branch 'upstream/master' into firefox
|
2019-12-03 23:14:20 +09:00 |
|
dkanada
|
7abe22780b
|
move some css files to global folder
|
2019-11-30 20:46:32 +09:00 |
|
dkanada
|
3739741786
|
Add some linting rules for the CI (#587)
* enable one-var rule
* enable indent rule
* enable no-multiple-empty-lines rule
* enable no-empty rule
* enable no-trailing-spaces rule
* enable no-extra-semi rule
* add eslint rules to fix block spacing
* enable max-statements-per-line rule
* enable brace-style rule
* fix some spacing issues and add future rules
* add code suggestions
|
2019-11-22 18:29:38 +03:00 |
|
vitorsemeano
|
ede8b3397d
|
cleanup data-require in views
|
2019-05-03 22:46:15 +01:00 |
|
vitorsemeano
|
b293f6e0f9
|
multiple modules resolution
|
2019-05-03 22:35:47 +01:00 |
|
vitorsemeano
|
258cea0b81
|
rename viewmanager to viewManager
|
2019-03-28 21:41:00 +00:00 |
|