Browse Source

screenshots

master
Julian Steinwachs 9 years ago
parent
commit
143a6bb9d7
  1. 4
      build/app-bundle.js
  2. 4
      jsx/home/NewPostModalButton.js
  3. BIN
      screenshots/conversation.png
  4. BIN
      screenshots/following.png
  5. BIN
      screenshots/home.png
  6. BIN
      screenshots/mentions.png
  7. BIN
      screenshots/post.png

4
build/app-bundle.js

@ -1265,8 +1265,8 @@ module.exports = NewPostModalButton = React.createClass({displayName: "NewPostMo @@ -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"})
)
)
)

4
jsx/home/NewPostModalButton.js

@ -66,8 +66,8 @@ module.exports = NewPostModalButton = React.createClass({ @@ -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>

BIN
screenshots/conversation.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
screenshots/following.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

BIN
screenshots/home.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
screenshots/mentions.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
screenshots/post.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Loading…
Cancel
Save