Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed Gridster integration with saving position and sizes to the database #1

Merged
merged 3 commits into from
Aug 20, 2014

Conversation

Neumes
Copy link

@Neumes Neumes commented Aug 20, 2014

Added a Note Dashlet that utilizes Markdown.js for formatting.
Added customization for background and font colors for individual dashlets.
Updated dashboard footer so the button is a whole button (it looks nicer).

Currently this implementation utilizes HTML5 color input, however there is support for a jQuery color picker which is contained and bundled on another branch.

…database.

Added a Note Dashlet that utilizes Markdown.js for formatting.
Added customization for background and font colors for individual dashlets.
Updated dashboard footer so the button is a whole button (it looks nicer).

Currently this implementation utilizes HTML5 color input, however there is support for a jQuery color picker which is contained and bundled on another branch.
@@ -1,4 +1,4 @@
<div class="dashlet $ClassName $FirstLast" data-id="$ID">
<div class="dashlet $ClassName $FirstLast" data-id="$ID" data-link="$Link" style="background-color:$BackgroundColor; color:#$FontColor">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will that leave a double # on FontColor ?

@Neumes
Copy link
Author

Neumes commented Aug 20, 2014

Yeah fixed it up. That was something I overlooked on removing the jQuery color picker. That's fixed, along side the redundant allowed_action left in Dashlet_Controller.

nyeholt added a commit that referenced this pull request Aug 20, 2014
Completed Gridster integration with saving position and sizes to the database
@nyeholt nyeholt merged commit 1bbf43e into nyeholt:master Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants