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

Make it more intutive how to rename a card #1927

Closed
moeenio opened this issue May 19, 2020 · 14 comments · Fixed by #2243
Closed

Make it more intutive how to rename a card #1927

moeenio opened this issue May 19, 2020 · 14 comments · Fixed by #2243

Comments

@moeenio
Copy link

moeenio commented May 19, 2020

Is your feature request related to a problem? Please describe.
I struggled to find that you need to double-click on a card's title to rename it.

Describe the solution you'd like
I think it would be great to have like a "pencil" button, and to have this both in the sidebar and on the card's title on the board when hovering, or to stick with double-clicking the card in the board and having a pencil button in the sidebar only.

@juliusknorr
Copy link
Member

Please share some details about your browser as it should only require a single click on the title of the card. If we add an edit button this should definitely go to the 3-dots menu where the other actions are located to not clutter the card ui to much.

@juliusknorr
Copy link
Member

juliusknorr commented May 20, 2020

cc @jancborchardt @Clementine46 @Nyco regarding the UX here

@moeenio
Copy link
Author

moeenio commented May 20, 2020

Yeah, it is a single click, sorry.

Anyways, Firefox 77.0b8, macOS 10.11.6

@jancborchardt
Copy link
Member

jancborchardt commented May 22, 2020

Single clicking on the text itself is used by Trello too, no? It’s the simplest interaction and we should definitely keep that. We could enhance the design by having a hover/focus feedback which makes it more obvious that you can edit directly, for example by displaying it more as an input field on hover/focus?

@reox

This comment has been minimized.

@jancborchardt

This comment has been minimized.

@reox

This comment has been minimized.

@jancborchardt

This comment has been minimized.

@Nyco
Copy link
Contributor

Nyco commented May 29, 2020

We'll put some brain into this.

@Nyco
Copy link
Contributor

Nyco commented Jun 1, 2020

In 0.8.x:

  • Hover title: pointer transforms from "arrow" to "text insert/select"
  • Click: title is editing more but no super obvious, cursor at the end of text, details do not open
  • Click twice (a second time), or double-click: edit at the pointer, details open
  • Click on card details title: title is editing more but no super obvious, cursor at the end of text

In 1.0.x

  • Hover title: pointer transforms from "arrow" to "text insert/select"
  • Click: title is editing with more obvious UI, but no cursor (typing text does nothing), details do not open
  • Click twice (a second time), or double-click: edit at the pointer, details open
  • Click on card details title: title is NOT editing

In Trello:

  • Hover title: pointer transforms from "arrow" to "hand/finger pointing" (link)
  • Click: open card (popover, background is greyed out)
  • Double-click: open card details
  • Click on card details title: title is editing with obvious UI, pointer at the correct position

Improvement from 0.8 to 1.0:

  • Editing mode is more visually obvious

Regression from 0.8 to 1.0:

  • Clicking on card title once does not edit it
  • Clicking on card details title does not edit it

@stale

This comment has been minimized.

@stale stale bot added the stale label Aug 1, 2020
@stefan-niedermann

This comment has been minimized.

@stale stale bot removed the stale label Aug 1, 2020
@moeenio

This comment has been minimized.

@juliusknorr
Copy link
Member

Clicking on card title once does not edit it

#865 will solve this

Clicking on card details title does not edit it

Can be tackled once nextcloud-libraries/nextcloud-vue#1288 is released

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

Successfully merging a pull request may close this issue.

6 participants