1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-19 20:21:28 +00:00

Changed icon and fixed 249

This commit is contained in:
Scott Tolksdorf
2016-12-25 23:09:22 -05:00
parent 9b80f17564
commit a35d684773
4 changed files with 9 additions and 4 deletions

View File

@@ -5,6 +5,9 @@
- Removed gulp, all tasks are run through npm scripts - Removed gulp, all tasks are run through npm scripts
- Updating docs for local dev - Updating docs for local dev
- Removing support for Docker. I have never used it, nor will I ever test for it, so I don't want to continue to explictly support it on this repo. Feel free to make a fork and make it docker-able though :) - Removing support for Docker. I have never used it, nor will I ever test for it, so I don't want to continue to explictly support it on this repo. Feel free to make a fork and make it docker-able though :)
- Changed icon for the metadata
- Made links useable in footer (thanks u/Dustfinger1 re:249)

View File

@@ -44,7 +44,7 @@ const Snippetbar = React.createClass({
{this.renderSnippetGroups()} {this.renderSnippetGroups()}
<div className={cx('toggleMeta', {selected: this.props.showmeta})} <div className={cx('toggleMeta', {selected: this.props.showmeta})}
onClick={this.props.onToggle}> onClick={this.props.onToggle}>
<i className='fa fa-info-circle' /> <i className='fa fa-settings' />
</div> </div>
</div> </div>
} }

View File

@@ -272,6 +272,7 @@ body {
position : absolute; position : absolute;
bottom : 0px; bottom : 0px;
left : 0px; left : 0px;
z-index : 100;
height : 50px; height : 50px;
width : 100%; width : 100%;
background-image : @footerAccentImage; background-image : @footerAccentImage;
@@ -305,6 +306,7 @@ body {
position : absolute; position : absolute;
right : 80px; right : 80px;
bottom : 32px; bottom : 32px;
z-index : 150;
width : 200px; width : 200px;
font-size : 0.8em; font-size : 0.8em;
color : #c9ad6a; color : #c9ad6a;

View File

@@ -2,9 +2,9 @@
- [ ] Make login self contained - [ ] Make login self contained
- Add a faked internal login page/route - Add a faked internal login page/route
- [ ] Add better error messaging for not having mongo running - [x] Add better error messaging for not having mongo running
- [ ] Remove Docker support - [x] Remove Docker support
- [ ] Improve docs, explain what that project is - [x] Improve docs, explain what that project is
- [ ] Fix search API for admin? - [ ] Fix search API for admin?
- [ ] Change icon on editor bar to a menu icon - [ ] Change icon on editor bar to a menu icon
- [ ] Add a new button to the user page navbar - [ ] Add a new button to the user page navbar