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

Bucket for small UI issues #134

Open
1 of 5 tasks
aheusingfeld opened this issue Nov 25, 2014 · 5 comments
Open
1 of 5 tasks

Bucket for small UI issues #134

aheusingfeld opened this issue Nov 25, 2014 · 5 comments

Comments

@aheusingfeld
Copy link
Contributor

  • on iOS the text inside the input field doesn't scroll when the cursor is dragged to a side of the field
  • char counter is perceived as a clickable button
  • "Send" button is not perceived as the primary action and should be separated from the input field again
  • increase horizontal whitespace between "updates" on small viewports (<768px)
  • consider introducing moment.js to display timestamps like "an hour ago" (alternative: format them accordingly on the backend)
@mvitz
Copy link
Contributor

mvitz commented Nov 25, 2014

I discussed your last item with @MRReynolds and we should focus on implementing this on the client side because then the page can be cached. If the date is formatted on the backend (with e.g. prettytime) the etag changes too often.
He also proposed to display the absolute date when hovering over the relative date.

@mvitz
Copy link
Contributor

mvitz commented Nov 26, 2014

First draft of moment.js with bootstrap tooltip:
screenshot 2014-11-26 11 27 11

Any thoughts?

@youngbrioche
Copy link
Member

👍

@mvitz
Copy link
Contributor

mvitz commented Nov 26, 2014

Changed background of tooltip to be the same as the label for the input field:
screenshot 2014-11-26 13 11 14

@youngbrioche
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants