Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation Bar #2

Open
zoeames opened this issue Oct 8, 2018 · 0 comments
Open

Navigation Bar #2

zoeames opened this issue Oct 8, 2018 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@zoeames
Copy link
Contributor

zoeames commented Oct 8, 2018

  1. Create an element to serve as the navigation bar for your application.
  2. Create an element to hold the logo for your application. It can be as simple as text, but if you want to find an image, that's fine.
  3. Create a input field for a user to enter in a message.
  4. Add an event listener for "keypress" and detect when then return key has been pressed in the message field.
  5. When return key is detected, you'll create a new message.
  6. Create a button to clear all messages.
  7. When the user clicks the clear messages button, all current chat messages should be removed from the application.
  8. If there are no messages, then the clear messages button should be disabled.
  9. The navigation bar should remain at the top of the screen, even if the contents of the page start to scroll.
@zoeames zoeames added the enhancement New feature or request label Oct 8, 2018
@zoeames zoeames added this to Requirements in Chatty Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Chatty
Requirements
Development

No branches or pull requests

1 participant