screenshots

This commit is contained in:
Julian Steinwachs 2015-05-31 16:58:04 +02:00
parent 9afd7f871b
commit 143a6bb9d7
7 changed files with 4 additions and 4 deletions

View File

@ -1265,8 +1265,8 @@ module.exports = NewPostModalButton = React.createClass({displayName: "NewPostMo
React.createElement(Modal, {bsStyle: "primary", title: React.createElement(Glyphicon, {glyph: "pencil"}), onRequestHide: this.handleToggle},
React.createElement("div", {className: "modal-body"},
React.createElement("form", {onSubmit: this.handleNewPost},
React.createElement(Input, {type: "textarea", label: "Text Area", placeholder: "textarea"}),
React.createElement(Input, {type: "submit", value: "Submit button", "data-dismiss": "modal"})
React.createElement(Input, {type: "textarea", label: "Write Something", placeholder: "textarea"}),
React.createElement(Input, {type: "submit", value: "Submit Post", "data-dismiss": "modal"})
)
)
)

View File

@ -66,8 +66,8 @@ module.exports = NewPostModalButton = React.createClass({
<Modal bsStyle='primary' title={<Glyphicon glyph='pencil'/>} onRequestHide={this.handleToggle}>
<div className='modal-body'>
<form onSubmit={this.handleNewPost}>
<Input type='textarea' label='Text Area' placeholder='textarea'/>
<Input type='submit' value='Submit button' data-dismiss="modal" />
<Input type='textarea' label='Write Something' placeholder='textarea'/>
<Input type='submit' value='Submit Post' data-dismiss="modal" />
</form>
</div>
</Modal>

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
screenshots/following.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

BIN
screenshots/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
screenshots/mentions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
screenshots/post.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB