-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update fonts * Update theme, dashboard. Sidebar WIP * Get episode name from anidb instead of tvdb * Change 'Info' to 'Video Info' in Import Breakdown * Update login page * Change logo * Add help to login page * Update tailwindcss to v2 * Update input components * A bunch of changes * Move autoprefixer and tailwind to devdeps * Update firstrun wizard, add transitions * Update sidebar, settings, scrollbar. Add types, new transitions. Break UI in firstrun wizard. * Fix indentation * Refactor class components to functional components * Update eslint & related packages. Fix lint errors * Fix more lint errors * Fix settings. Get rid of warnings
- Loading branch information
1 parent
d9ddfba
commit cd6efb3
Showing
102 changed files
with
4,314 additions
and
5,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,6 @@ | ||
.login-image { | ||
background-image: url('/webui/left-img.jpg'); | ||
background-image: url('/api/v2/image/7/random'), url('/webui/left-img.jpg'); | ||
background-repeat: no-repeat; | ||
background-position: center; | ||
background-size: cover; | ||
} | ||
|
||
.login-panel { | ||
background-color: $secondary-panel-background-color; | ||
width: 62rem; | ||
height: 25rem; | ||
} | ||
|
||
.logo { | ||
width: 32rem; | ||
color: $secondary-panel-background-color; | ||
background-color: rgba($sidebar-background-color, 0.6); | ||
} | ||
|
||
.help { | ||
background-color: $sidebar-background-color; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.