Results 171 comments of flywire

> 1. It's annoying the locale date format (at least day before month part ) is not recognised A. Use locale order B. Do not show separators in dropdown list,...

I don't agree the date issue has been fixed but with the above commit, the issue never seems to occur. :smile: > I will revisit the "franking discussion" bump

See #3591 I'd say import is the best way to add securities for new users. See https://forum.portfolio-performance.info/t/import-csv-file/17123 or try importing pdf contract notes for new securities after the portfolio is...

https://wiki.inkscape.org/wiki/Creating_a_multicolor_icon ``` Search "stroke:" (1107 hits in 207 files of 226 searched) stroke:none stroke:#000000 - Black stroke:#00ff7f - SpringGreen - 15 files stroke:#969696 - Nobel (Gray) - 3 files, invisible.svg,...

What did you change? How about a screen shot of the two sets a comparison? The editor changed every icon even where there is no change to the appearance of...

> does anybody still using light theme in 2024 Yes. Depends on conditions, indoor/outdoor, personal preference, OS etc. Anyway, it's irrelevant since ultimately it needs to be selectable. > With...

> I feel bad for architects having to learn to build a C program from source before even being able to see the icons properly. Very misinformed comment given the...

Your thoughts are aligned with the dev position: > It needs a solution, where the end user can switch the whole icon theme at run time. This needs much more...

SVG Icons should cover it. I standardised the pallete in beadb6e and d3985b6 and don't overlook comments in (mostly closed) duplicate issues. - Firstly, icon set need to be loaded...

> I'm thinking we could create a script Exactly: https://github.com/flywire/LibreCAD/commit/118474b64253008eaee066c79ae0ccda7eb4d913#commitcomment-129861123 > Converted in Windows 10: > > `for %f in (*.svg) do sed -e 's/#000000/^\x0/;s/#ffffff/#000000/;s/^\x0/#ffffff/' %f`