upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

Handle pressing back in the beginning of the todo item #37

Closed kamalkishor1991 closed 9 months ago

kamalkishor1991 commented 1 year ago

Right now nothing happens if you press back in the beginning of the todo item.

  1. If todo note is empty it should get deleted.
  2. If the text size is greater than 0 it should merge into previous todo item
samyakvaidya10 commented 1 year ago

Hi, can you assign this issue to me? I have previously worked on react and I can resolve this issue.

Jayesh2812 commented 1 year ago

Hey, I see this issue isn't fixed yet. Can I work on this issue ?

kamalkishor1991 commented 1 year ago

@Jayesh2812 sure. You can work in it. Assigned it to you.

Jayesh2812 commented 1 year ago

@kamalkishor1991 this issue is fixed in PR #46. Please have a look and review the changes.

Param-Singh commented 10 months ago

hey @kamalkishor1991 let me know if this issue is still open, I would love to work on this

kamalkishor1991 commented 10 months ago

@Param-Singh yes it is still open. Asigning it to you.

Param-Singh commented 10 months ago

@kamalkishor1991 thanks,will close it by this weekend

SamJHudson01 commented 9 months ago

Is this issue still open? I've literally just done this exact work in React for a personal shopping list app, so could get it done quickly