0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Styling the snippet groups a bit better

This commit is contained in:
Scott Tolksdorf
2016-05-14 14:55:27 -04:00
parent 641ad747d3
commit c084cb2d8b
3 changed files with 9 additions and 10 deletions

View File

@@ -3,7 +3,6 @@ var _ = require('lodash');
var cx = require('classnames');
var CodeEditor = require('naturalcrit/codeEditor/codeEditor.jsx');
var Snippets = require('./snippets/snippets.js');
@@ -23,13 +22,11 @@ var Editor = React.createClass({
onChange : function(){}
};
},
cursorPosition : {
line : 0,
ch : 0
},
componentDidMount: function() {
var paneHeight = this.refs.main.parentNode.clientHeight;
paneHeight -= this.refs.snippetBar.clientHeight + 1;

View File

@@ -38,9 +38,10 @@
.animate(background-color);
padding : 10px;
cursor : pointer;
font-size : 13px;
font-size : 10px;
i{
margin-right: 8px;
font-size : 13px;
}
&:hover{
background-color : #999;

13
todo.md
View File

@@ -1,7 +1,7 @@
# The Homebrewery
## v2.0.0 todo
X make a sproper staging environment
X make a proper staging environment
X make database backups
X Cleanup master
X Make statusbar un-fixed
@@ -16,13 +16,13 @@ X Add pagniation and query to the homebrew api
X Update the admin page with pagnition and a query box
X Test the old/small brew filtering for deleteion
X Partial rendering kills style tags on unrendered pages. Detect if pages have style tags and render them.
- Add in the link of Pateron?
- Add in the link of Pateron
X Add in a localstorage fallback on the `/new` page, clear it when they save
X Rename `/client/naturalCrit` -> `/client/main`
X Move snippets into their new groups
- Replace pseudo-elements with encoded images
- Encode the images into base64 and embed
- Add in note wings
X Replace pseudo-elements with encoded images
X Encode the images into base64 and embed
X Add in note wings
X Border shadows on second column renders much better
X Saving a pdf no uses the brew title
X add /source/shareId route
@@ -31,7 +31,8 @@ X Fix main Page
- Write new welcome message
X Fix the edit page saving flow
X Fix title saving
- Style the snippet groups
X Style the snippet groups
- Update changelog
## v2.1.0
- Add stats nav item