mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #372] [MERGED] Admin and first setup pages default to dark theme #8104
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/372
Author: @sparky8251
Created: 1/2/2019
Status: ✅ Merged
Merged: 1/2/2019
Merged by: @andrewrabert
Base:
dev← Head:default-admin-theme📝 Commits (3)
1d0cb73Admin and first setup pages default to dark theme6498953Add myself to contributors file45f1097Add first time setup CSS elements to all themes📊 Changes
16 files changed (+107 additions, -21 deletions)
View changed files
📝
.gitignore(+2 -0)📝
CONTRIBUTORS.md(+7 -6)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.css(+8 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/dark-green/theme.css(+8 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css(+8 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css(+8 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css(+8 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/light-green/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.css(+7 -1)📝
MediaBrowser.WebDashboard/dashboard-ui/scripts/site.js(+2 -2)📄 Description
Since the user facing sides of the UI (login and library) are all dark theme by default, changes the default look for the admin sides (first time setup, admin panel) as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.