Bond_009
c0ed5479cc
Remove OS and Arch from dashboard
2023-01-27 16:03:33 +01:00
Daan Vankerkom
75ee6f2457
Adjust active devices in dashboard
...
Added more white space inside the card to make it breathe more. Slightly reduced the playing media name size.
2022-11-09 01:44:37 +01:00
Bill Thornton
1473a793e5
Rename and convert dfnshelper to typescript
2022-11-03 01:04:35 -04:00
Bill Thornton
84c007fa0b
Merge pull request #3743 from hadicharara/hadicharara/added-support-for-rtl-layouts
...
Add Initial support for RTL layouts
2022-10-15 02:50:48 -04:00
Bill Thornton
0a0e45d155
Replace apiclient event bus with local version
2022-10-14 10:58:16 -04:00
Hadi Charara
104ad71ea7
Merge branch 'master' into hadicharara/added-support-for-rtl-layouts
2022-10-12 08:29:53 -04:00
Dmitry Lyzo
899f61a51d
Backport pull request #4005 from jellyfin/release-10.8.z
...
Fix locale with suffix
Original-merge: b14d76a3d4
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-10-06 17:06:49 -04:00
Bill Thornton
4972f50a06
Fix sonarjs no-identical-functions
2022-10-05 15:31:15 -04:00
Bill Thornton
7d2850f6a3
Merge remote-tracking branch 'upstream/master' into fix-sonar-issues
2022-10-04 10:00:37 -04:00
Bill Thornton
1f4e65822b
Fix sonarjs no-collapsible-if
2022-10-03 14:26:16 -04:00
Bill Thornton
272a74e7aa
Fix sonarjs no-gratuitous-expressions
2022-10-03 10:04:40 -04:00
Hadi Charara
5301a98ea1
fixed some css
2022-07-03 22:30:18 -04:00
Hadi Charara
0f994ccb5b
Initial support for RTL layouts
2022-07-02 15:50:52 -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
161f531523
fix return
2022-04-03 12:08:26 -07:00
sancodes
408f2b2bda
modify necessary void replacements
2022-03-21 20:50:19 -07:00
Dmitry Lyzo
4929bfd350
Fix HTML escaping
...
Regression: 59adbc348a
2022-03-19 10:51:52 +03: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
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
dkanada
c369c5b73c
merge branch 'master' into dkanada-patch-1
2021-03-26 19:49:50 +09:00
dkanada
bcaf95c4e3
add the background filter back for active sessions
2021-03-25 12:24:51 +09: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
742bd0a262
Merge pull request #2379 from jellyfin/promise-errors
...
fix some unhandled promises and refactor some code
2021-03-05 11:03:21 -05:00
dkanada
3616d0fa15
improve session information dialog
2021-02-25 23:12:20 +09:00
dkanada
d93d2b020f
update progress bar values
2021-02-19 11:15:39 +09:00
dkanada
ebe3ff242c
remove useless ternary and always apply background color
2021-02-07 00:21:23 +09:00
dkanada
df599db415
fix some unhandled promises and refactor some code
2021-02-06 15:51:31 +09:00
dkanada
59a673e088
update style for active sessions
2021-02-06 15:48:53 +09:00
Bill Thornton
adf530f317
Revert "Support restarting the server on all platforms"
...
This reverts commit eb6a76f578
.
2020-12-16 10:12:55 -05:00
nyanmisaka
f3c9b9da15
use uppercase for codecs in dashboard
2020-11-20 12:21:55 +08:00
nyanmisaka
c87df522b3
Merge remote-tracking branch 'upstream/master' into remux-translation
2020-11-20 12:19:48 +08:00
nyanmisaka
1cf3b0e756
localize playback stats
2020-11-17 23:57:07 +08:00
nyanmisaka
daff76354b
add description for remux
2020-11-17 14:25:25 +08: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
Bill Thornton
a71b0314d4
Fix apiclient imports
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
7b168608a0
add library scan button to dashboard
2020-10-12 12:29:57 +09:00
dkanada
4d92ca43bb
reduce requirements for controls on dashboard
2020-10-12 12:02:24 +09:00
Julien Machiels
3cbe0f7264
Merge branch 'master' into connection-manager-global
2020-09-01 10:16:21 +02:00
MrTimscampi
c97d7a6f59
Use connectionManager global
2020-08-30 06:06:47 +02:00
dkanada
b528781491
update four strings with generic keys
2020-08-27 09:28:09 +09:00
dkanada
955d7464ff
remove translations with duplicate values
2020-08-24 08:20:29 +09:00