arafatamim / tally-counter

Handy tally counter, for all your counting needs.

Home Page:https://tally-counter-pwa.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[3 suggestions] Add a "clear a counter/clear all counters" function; renaming; symbols

Wikinaut opened this issue · comments

Three issues:

The current "small dot" in the upper right corner currently removes a counter (you call it "delete"). I suggest to change the "dot" symbol to an "x" symbol and to rename the function (from "delete" to "remove counter").

Moreover, for me it's more important to have functions:

  • clear item counter (reset to "0")
  • clear all items counter (reset all counters to "0")

I also think I found a small bug: when you clear (delete) the counter field manually, counting is not possible, there must be a digit "0" in. So I suggest to check whether the string is empty or not-a-number and then to set it programmatically to "0" (zero),

Thanks for your nice program.

Fixed in 1.4

Thank you!

You're welcome :-)

Hello again… problem: I could not get the new code running, see #9