Valkyrie
Valkyrie copied to clipboard
Export button disabled while exporting
Export button disabled when exporting large number of icons like 4k+ at once in iconpack mode. When i select few icons it works. IDE: IntelliJ IDEA 2025.1.1.1 (Community Edition)
Hello, export button disabled if you have broken icon or have some duplicates
https://github.com/ComposeGears/Valkyrie/blob/c42a4331a3610ff12fa81100f9f86d5306b2b8cc/tools/idea-plugin/src/main/kotlin/io/github/composegears/valkyrie/ui/screen/mode/iconpack/conversion/IconPackConversionViewModel.kt#L338
At least show us some message regarding it. How would i know if there are broken or duplicates among 4k+ icons
Agree, will update this logic. For now you can quick scroll the list of icons, broken will be red 🌚
Just add suffix auto-numbering to duplicate icons or Atleasr give this option in setting.
small prototype
https://github.com/user-attachments/assets/3837c700-2e80-4944-bf4e-cfca26a62ecc
Please add functionality to append suffixes to duplicated items, such as icons with identical names. Duplicate icons should not be possible as I had selected them from a single directory, this appears to have been the source of the issue in my case. The observed icon names (Copy, Copy01, Copy02) are in my directory.
Could you please send xml/svg file names that after detected as duplicates?
Sorry for the delay, Here are the icons i m trying to make icon pack. You can check on this pack Thank you very much for the hard work.
thanks for icons!
zip contains Re.svg and Re/.svg duplicates
I'm working on feature to auto resolve issues:
https://github.com/user-attachments/assets/5e5ccc74-9e51-4282-a512-6146c7dd58e8
Appreciate that bro, waiting for the update
Snapshot 0.15.0 released, you can install manually and check on your project 🙂
Working like a charm but when auto resolves issue button is clicked the all icons in list are cleared
@nhCoder Thanks, fixed!
updated snapshot version: https://github.com/ComposeGears/Valkyrie/releases/tag/0.15.0-SNAPSHOT
Still a minor issue exist for same icons name but diffrent styles like for Stroke and Solid
@nhCoder thanks for the case, its time to add tests 😄
added in new snapshot