AsteroidOS / asteroid-settings

Default settings app for AsteroidOS
GNU General Public License v3.0
9 stars 18 forks source link

Enhance about #52

Closed beroset closed 2 years ago

beroset commented 2 years ago

This enhances the About page by adding many requested data items. Anything that is not relevant or not available (e.g. the IMEI on watches without cellular network capability) is not displayed. This, in combination with some other PRs addresses most of issue #33

FlorentRevest commented 2 years ago

It looks like the indentation of your code isn't consistent (some are tabs other are spaces) and I hadn't noticed so far because on the web github tabs are probably configured to look the same as in your editor but open in a different context this looks all messed up, could you fix the formatting before we merge this ?

beroset commented 2 years ago

Whitespace issue is now addressed and all tabs are converted to spaces.

FlorentRevest commented 2 years ago

Thank you beroset! :)