Giter VIP home page Giter VIP logo

layer.cake's People

Contributors

causefx avatar leram84 avatar tidusjar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

layer.cake's Issues

Test iFrame box need wrapping

screen shot 2017-08-02 at 6 17 13 pm

found the following: feel free to change ๐Ÿ˜‹
.modal-content { background-color: #fff } <<< entire box
.in .modal-body .material { background: #fff } <<< text entry background

Edit User Information Panel doesn't pop up

  • On desktop, clicking edit user information does not bring up the edit user information modal.
  • On mobile, the modal opens within the user dropdown itself and its overflow is cutoff.

Calendar legend wrong

So i had this setup in orgainzr 1.44 and was working great. i then updated to organizr 1.50, and applied the advanced template from within organizr for layer cake. The legend for the calendar page is incorrect. The word "Legend" that you click on now to view the legend is the color for calAvailable but after the new pop up window pops up it shows the default green for available. Not sure if this a change needed for layer cake or orgainzr. This is my css:

/* This block is for the Calendar Color Codes */
--color-calAvailable: #ffad34;
--color-calUnavailable: #700012;
--color-calUnreleased: #444444;
--color-calPremier: #228b22;

Here are some pics for help:
image
image2

Removed login button

It seems a recent update to the css deleted the login button for organizr. I just removed the theme by deleting the custom.css file and it brought back the login button on the top right. I tried different browsers and clearing cache etc.. seems to just be something in the css. Your designed a really awesome theme, as soon as it doesn't delete my login button I'll add it again.

What service is this?

Hi,

Just found your theme, and what service is running on this screenshot?
https://raw.githubusercontent.com/leram84/layer.Cake/Screenshots/theBlur1.jpg
It looks fantastic, I really want to have that, does it integrate with Sonarr in the calendar? And download services like Transmission and sabnzbd?

One other thing, when installing this directly from Organizr there are these instructions:
Step 1: Choose your button html from one of the option below and edit if needed (Make sure to update as there are changes from the beta) Default For Plex Users For Plex Users who want the chat button to go to the chat tab instead of the chat sidebar Default For Emby Users For Emby Users who want the chat button to go to the chat tab instead of the chat sidebar Step 2: Upload your top bar logo to Organizr from the "Edit Tabs" screen under the name "blurlogo.png". Step 3: Select theBlur as your theme, save, refresh and enjoy!

Where do I put the html?

Also, why does your settings-page here look different?
https://raw.githubusercontent.com/leram84/layer.Cake/Screenshots/settings.PNG
Mine is small icons on the left hand side, which pull out one by one?

Image Upload Success

So I uploaded some images into Org and noticed that the theme did not fall into these blocks.

Thanks!

screen shot 2017-07-30 at 7 20 26 pm

Bug when tabs have similar names

When using buttons and having them link to a tab that shares a similar name with another, it will open both. My test case was opening Plex (in a new tab) and when it would open it, it would open PlexPy (in an iFrame). Change the PlexPy tab to "Stats" fixed it so you may want to look into stricter word matching logic.

For reference, my tabs were named Plex & PlexPy when I was having the issue. Plex & Stats when it works fine.

Tooltips on top right buttons don't align well

I don't think the ombi and plex buttons in the top right corner are self-explanatory enough at first sight so I wanted to add bootstrap tooltips, but due to padding/margin (I think) they don't align well. The code looks like this:

<div class="row-bblur">
<!-- <<User Edit>> Replace ombi with the LOWERCASE name of this buttons destination tab -->
	<div tab="ombi" class="hp-link col-sm-3 col-lg-3">
		<div class="content-box orange-bg ombi" style="cursor: pointer;" data-toggle="tooltip" data-placement="bottom" title="Add request">
			<h1 style="margin: 10px" class="text-uppercase text-center">Ombi</h1>
			<div class="clearfix"></div>
		</div>
	</div>
<!-- <<User Edit>> Replace plex with the LOWERCASE name of this buttons destination tab -->
	<div tab="plex" class="hp-link col-sm-3 col-lg-3">
		<div class="content-box orange-bg plex" style="cursor: pointer;" data-toggle="tooltip" data-placement="bottom" title="View media library">
			<h1 style="margin: 10px" class="text-uppercase text-center">Plex</h1>
			<div class="clearfix"></div>
		</div>
	</div>
</div>

The result looks like this:

image

Is there a way to fix this?

Option to hide home button when splash page is disabled

Currently, I don't use the splash page as part of my Org setup. Because of this, I can't think of any use for the home button on the left side of the top bar.

Would there be any way that the home button could be hidden as an option? Or maybe it would make sense to have the "smarts" hardcoded in to always have it off if the splash page is not used?

Add to shelf button

Hello,
First and foremost..
AWESOME !! your theme looks very very good! Appreciate all the work.
I just want to report something that might be my mistake, but here goes, there doesn't seem to be an "add to shelf" button after doing a simple search, which there is in the standard theme.
Thanks for the feedback

"panel panel-default"

on the advanced settings email page. any chance we can blur that up?

screen shot 2017-12-28 at 8 56 40 pm

Right now its white text with a white background :)

Thanks bud!

Scrollbar Needs to be adjusted below the fixed top bar with javascript

This is the only real "cant fix" bug in theBlur. The top bar is a fixed element with a 60px height. I need the javascript to give the scrollbar a 60px top margin but without making the scrollbar then scroll 60px past the bottom of the screen when scrolled down all the way. I can only do one or the other w css but i know you can do this with javascript... i just don't know javascript. If anyone can give me a hand w this ill give you 7 internet points.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.