macOS: username not getting persisted #147

Closed
opened 2019-03-18 11:25:36 +00:00 by agentofuser · 2 comments
Contributor
  • I open the app
  • My default username is 'alice'
  • I change it to 'agentofuser'
  • I restart the app
  • My name is again 'alice'
- I open the app - My default username is 'alice' - I change it to 'agentofuser' - I restart the app - My name is again 'alice'
Author
Contributor

I realized if I hit Enter after changing the username, it gets persisted. If I just edit it and click outside the text input, it doesn't. I guess there is an implicit "form submission" that is not clear from the UI.

I realized if I hit Enter after changing the username, it gets persisted. If I just edit it and click outside the text input, it doesn't. I guess there is an implicit "form submission" that is not clear from the UI.
Owner

thanks for the report! this is also an issue on android. in the next build, it will also save the change when the text field loses focus. i don't want to update on every keypress, as this would cause a flurry of disk operations when typing.

thanks for the report! this is also an issue on android. in the next build, it will also save the change when the text field loses focus. i don't want to update on every keypress, as this would cause a flurry of disk operations when typing.
erinn closed this issue 2019-03-20 21:30:22 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/ui#147
No description provided.