From c084cb2d8bd6da381ea2c4b8906307b20cf345a3 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sat, 14 May 2016 14:55:27 -0400 Subject: [PATCH] Styling the snippet groups a bit better --- client/homebrew/editor/editor.jsx | 3 --- client/homebrew/editor/editor.less | 3 ++- todo.md | 13 +++++++------ 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index fe0178233..43259a51c 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -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; diff --git a/client/homebrew/editor/editor.less b/client/homebrew/editor/editor.less index 02521b2d7..b924076c2 100644 --- a/client/homebrew/editor/editor.less +++ b/client/homebrew/editor/editor.less @@ -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; diff --git a/todo.md b/todo.md index 164ac8c61..19b6535ac 100644 --- a/todo.md +++ b/todo.md @@ -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