dataslate icon indicating copy to clipboard operation
dataslate copied to clipboard

Translate to inches for people who don't like the symbols

Open Floppy opened this issue 4 years ago • 3 comments

It's occurred to me that we could use the replacement code we use to colour the symbols to change them to numerical values instead, as an optional toggle for people who really don't want to use the new measurements. Only gotcha would be some cleverness to change things like 3● to to 6" rather than just a straight replacement, which would result in 32".

Floppy avatar Oct 01 '21 16:10 Floppy

There is several features which would require some sort of configuration on a per-roster basis. If you build some basics of how such config would work, other features would be fairly easy to add

lstrzebinczyk avatar Oct 01 '21 16:10 lstrzebinczyk

Yeah, we should be able to use browser local storage for some sort of preferences thing.

Floppy avatar Oct 01 '21 18:10 Floppy

There is several features which would require some sort of configuration on a per-roster basis. If you build some basics of how such config would work, other features would be fairly easy to add

I've actually implemented a modal + local storage for storing settings in my 'mobile' POC: https://github.com/g3rg/dataslate/tree/touchscreen-view

I might split that out to its own PR, and include the show/hide wound track setting.

g3rg avatar Oct 11 '21 10:10 g3rg