llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 411 forks source link

Add a delete button in the new idea input field of Labyrinth activity #262

Closed llaske closed 5 years ago

llaske commented 5 years ago

The new idea input field into the Labyrinth activity miss a delete button to delete the whole content of the field. So, it's difficult to completely remove the content, specifically on tablets.

image

The idea is to add a delete button into the input field: the same button that the one in the Search activity in Sugarizer home view. Styles to do that are described in the sample here: http://sugarlabs.github.io/sugar-web-samples/iconinputtext.html

Source code for the Labyrinth activity is available here: https://github.com/llaske/sugarizer/tree/dev/activities/LabyrinthJS.activity

lohani2280 commented 5 years ago

@llaske I would like to work on this issue.

llaske commented 5 years ago

Sure. Feel free to work on it.

llaske commented 5 years ago

Fixed in https://github.com/llaske/sugarizer/pull/267. To be release.

llaske commented 5 years ago

Closed in https://github.com/llaske/sugarizer/commit/dd3c58d56981e4dfa6d94601b95d7117a3bc9241