You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried latest commit from master. A lot of bug has been resolved, so looking forward for new release.
Currently Settings option only contain a theme switching. Here are some suggestions which I feel would fix some minor issues. Refer to the screenshot below.
Currently there is no limit on how many decimal places to show (even for repeating values). An option to configure that would be a treat. Google by default round up to 4 digits. Most daily home use case would prefer to be rounded to 2 digits. This will resolve a minor issue I am mentioning in next point.
The result after divider is nice. But showing units messes it up because of long decimal value. For example when I convert 10 meter to feet. The unit feet moves to second line and overlaps with the result of next operation. (See screenshot). I think having a gutter on right which will hold units, would be nice separation between values and its units.. Also there is an ISO 2848 which defines globally accepted symbols and units for measurements. No more foot vs feet debate.
At the bottom of the app, there is a Total: section. Which shows combined results from all the operations above. I didn't see it in the older released appimage, so either its a testing thing or a new feature. If its a new feature, as you can see in screenshot, whenever we calculate something which contains string for units, it messes it up.
This is not a bug, but more like a bad UI choice, When you click hamburger to go to settings, It is not clear how to get back. The close button is located in position of actual close button suggesting clicking it will close the app. Replacing it with a back arrow will make it's intention more clear.
The text was updated successfully, but these errors were encountered:
* Makes the divider resizable added #52
* maxPanelSize changes when app size changes.
* Fixes issues related to #53
* Added the feature of brackets and quotes #38
I just tried latest commit from master. A lot of bug has been resolved, so looking forward for new release.
Currently Settings option only contain a theme switching. Here are some suggestions which I feel would fix some minor issues. Refer to the screenshot below.
Currently there is no limit on how many decimal places to show (even for repeating values). An option to configure that would be a treat. Google by default round up to 4 digits. Most daily home use case would prefer to be rounded to 2 digits. This will resolve a minor issue I am mentioning in next point.
The result after divider is nice. But showing units messes it up because of long decimal value. For example when I convert 10 meter to feet. The unit feet moves to second line and overlaps with the result of next operation. (See screenshot). I think having a gutter on right which will hold units, would be nice separation between values and its units.. Also there is an ISO 2848 which defines globally accepted symbols and units for measurements. No more foot vs feet debate.
At the bottom of the app, there is a
Total:
section. Which shows combined results from all the operations above. I didn't see it in the older released appimage, so either its a testing thing or a new feature. If its a new feature, as you can see in screenshot, whenever we calculate something which contains string for units, it messes it up.This is not a bug, but more like a bad UI choice, When you click hamburger to go to settings, It is not clear how to get back. The close button is located in position of actual close button suggesting clicking it will close the app. Replacing it with a back arrow will make it's intention more clear.
The text was updated successfully, but these errors were encountered: